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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-01_subject-0079_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-0079/figures/sub-0079_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0079/figures/sub-0079_ses-01_task-social_acq-mb8_run-05_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-0079/figures/sub-0079_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-01_task-social_acq-mb8_run-05_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-0079/ses-01/func/sub-0079_ses-01_task-social_acq-mb8_run-05_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>9759fc13e62689ef5da766928173a672</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>13:03:46.677500</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.997608, -0.015886, 0.0672746, 0.0139301, 0.999469, 0.029444]</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-05_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.117663</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-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4185, -7755, -7269, 438, 0, -62, 140, 41]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>261.034</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>76d01dae-d8f6-44ca-b3b7-e2194e4b591e||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.676509380340576, 0.037373412400484085, 0.182808056473732, 106.6148452758789], [0.04262106865644455, 2.6815032958984375, 0.07677837461233139, -91.77515411376953], [0.18049293756484985, -0.07899611443281174, 2.6927099227905273, -60.750526428222656], [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': ['130346.677500', '130347.137500', '130347.597500', '130348.057500', '130348.517500', '130348.977500', '130349.437500', '130349.897500', '130350.357500', '130350.817500', '130351.277500', '130351.737500', '130352.197500', '130352.657500', '130353.117500', '130353.577500', '130354.037500', '130354.497500', '130354.957500', '130355.417500', '130355.877500', '130356.337500', '130356.797500', '130357.257500', '130357.717500', '130358.177500', '130358.637500', '130359.097500', '130359.557500', '130400.017500', '130400.477500', '130400.937500', '130401.397500', '130401.857500', '130402.317500', '130402.777500', '130403.237500', '130403.697500', '130404.157500', '130404.617500', '130405.077500', '130405.537500', '130405.997500', '130406.457500', '130406.917500', '130407.377500', '130407.837500', '130408.297500', '130408.757500', '130409.217500', '130409.677500', '130410.137500', '130410.597500', '130411.057500', '130411.517500', '130411.977500', '130412.437500', '130412.897500', '130413.357500', '130413.817500', '130414.277500', '130414.737500', '130415.197500', '130415.657500', '130416.117500', '130416.577500', '130417.037500', '130417.497500', '130417.957500', '130418.417500', '130418.877500', '130419.337500', '130419.797500', '130420.257500', '130420.717500', '130421.177500', '130421.637500', '130422.097500', '130422.557500', '130423.017500', '130423.477500', '130423.937500', '130424.397500', '130424.857500', '130425.317500', '130425.777500', '130426.237500', '130426.697500', '130427.157500', '130427.617500', '130428.077500', '130428.537500', '130428.997500', '130429.457500', '130429.917500', '130430.377500', '130430.837500', '130431.297500', '130431.757500', '130432.217500', '130432.677500', '130433.137500', '130433.597500', '130434.057500', '130434.517500', '130434.977500', '130435.437500', '130435.897500', '130436.357500', '130436.817500', '130437.277500', '130437.737500', '130438.197500', '130438.657500', '130439.117500', '130439.577500', '130440.037500', '130440.497500', '130440.957500', '130441.417500', '130441.877500', '130442.337500', '130442.797500', '130443.257500', '130443.717500', '130444.177500', '130444.637500', '130445.097500', '130445.557500', '130446.017500', '130446.477500', '130446.937500', '130447.397500', '130447.857500', '130448.317500', '130448.777500', '130449.237500', '130449.697500', '130450.157500', '130450.617500', '130451.077500', '130451.537500', '130451.997500', '130452.457500', '130452.917500', '130453.377500', '130453.837500', '130454.297500', '130454.757500', '130455.217500', '130455.677500', '130456.137500', '130456.597500', '130457.057500', '130457.517500', '130457.977500', '130458.437500', '130458.897500', '130459.357500', '130459.817500', '130500.277500', '130500.737500', '130501.197500', '130501.657500', '130502.117500', '130502.577500', '130503.037500', '130503.497500', '130503.957500', '130504.417500', '130504.877500', '130505.337500', '130505.797500', '130506.257500', '130506.717500', '130507.177500', '130507.637500', '130508.097500', '130508.557500', '130509.017500', '130509.477500', '130509.937500', '130510.397500', '130510.857500', '130511.317500', '130511.777500', '130512.237500', '130512.697500', '130513.157500', '130513.617500', '130514.077500', '130514.537500', '130514.997500', '130515.457500', '130515.917500', '130516.377500', '130516.837500', '130517.297500', '130517.757500', '130518.217500', '130518.677500', '130519.137500', '130519.597500', '130520.057500', '130520.517500', '130520.977500', '130521.437500', '130521.897500', '130522.357500', '130522.817500', '130523.277500', '130523.737500', '130524.197500', '130524.657500', '130525.117500', '130525.577500', '130526.037500', '130526.497500', '130526.957500', '130527.417500', '130527.877500', '130528.337500', '130528.797500', '130529.257500', '130529.717500', '130530.177500', '130530.637500', '130531.097500', '130531.557500', '130532.017500', '130532.477500', '130532.937500', '130533.397500', '130533.857500', '130534.317500', '130534.777500', '130535.237500', '130535.697500', '130536.157500', '130536.617500', '130537.077500', '130537.537500', '130537.997500', '130538.457500', '130538.917500', '130539.377500', '130539.837500', '130540.297500', '130540.757500', '130541.217500', '130541.677500', '130542.137500', '130542.597500', '130543.057500', '130543.517500', '130543.977500', '130544.437500', '130544.897500', '130545.357500', '130545.817500', '130546.277500', '130546.737500', '130547.197500', '130547.657500', '130548.117500', '130548.577500', '130549.037500', '130549.497500', '130549.957500', '130550.417500', '130550.877500', '130551.337500', '130551.797500', '130552.257500', '130552.717500', '130553.177500', '130553.637500', '130554.097500', '130554.557500', '130555.017500', '130555.477500', '130555.937500', '130556.397500', '130556.857500', '130557.317500', '130557.777500', '130558.237500', '130558.697500', '130559.157500', '130559.617500', '130600.077500', '130600.537500', '130600.997500', '130601.457500', '130601.917500', '130602.377500', '130602.837500', '130603.297500', '130603.757500', '130604.217500', '130604.677500', '130605.137500', '130605.597500', '130606.057500', '130606.517500', '130606.977500', '130607.437500', '130607.897500', '130608.357500', '130608.817500', '130609.277500', '130609.737500', '130610.197500', '130610.657500', '130611.117500', '130611.577500', '130612.037500', '130612.497500', '130612.957500', '130613.417500', '130613.877500', '130614.337500', '130614.797500', '130615.257500', '130615.717500', '130616.177500', '130616.637500', '130617.097500', '130617.557500', '130618.017500', '130618.477500', '130618.937500', '130619.397500', '130619.857500', '130620.317500', '130620.777500', '130621.237500', '130621.697500', '130622.157500', '130622.617500', '130623.077500', '130623.537500', '130623.997500', '130624.457500', '130624.917500', '130625.377500', '130625.837500', '130626.297500', '130626.757500', '130627.217500', '130627.677500', '130628.137500', '130628.597500', '130629.057500', '130629.517500', '130629.977500', '130630.437500', '130630.897500', '130631.357500', '130631.817500', '130632.277500', '130632.737500', '130633.197500', '130633.657500', '130634.117500', '130634.577500', '130635.037500', '130635.497500', '130635.957500', '130636.417500', '130636.877500', '130637.337500', '130637.797500', '130638.257500', '130638.717500', '130639.177500', '130639.637500', '130640.097500', '130640.557500', '130641.017500', '130641.477500', '130641.937500', '130642.397500', '130642.857500', '130643.317500', '130643.777500', '130644.237500', '130644.697500', '130645.157500', '130645.617500', '130646.077500', '130646.537500', '130646.997500', '130647.457500', '130647.917500', '130648.377500', '130648.837500', '130649.297500', '130649.757500', '130650.217500', '130650.677500', '130651.137500', '130651.597500', '130652.057500', '130652.517500', '130652.977500', '130653.437500', '130653.897500', '130654.357500', '130654.817500', '130655.277500', '130655.737500', '130656.197500', '130656.657500', '130657.117500', '130657.577500', '130658.037500', '130658.497500', '130658.957500', '130659.417500', '130659.877500', '130700.337500', '130700.797500', '130701.257500', '130701.717500', '130702.177500', '130702.637500', '130703.097500', '130703.557500', '130704.017500', '130704.477500', '130704.937500', '130705.397500', '130705.857500', '130706.317500', '130706.777500', '130707.237500', '130707.697500', '130708.157500', '130708.617500', '130709.077500', '130709.537500', '130709.997500', '130710.457500', '130710.917500', '130711.377500', '130711.837500', '130712.297500', '130712.757500', '130713.217500', '130713.677500', '130714.137500', '130714.597500', '130715.057500', '130715.517500', '130715.977500', '130716.437500', '130716.897500', '130717.357500', '130717.817500', '130718.277500', '130718.737500', '130719.197500', '130719.657500', '130720.117500', '130720.577500', '130721.037500', '130721.497500', '130721.957500', '130722.417500', '130722.877500', '130723.337500', '130723.797500', '130724.257500', '130724.717500', '130725.177500', '130725.637500', '130726.097500', '130726.557500', '130727.017500', '130727.477500', '130727.937500', '130728.397500', '130728.857500', '130729.317500', '130729.777500', '130730.237500', '130730.697500', '130731.157500', '130731.617500', '130732.077500', '130732.537500', '130732.997500', '130733.457500', '130733.917500', '130734.377500', '130734.837500', '130735.297500', '130735.757500', '130736.217500', '130736.677500', '130737.137500', '130737.597500', '130738.057500', '130738.517500', '130738.977500', '130739.437500', '130739.897500', '130740.357500', '130740.817500', '130741.277500', '130741.737500', '130742.197500', '130742.657500', '130743.117500', '130743.577500', '130744.037500', '130744.497500', '130744.957500', '130745.417500', '130745.877500', '130746.337500', '130746.797500', '130747.257500', '130747.717500', '130748.177500', '130748.637500', '130749.097500', '130749.557500', '130750.017500', '130750.477500', '130750.937500', '130751.397500', '130751.857500', '130752.317500', '130752.777500', '130753.237500', '130753.697500', '130754.157500', '130754.617500', '130755.077500', '130755.537500', '130755.997500', '130756.457500', '130756.917500', '130757.377500', '130757.837500', '130758.297500', '130758.757500', '130759.217500', '130759.677500', '130800.137500', '130800.597500', '130801.057500', '130801.517500', '130801.977500', '130802.437500', '130802.897500', '130803.357500', '130803.817500', '130804.277500', '130804.737500', '130805.197500', '130805.657500', '130806.117500', '130806.577500', '130807.037500', '130807.497500', '130807.957500', '130808.417500', '130808.877500', '130809.337500', '130809.797500', '130810.257500', '130810.717500', '130811.177500', '130811.637500', '130812.097500', '130812.557500', '130813.017500', '130813.477500', '130813.937500', '130814.397500', '130814.857500', '130815.317500', '130815.777500', '130816.237500', '130816.697500', '130817.157500', '130817.617500', '130818.077500', '130818.537500', '130818.997500', '130819.457500', '130819.917500', '130820.377500', '130820.837500', '130821.297500', '130821.757500', '130822.217500', '130822.677500', '130823.137500', '130823.597500', '130824.057500', '130824.517500', '130824.977500', '130825.437500', '130825.897500', '130826.357500', '130826.817500', '130827.277500', '130827.737500', '130828.197500', '130828.657500', '130829.117500', '130829.577500', '130830.037500', '130830.497500', '130830.957500', '130831.417500', '130831.877500', '130832.337500', '130832.797500', '130833.257500', '130833.717500', '130834.177500', '130834.637500', '130835.097500', '130835.557500', '130836.017500', '130836.477500', '130836.937500', '130837.397500', '130837.857500', '130838.317500', '130838.777500', '130839.237500', '130839.697500', '130840.157500', '130840.617500', '130841.077500', '130841.537500', '130841.997500', '130842.457500', '130842.917500', '130843.377500', '130843.837500', '130844.297500', '130844.757500', '130845.217500', '130845.677500', '130846.137500', '130846.597500', '130847.057500', '130847.517500', '130847.977500', '130848.437500', '130848.897500', '130849.357500', '130849.817500', '130850.277500', '130850.737500', '130851.197500', '130851.657500', '130852.117500', '130852.577500', '130853.037500', '130853.497500', '130853.957500', '130854.417500', '130854.877500', '130855.337500', '130855.797500', '130856.257500', '130856.717500', '130857.177500', '130857.637500', '130858.097500', '130858.557500', '130859.017500', '130859.477500', '130859.937500', '130900.397500', '130900.857500', '130901.317500', '130901.777500', '130902.237500', '130902.697500', '130903.157500', '130903.617500', '130904.077500', '130904.537500', '130904.997500', '130905.457500', '130905.917500', '130906.377500', '130906.837500', '130907.297500', '130907.757500', '130908.217500', '130908.677500', '130909.137500', '130909.597500', '130910.057500', '130910.517500', '130910.977500', '130911.437500', '130911.897500', '130912.357500', '130912.817500', '130913.277500', '130913.737500', '130914.197500', '130914.657500', '130915.117500', '130915.577500', '130916.037500', '130916.497500', '130916.957500', '130917.417500', '130917.877500', '130918.337500', '130918.797500', '130919.257500', '130919.717500', '130920.177500', '130920.637500', '130921.097500', '130921.557500', '130922.017500', '130922.477500', '130922.937500', '130923.397500', '130923.857500', '130924.317500', '130924.777500', '130925.237500', '130925.697500', '130926.157500', '130926.617500', '130927.077500', '130927.537500', '130927.997500', '130928.457500', '130928.917500', '130929.377500', '130929.837500', '130930.297500', '130930.757500', '130931.217500', '130931.677500', '130932.137500', '130932.597500', '130933.057500', '130933.517500', '130933.977500', '130934.437500', '130934.897500', '130935.357500', '130935.817500', '130936.277500', '130936.737500', '130937.197500', '130937.657500', '130938.117500', '130938.577500', '130939.037500', '130939.497500', '130939.957500', '130940.417500', '130940.877500', '130941.337500', '130941.797500', '130942.257500', '130942.717500', '130943.177500', '130943.637500', '130944.097500', '130944.557500', '130945.017500', '130945.477500', '130945.937500', '130946.397500', '130946.857500', '130947.317500', '130947.777500', '130948.237500', '130948.697500', '130949.157500', '130949.617500', '130950.077500', '130950.537500', '130950.997500', '130951.457500', '130951.917500', '130952.377500', '130952.837500', '130953.297500', '130953.757500', '130954.217500', '130954.677500', '130955.137500', '130955.597500', '130956.057500', '130956.517500', '130956.977500', '130957.437500', '130957.897500', '130958.357500', '130958.817500', '130959.277500', '130959.737500', '131000.197500', '131000.657500', '131001.117500', '131001.577500', '131002.037500', '131002.497500', '131002.957500', '131003.417500', '131003.877500', '131004.337500', '131004.797500', '131005.257500', '131005.717500', '131006.177500', '131006.637500', '131007.097500', '131007.557500', '131008.017500', '131008.477500', '131008.937500', '131009.397500', '131009.857500', '131010.317500', '131010.777500', '131011.237500', '131011.697500', '131012.157500', '131012.617500', '131013.077500', '131013.537500', '131013.997500', '131014.457500', '131014.917500', '131015.377500', '131015.837500', '131016.297500', '131016.757500', '131017.217500', '131017.677500', '131018.137500', '131018.597500', '131019.057500', '131019.517500', '131019.977500', '131020.437500', '131020.897500', '131021.357500', '131021.817500', '131022.277500', '131022.737500', '131023.197500', '131023.657500', '131024.117500', '131024.577500', '131025.037500', '131025.497500', '131025.957500', '131026.417500', '131026.877500', '131027.337500'], 'ContentTime': ['130355.351000', '130355.354000', '130355.357000', '130355.360000', '130355.362000', '130355.365000', '130355.368000', '130355.370000', '130355.373000', '130355.375000', '130355.378000', '130355.380000', '130355.383000', '130355.385000', '130355.395000', '130355.397000', '130415.254000', '130415.256000', '130415.259000', '130415.261000', '130415.264000', '130415.267000', '130415.269000', '130415.272000', '130415.274000', '130415.277000', '130415.279000', '130415.282000', '130415.284000', '130415.287000', '130415.289000', '130415.292000', '130415.295000', '130415.297000', '130415.300000', '130415.302000', '130415.305000', '130415.307000', '130415.310000', '130415.313000', '130415.316000', '130415.330000', '130415.332000', '130415.335000', '130415.338000', '130415.340000', '130415.343000', '130415.345000', '130415.348000', '130415.350000', '130415.353000', '130415.355000', '130415.367000', '130415.370000', '130415.372000', '130415.375000', '130415.378000', '130415.381000', '130415.383000', '130435.253000', '130435.256000', '130435.259000', '130435.261000', '130435.264000', '130435.266000', '130435.269000', '130435.271000', '130435.274000', '130435.276000', '130435.279000', '130435.281000', '130435.284000', '130435.287000', '130435.289000', '130435.292000', '130435.294000', '130435.297000', '130435.299000', '130435.302000', '130435.305000', '130435.307000', '130435.310000', '130435.312000', '130435.315000', '130435.318000', '130435.320000', '130435.323000', '130435.325000', '130435.328000', '130435.330000', '130435.333000', '130435.335000', '130435.338000', '130435.341000', '130435.343000', '130435.346000', '130435.348000', '130435.351000', '130435.353000', '130435.356000', '130435.358000', '130435.361000', '130435.363000', '130455.253000', '130455.256000', '130455.259000', '130455.261000', '130455.264000', '130455.266000', '130455.269000', '130455.271000', '130455.274000', '130455.277000', '130455.279000', '130455.282000', '130455.284000', '130455.287000', '130455.289000', '130455.292000', '130455.295000', '130455.297000', '130455.300000', '130455.302000', '130455.305000', '130455.307000', '130455.310000', '130455.313000', '130455.315000', '130455.318000', '130455.320000', '130455.323000', '130455.326000', '130455.329000', '130455.332000', '130455.335000', '130455.338000', '130455.340000', '130455.343000', '130455.345000', '130455.348000', '130455.350000', '130455.353000', '130455.356000', '130455.358000', '130455.361000', '130455.363000', '130515.253000', '130515.256000', '130515.259000', '130515.267000', '130515.269000', '130515.272000', '130515.275000', '130515.277000', '130515.280000', '130515.282000', '130515.285000', '130515.287000', '130515.290000', '130515.292000', '130515.295000', '130515.298000', '130515.300000', '130515.303000', '130515.305000', '130515.308000', '130515.310000', '130515.313000', '130515.315000', '130515.318000', '130515.321000', '130515.323000', '130515.326000', '130515.328000', '130515.331000', '130515.334000', '130515.336000', '130515.339000', '130515.341000', '130515.344000', '130515.346000', '130515.349000', '130515.351000', '130515.354000', '130515.357000', '130515.359000', '130515.362000', '130515.364000', '130515.367000', '130515.369000', '130535.253000', '130535.256000', '130535.259000', '130535.261000', '130535.264000', '130535.267000', '130535.269000', '130535.272000', '130535.284000', '130535.287000', '130535.289000', '130535.292000', '130535.294000', '130535.297000', '130535.300000', '130535.302000', '130535.305000', '130535.307000', '130535.310000', '130535.313000', '130535.315000', '130535.318000', '130535.320000', '130535.323000', '130535.325000', '130535.328000', '130535.330000', '130535.333000', '130535.335000', '130535.338000', '130535.341000', '130535.344000', '130535.347000', '130535.350000', '130535.352000', '130535.355000', '130535.357000', '130535.360000', '130535.363000', '130535.365000', '130535.368000', '130535.370000', '130535.373000', '130555.254000', '130555.256000', '130555.259000', '130555.261000', '130555.264000', '130555.267000', '130555.269000', '130555.303000', '130555.305000', '130555.308000', '130555.310000', '130555.313000', '130555.316000', '130555.318000', '130555.321000', '130555.323000', '130555.326000', '130555.328000', '130555.331000', '130555.333000', '130555.336000', '130555.339000', '130555.341000', '130555.344000', '130555.346000', '130555.349000', '130555.351000', '130555.354000', '130555.356000', '130555.359000', '130555.362000', '130555.364000', '130555.367000', '130555.369000', '130555.372000', '130555.374000', '130555.377000', '130555.380000', '130555.382000', '130555.385000', '130555.387000', '130555.390000', '130555.392000', '130555.395000', '130615.253000', '130615.256000', '130615.259000', '130615.261000', '130615.264000', '130615.267000', '130615.269000', '130615.272000', '130615.274000', '130615.277000', '130615.280000', '130615.282000', '130615.285000', '130615.287000', '130615.290000', '130615.292000', '130615.295000', '130615.298000', '130615.300000', '130615.303000', '130615.306000', '130615.308000', '130615.311000', '130615.313000', '130615.316000', '130615.318000', '130615.321000', '130615.324000', '130615.326000', '130615.329000', '130615.331000', '130615.334000', '130615.336000', '130615.339000', '130615.342000', '130615.344000', '130615.347000', '130615.349000', '130615.352000', '130615.355000', '130615.357000', '130615.360000', '130615.362000', '130635.253000', '130635.256000', '130635.259000', '130635.261000', '130635.264000', '130635.267000', '130635.269000', '130635.272000', '130635.275000', '130635.278000', '130635.280000', '130635.283000', '130635.285000', '130635.288000', '130635.290000', '130635.293000', '130635.296000', '130635.298000', '130635.301000', '130635.303000', '130635.306000', '130635.309000', '130635.311000', '130635.314000', '130635.316000', '130635.319000', '130635.321000', '130635.324000', '130635.327000', '130635.329000', '130635.332000', '130635.334000', '130635.337000', '130635.340000', '130635.342000', '130635.345000', '130635.347000', '130635.350000', '130635.352000', '130635.355000', '130635.358000', '130635.360000', '130635.363000', '130655.253000', '130655.256000', '130655.259000', '130655.261000', '130655.264000', '130655.267000', '130655.269000', '130655.272000', '130655.274000', '130655.277000', '130655.279000', '130655.282000', '130655.285000', '130655.287000', '130655.290000', '130655.292000', '130655.295000', '130655.297000', '130655.300000', '130655.303000', '130655.305000', '130655.308000', '130655.310000', '130655.313000', '130655.315000', '130655.318000', '130655.321000', '130655.323000', '130655.326000', '130655.328000', '130655.331000', '130655.333000', '130655.336000', '130655.338000', '130655.341000', '130655.344000', '130655.346000', '130655.349000', '130655.351000', '130655.354000', '130655.356000', '130655.359000', '130655.362000', '130655.364000', '130715.254000', '130715.256000', '130715.259000', '130715.262000', '130715.264000', '130715.267000', '130715.269000', '130715.278000', '130715.281000', '130715.284000', '130715.286000', '130715.289000', '130715.291000', '130715.294000', '130715.296000', '130715.299000', '130715.302000', '130715.304000', '130715.307000', '130715.309000', '130715.312000', '130715.315000', '130715.317000', '130715.320000', '130715.322000', '130715.325000', '130715.327000', '130715.330000', '130715.333000', '130715.335000', '130715.338000', '130715.340000', '130715.343000', '130715.346000', '130715.348000', '130715.351000', '130715.353000', '130715.356000', '130715.358000', '130715.361000', '130715.363000', '130715.366000', '130715.369000', '130715.371000', '130735.254000', '130735.256000', '130735.259000', '130735.262000', '130735.264000', '130735.267000', '130735.269000', '130735.272000', '130735.274000', '130735.277000', '130735.280000', '130735.282000', '130735.285000', '130735.287000', '130735.290000', '130735.292000', '130735.295000', '130735.298000', '130735.300000', '130735.303000', '130735.305000', '130735.308000', '130735.310000', '130735.313000', '130735.315000', '130735.318000', '130735.321000', '130735.323000', '130735.326000', '130735.328000', '130735.331000', '130735.333000', '130735.336000', '130735.339000', '130735.341000', '130735.344000', '130735.346000', '130735.349000', '130735.352000', '130735.354000', '130735.357000', '130735.359000', '130735.362000', '130755.253000', '130755.256000', '130755.259000', '130755.261000', '130755.264000', '130755.267000', '130755.269000', '130755.272000', '130755.274000', '130755.277000', '130755.280000', '130755.282000', '130755.285000', '130755.287000', '130755.290000', '130755.292000', '130755.295000', '130755.298000', '130755.300000', '130755.303000', '130755.306000', '130755.308000', '130755.311000', '130755.314000', '130755.316000', '130755.319000', '130755.321000', '130755.324000', '130755.326000', '130755.329000', '130755.332000', '130755.334000', '130755.337000', '130755.339000', '130755.342000', '130755.344000', '130755.375000', '130755.378000', '130755.380000', '130755.383000', '130755.386000', '130755.388000', '130755.391000', '130755.393000', '130815.254000', '130815.257000', '130815.259000', '130815.262000', '130815.264000', '130815.267000', '130815.269000', '130815.272000', '130815.275000', '130815.277000', '130815.280000', '130815.283000', '130815.285000', '130815.288000', '130815.290000', '130815.293000', '130815.295000', '130815.298000', '130815.301000', '130815.303000', '130815.306000', '130815.308000', '130815.311000', '130815.314000', '130815.316000', '130815.319000', '130815.322000', '130815.324000', '130815.327000', '130815.330000', '130815.332000', '130815.335000', '130815.337000', '130815.340000', '130815.343000', '130815.345000', '130815.348000', '130815.350000', '130815.353000', '130815.355000', '130815.358000', '130815.360000', '130815.363000', '130835.254000', '130835.256000', '130835.259000', '130835.262000', '130835.264000', '130835.267000', '130835.269000', '130835.272000', '130835.274000', '130835.277000', '130835.279000', '130835.282000', '130835.285000', '130835.287000', '130835.290000', '130835.292000', '130835.295000', '130835.297000', '130835.300000', '130835.303000', '130835.305000', '130835.308000', '130835.310000', '130835.313000', '130835.316000', '130835.318000', '130835.321000', '130835.323000', '130835.326000', '130835.329000', '130835.331000', '130835.334000', '130835.336000', '130835.339000', '130835.342000', '130835.344000', '130835.347000', '130835.349000', '130835.352000', '130835.355000', '130835.357000', '130835.360000', '130835.362000', '130835.365000', '130855.254000', '130855.256000', '130855.259000', '130855.262000', '130855.264000', '130855.267000', '130855.269000', '130855.272000', '130855.275000', '130855.277000', '130855.280000', '130855.282000', '130855.285000', '130855.305000', '130855.308000', '130855.311000', '130855.313000', '130855.316000', '130855.318000', '130855.321000', '130855.324000', '130855.326000', '130855.329000', '130855.331000', '130855.334000', '130855.336000', '130855.339000', '130855.342000', '130855.344000', '130855.347000', '130855.349000', '130855.352000', '130855.355000', '130855.357000', '130855.360000', '130855.362000', '130855.365000', '130855.367000', '130855.370000', '130855.373000', '130855.375000', '130855.378000', '130855.380000', '130915.254000', '130915.256000', '130915.259000', '130915.262000', '130915.264000', '130915.267000', '130915.269000', '130915.272000', '130915.274000', '130915.277000', '130915.279000', '130915.282000', '130915.286000', '130915.289000', '130915.291000', '130915.294000', '130915.297000', '130915.299000', '130915.302000', '130915.304000', '130915.307000', '130915.310000', '130915.312000', '130915.315000', '130915.317000', '130915.320000', '130915.322000', '130915.325000', '130915.328000', '130915.330000', '130915.333000', '130915.335000', '130915.338000', '130915.341000', '130915.343000', '130915.346000', '130915.349000', '130915.351000', '130915.354000', '130915.356000', '130915.359000', '130915.361000', '130915.364000', '130915.367000', '130935.254000', '130935.256000', '130935.259000', '130935.262000', '130935.264000', '130935.267000', '130935.269000', '130935.272000', '130935.275000', '130935.277000', '130935.280000', '130935.282000', '130935.285000', '130935.288000', '130935.290000', '130935.293000', '130935.295000', '130935.298000', '130935.301000', '130935.304000', '130935.306000', '130935.309000', '130935.311000', '130935.314000', '130935.316000', '130935.319000', '130935.322000', '130935.324000', '130935.327000', '130935.329000', '130935.332000', '130935.335000', '130935.337000', '130935.340000', '130935.342000', '130935.345000', '130935.347000', '130935.350000', '130935.353000', '130935.355000', '130935.358000', '130935.360000', '130935.363000', '130955.253000', '130955.256000', '130955.259000', '130955.261000', '130955.264000', '130955.267000', '130955.269000', '130955.272000', '130955.274000', '130955.277000', '130955.281000', '130955.283000', '130955.286000', '130955.289000', '130955.291000', '130955.294000', '130955.296000', '130955.299000', '130955.302000', '130955.304000', '130955.307000', '130955.310000', '130955.313000', '130955.316000', '130955.319000', '130955.322000', '130955.324000', '130955.327000', '130955.329000', '130955.332000', '130955.335000', '130955.337000', '130955.340000', '130955.342000', '130955.345000', '130955.347000', '130955.350000', '130955.353000', '130955.355000', '130955.358000', '130955.360000', '130955.363000', '130955.366000', '131015.254000', '131015.256000', '131015.259000', '131015.262000', '131015.264000', '131015.267000', '131015.269000', '131015.272000', '131015.275000', '131015.277000', '131015.280000', '131015.282000', '131015.285000', '131015.287000', '131015.290000', '131015.293000', '131015.295000', '131015.298000', '131015.300000', '131015.303000', '131015.305000', '131015.308000', '131015.311000', '131015.313000', '131015.327000', '131015.329000', '131015.332000', '131015.334000', '131015.337000', '131015.340000', '131015.342000', '131015.345000', '131015.347000', '131015.350000', '131015.352000', '131015.355000', '131015.357000', '131015.360000', '131015.362000', '131015.365000', '131015.368000', '131015.370000', '131015.373000', '131015.375000', '131028.835000', '131028.862000', '131028.867000', '131028.870000', '131028.873000', '131028.876000', '131028.879000', '131028.881000', '131028.884000', '131028.887000', '131028.890000', '131028.893000', '131028.895000', '131028.898000', '131028.900000', '131028.903000', '131028.906000', '131028.908000', '131028.911000', '131028.913000', '131028.916000', '131028.919000', '131028.921000', '131028.924000', '131028.927000', '131028.929000', '131028.932000', '131028.935000', '131028.937000', '131028.940000'], 'InstanceCreationTime': ['130355.351000', '130355.354000', '130355.357000', '130355.360000', '130355.362000', '130355.365000', '130355.368000', '130355.370000', '130355.373000', '130355.375000', '130355.378000', '130355.380000', '130355.383000', '130355.385000', '130355.395000', '130355.397000', '130415.254000', '130415.256000', '130415.259000', '130415.261000', '130415.264000', '130415.267000', '130415.269000', '130415.272000', '130415.274000', '130415.277000', '130415.279000', '130415.282000', '130415.284000', '130415.287000', '130415.289000', '130415.292000', '130415.295000', '130415.297000', '130415.300000', '130415.302000', '130415.305000', '130415.307000', '130415.310000', '130415.313000', '130415.316000', '130415.330000', '130415.332000', '130415.335000', '130415.338000', '130415.340000', '130415.343000', '130415.345000', '130415.348000', '130415.350000', '130415.353000', '130415.355000', '130415.367000', '130415.370000', '130415.372000', '130415.375000', '130415.378000', '130415.381000', '130415.383000', '130435.253000', '130435.256000', '130435.259000', '130435.261000', '130435.264000', '130435.266000', '130435.269000', '130435.271000', '130435.274000', '130435.276000', '130435.279000', '130435.281000', '130435.284000', '130435.287000', '130435.289000', '130435.292000', '130435.294000', '130435.297000', '130435.299000', '130435.302000', '130435.305000', '130435.307000', '130435.310000', '130435.312000', '130435.315000', '130435.318000', '130435.320000', '130435.323000', '130435.325000', '130435.328000', '130435.330000', '130435.333000', '130435.335000', '130435.338000', '130435.341000', '130435.343000', '130435.346000', '130435.348000', '130435.351000', '130435.353000', '130435.356000', '130435.358000', '130435.361000', '130435.363000', '130455.253000', '130455.256000', '130455.259000', '130455.261000', '130455.264000', '130455.266000', '130455.269000', '130455.271000', '130455.274000', '130455.277000', '130455.279000', '130455.282000', '130455.284000', '130455.287000', '130455.289000', '130455.292000', '130455.295000', '130455.297000', '130455.300000', '130455.302000', '130455.305000', '130455.307000', '130455.310000', '130455.313000', '130455.315000', '130455.318000', '130455.320000', '130455.323000', '130455.326000', '130455.329000', '130455.332000', '130455.335000', '130455.338000', '130455.340000', '130455.343000', '130455.345000', '130455.348000', '130455.350000', '130455.353000', '130455.356000', '130455.358000', '130455.361000', '130455.363000', '130515.253000', '130515.256000', '130515.259000', '130515.267000', '130515.269000', '130515.272000', '130515.275000', '130515.277000', '130515.280000', '130515.282000', '130515.285000', '130515.287000', '130515.290000', '130515.292000', '130515.295000', '130515.298000', '130515.300000', '130515.303000', '130515.305000', '130515.308000', '130515.310000', '130515.313000', '130515.315000', '130515.318000', '130515.321000', '130515.323000', '130515.326000', '130515.328000', '130515.331000', '130515.334000', '130515.336000', '130515.339000', '130515.341000', '130515.344000', '130515.346000', '130515.349000', '130515.351000', '130515.354000', '130515.357000', '130515.359000', '130515.362000', '130515.364000', '130515.367000', '130515.369000', '130535.253000', '130535.256000', '130535.259000', '130535.261000', '130535.264000', '130535.267000', '130535.269000', '130535.272000', '130535.284000', '130535.287000', '130535.289000', '130535.292000', '130535.294000', '130535.297000', '130535.300000', '130535.302000', '130535.305000', '130535.307000', '130535.310000', '130535.313000', '130535.315000', '130535.318000', '130535.320000', '130535.323000', '130535.325000', '130535.328000', '130535.330000', '130535.333000', '130535.335000', '130535.338000', '130535.341000', '130535.344000', '130535.347000', '130535.350000', '130535.352000', '130535.355000', '130535.357000', '130535.360000', '130535.363000', '130535.365000', '130535.368000', '130535.370000', '130535.373000', '130555.254000', '130555.256000', '130555.259000', '130555.261000', '130555.264000', '130555.267000', '130555.269000', '130555.303000', '130555.305000', '130555.308000', '130555.310000', '130555.313000', '130555.316000', '130555.318000', '130555.321000', '130555.323000', '130555.326000', '130555.328000', '130555.331000', '130555.333000', '130555.336000', '130555.339000', '130555.341000', '130555.344000', '130555.346000', '130555.349000', '130555.351000', '130555.354000', '130555.356000', '130555.359000', '130555.362000', '130555.364000', '130555.367000', '130555.369000', '130555.372000', '130555.374000', '130555.377000', '130555.380000', '130555.382000', '130555.385000', '130555.387000', '130555.390000', '130555.392000', '130555.395000', '130615.253000', '130615.256000', '130615.259000', '130615.261000', '130615.264000', '130615.267000', '130615.269000', '130615.272000', '130615.274000', '130615.277000', '130615.280000', '130615.282000', '130615.285000', '130615.287000', '130615.290000', '130615.292000', '130615.295000', '130615.298000', '130615.300000', '130615.303000', '130615.306000', '130615.308000', '130615.311000', '130615.313000', '130615.316000', '130615.318000', '130615.321000', '130615.324000', '130615.326000', '130615.329000', '130615.331000', '130615.334000', '130615.336000', '130615.339000', '130615.342000', '130615.344000', '130615.347000', '130615.349000', '130615.352000', '130615.355000', '130615.357000', '130615.360000', '130615.362000', '130635.253000', '130635.256000', '130635.259000', '130635.261000', '130635.264000', '130635.267000', '130635.269000', '130635.272000', '130635.275000', '130635.278000', '130635.280000', '130635.283000', '130635.285000', '130635.288000', '130635.290000', '130635.293000', '130635.296000', '130635.298000', '130635.301000', '130635.303000', '130635.306000', '130635.309000', '130635.311000', '130635.314000', '130635.316000', '130635.319000', '130635.321000', '130635.324000', '130635.327000', '130635.329000', '130635.332000', '130635.334000', '130635.337000', '130635.340000', '130635.342000', '130635.345000', '130635.347000', '130635.350000', '130635.352000', '130635.355000', '130635.358000', '130635.360000', '130635.363000', '130655.253000', '130655.256000', '130655.259000', '130655.261000', '130655.264000', '130655.267000', '130655.269000', '130655.272000', '130655.274000', '130655.277000', '130655.279000', '130655.282000', '130655.285000', '130655.287000', '130655.290000', '130655.292000', '130655.295000', '130655.297000', '130655.300000', '130655.303000', '130655.305000', '130655.308000', '130655.310000', '130655.313000', '130655.315000', '130655.318000', '130655.321000', '130655.323000', '130655.326000', '130655.328000', '130655.331000', '130655.333000', '130655.336000', '130655.338000', '130655.341000', '130655.344000', '130655.346000', '130655.349000', '130655.351000', '130655.354000', '130655.356000', '130655.359000', '130655.362000', '130655.364000', '130715.254000', '130715.256000', '130715.259000', '130715.262000', '130715.264000', '130715.267000', '130715.269000', '130715.278000', '130715.281000', '130715.284000', '130715.286000', '130715.289000', '130715.291000', '130715.294000', '130715.296000', '130715.299000', '130715.302000', '130715.304000', '130715.307000', '130715.309000', '130715.312000', '130715.315000', '130715.317000', '130715.320000', '130715.322000', '130715.325000', '130715.327000', '130715.330000', '130715.333000', '130715.335000', '130715.338000', '130715.340000', '130715.343000', '130715.346000', '130715.348000', '130715.351000', '130715.353000', '130715.356000', '130715.358000', '130715.361000', '130715.363000', '130715.366000', '130715.369000', '130715.371000', '130735.254000', '130735.256000', '130735.259000', '130735.262000', '130735.264000', '130735.267000', '130735.269000', '130735.272000', '130735.274000', '130735.277000', '130735.280000', '130735.282000', '130735.285000', '130735.287000', '130735.290000', '130735.292000', '130735.295000', '130735.298000', '130735.300000', '130735.303000', '130735.305000', '130735.308000', '130735.310000', '130735.313000', '130735.315000', '130735.318000', '130735.321000', '130735.323000', '130735.326000', '130735.328000', '130735.331000', '130735.333000', '130735.336000', '130735.339000', '130735.341000', '130735.344000', '130735.346000', '130735.349000', '130735.352000', '130735.354000', '130735.357000', '130735.359000', '130735.362000', '130755.253000', '130755.256000', '130755.259000', '130755.261000', '130755.264000', '130755.267000', '130755.269000', '130755.272000', '130755.274000', '130755.277000', '130755.280000', '130755.282000', '130755.285000', '130755.287000', '130755.290000', '130755.292000', '130755.295000', '130755.298000', '130755.300000', '130755.303000', '130755.306000', '130755.308000', '130755.311000', '130755.314000', '130755.316000', '130755.319000', '130755.321000', '130755.324000', '130755.326000', '130755.329000', '130755.332000', '130755.334000', '130755.337000', '130755.339000', '130755.342000', '130755.344000', '130755.375000', '130755.378000', '130755.380000', '130755.383000', '130755.386000', '130755.388000', '130755.391000', '130755.393000', '130815.254000', '130815.257000', '130815.259000', '130815.262000', '130815.264000', '130815.267000', '130815.269000', '130815.272000', '130815.275000', '130815.277000', '130815.280000', '130815.283000', '130815.285000', '130815.288000', '130815.290000', '130815.293000', '130815.295000', '130815.298000', '130815.301000', '130815.303000', '130815.306000', '130815.308000', '130815.311000', '130815.314000', '130815.316000', '130815.319000', '130815.322000', '130815.324000', '130815.327000', '130815.330000', '130815.332000', '130815.335000', '130815.337000', '130815.340000', '130815.343000', '130815.345000', '130815.348000', '130815.350000', '130815.353000', '130815.355000', '130815.358000', '130815.360000', '130815.363000', '130835.254000', '130835.256000', '130835.259000', '130835.262000', '130835.264000', '130835.267000', '130835.269000', '130835.272000', '130835.274000', '130835.277000', '130835.279000', '130835.282000', '130835.285000', '130835.287000', '130835.290000', '130835.292000', '130835.295000', '130835.297000', '130835.300000', '130835.303000', '130835.305000', '130835.308000', '130835.310000', '130835.313000', '130835.316000', '130835.318000', '130835.321000', '130835.323000', '130835.326000', '130835.329000', '130835.331000', '130835.334000', '130835.336000', '130835.339000', '130835.342000', '130835.344000', '130835.347000', '130835.349000', '130835.352000', '130835.355000', '130835.357000', '130835.360000', '130835.362000', '130835.365000', '130855.254000', '130855.256000', '130855.259000', '130855.262000', '130855.264000', '130855.267000', '130855.269000', '130855.272000', '130855.275000', '130855.277000', '130855.280000', '130855.282000', '130855.285000', '130855.305000', '130855.308000', '130855.311000', '130855.313000', '130855.316000', '130855.318000', '130855.321000', '130855.324000', '130855.326000', '130855.329000', '130855.331000', '130855.334000', '130855.336000', '130855.339000', '130855.342000', '130855.344000', '130855.347000', '130855.349000', '130855.352000', '130855.355000', '130855.357000', '130855.360000', '130855.362000', '130855.365000', '130855.367000', '130855.370000', '130855.373000', '130855.375000', '130855.378000', '130855.380000', '130915.254000', '130915.256000', '130915.259000', '130915.262000', '130915.264000', '130915.267000', '130915.269000', '130915.272000', '130915.274000', '130915.277000', '130915.279000', '130915.282000', '130915.286000', '130915.289000', '130915.291000', '130915.294000', '130915.297000', '130915.299000', '130915.302000', '130915.304000', '130915.307000', '130915.310000', '130915.312000', '130915.315000', '130915.317000', '130915.320000', '130915.322000', '130915.325000', '130915.328000', '130915.330000', '130915.333000', '130915.335000', '130915.338000', '130915.341000', '130915.343000', '130915.346000', '130915.349000', '130915.351000', '130915.354000', '130915.356000', '130915.359000', '130915.361000', '130915.364000', '130915.367000', '130935.254000', '130935.256000', '130935.259000', '130935.262000', '130935.264000', '130935.267000', '130935.269000', '130935.272000', '130935.275000', '130935.277000', '130935.280000', '130935.282000', '130935.285000', '130935.288000', '130935.290000', '130935.293000', '130935.295000', '130935.298000', '130935.301000', '130935.304000', '130935.306000', '130935.309000', '130935.311000', '130935.314000', '130935.316000', '130935.319000', '130935.322000', '130935.324000', '130935.327000', '130935.329000', '130935.332000', '130935.335000', '130935.337000', '130935.340000', '130935.342000', '130935.345000', '130935.347000', '130935.350000', '130935.353000', '130935.355000', '130935.358000', '130935.360000', '130935.363000', '130955.253000', '130955.256000', '130955.259000', '130955.261000', '130955.264000', '130955.267000', '130955.269000', '130955.272000', '130955.274000', '130955.277000', '130955.281000', '130955.283000', '130955.286000', '130955.289000', '130955.291000', '130955.294000', '130955.296000', '130955.299000', '130955.302000', '130955.304000', '130955.307000', '130955.310000', '130955.313000', '130955.316000', '130955.319000', '130955.322000', '130955.324000', '130955.327000', '130955.329000', '130955.332000', '130955.335000', '130955.337000', '130955.340000', '130955.342000', '130955.345000', '130955.347000', '130955.350000', '130955.353000', '130955.355000', '130955.358000', '130955.360000', '130955.363000', '130955.366000', '131015.254000', '131015.256000', '131015.259000', '131015.262000', '131015.264000', '131015.267000', '131015.269000', '131015.272000', '131015.275000', '131015.277000', '131015.280000', '131015.282000', '131015.285000', '131015.287000', '131015.290000', '131015.293000', '131015.295000', '131015.298000', '131015.300000', '131015.303000', '131015.305000', '131015.308000', '131015.311000', '131015.313000', '131015.327000', '131015.329000', '131015.332000', '131015.334000', '131015.337000', '131015.340000', '131015.342000', '131015.345000', '131015.347000', '131015.350000', '131015.352000', '131015.355000', '131015.357000', '131015.360000', '131015.362000', '131015.365000', '131015.368000', '131015.370000', '131015.373000', '131015.375000', '131028.835000', '131028.862000', '131028.867000', '131028.870000', '131028.873000', '131028.876000', '131028.879000', '131028.881000', '131028.884000', '131028.887000', '131028.890000', '131028.893000', '131028.895000', '131028.898000', '131028.900000', '131028.903000', '131028.906000', '131028.908000', '131028.911000', '131028.913000', '131028.916000', '131028.919000', '131028.921000', '131028.924000', '131028.927000', '131028.929000', '131028.932000', '131028.935000', '131028.937000', '131028.940000'], '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': [14539, 20628, 12176, 19053, 11586, 17862, 12154, 14177, 8355, 8051, 10241, 8628, 9594, 12590, 11549, 16090, 13353, 8083, 8470, 11860, 16787, 9629, 8539, 10617, 20923, 15733, 20191, 13573, 21828, 9976, 19694, 9829, 16839, 11606, 20805, 13790, 10382, 8724, 8675, 11176, 8612, 13229, 9694, 12537, 7970, 12000, 7878, 10222, 7979, 11050, 8340, 7499, 10724, 7701, 12401, 12512, 17351, 9305, 14336, 16345, 9849, 21965, 17104, 10624, 9950, 8124, 11189, 20077, 21518, 17701, 13733, 12301, 15646, 16475, 18587, 8386, 10168, 8353, 14959, 10350, 16444, 9491, 13198, 10193, 7565, 12137, 9746, 14382, 8603, 14393, 8868, 17642, 9976, 18295, 9424, 15506, 9420, 10062, 10304, 9202, 14143, 8676, 7548, 10480, 8311, 13433, 11158, 12284, 10767, 11571, 8557, 11743, 8216, 9542, 9186, 8865, 11575, 8398, 7638, 9034, 16432, 10853, 15245, 10117, 17366, 14398, 19314, 12779, 17152, 8090, 7931, 9476, 14076, 9473, 19640, 10486, 18166, 11025, 15561, 9912, 16103, 8554, 12824, 8355, 12782, 8416, 11026, 8876, 15231, 8204, 12550, 8342, 11745, 8272, 10331, 7658, 10501, 7957, 11144, 7488, 10648, 7431, 9352, 9743, 9798, 8796, 12958, 7862, 11520, 7560, 10174, 17645, 8951, 20726, 15693, 18768, 9618, 7342, 10698, 13753, 10358, 17872, 8185, 14979, 9535, 16528, 9971, 15823, 8861, 12990, 8353, 11237, 8367, 10029, 13352, 12805, 7790, 10995, 8241, 12229, 8320, 11395, 8162, 12829, 11264, 12993, 15266, 19860, 21466, 21618, 12062, 9955, 14219, 8005, 14973, 9129, 16098, 9300, 10964, 9033, 7781, 10047, 7958, 10606, 10352, 9640, 18820, 11242, 18298, 10781, 15721, 8748, 13981, 8602, 14236, 8581, 13823, 8267, 12681, 8537, 11509, 8257, 10956, 8940, 8107, 15827, 10188, 12061, 8645, 19054, 9501, 14366, 8570, 11432, 7809, 10180, 9208, 12015, 9458, 12040, 8158, 12543, 8642, 14443, 8684, 14574, 10945, 14107, 12661, 12136, 7976, 11238, 8256, 12205, 8001, 13159, 13971, 19090, 11551, 16674, 8314, 13357, 8559, 15276, 9264, 20203, 15474, 14514, 9140, 21216, 12524, 21457, 14474, 20863, 10231, 15649, 8139, 13416, 8250, 10912, 10055, 7869, 11901, 9428, 14866, 13622, 10484, 17855, 8311, 18068, 8809, 14491, 8706, 9309, 8704, 13357, 8517, 15753, 8717, 10706, 9004, 7577, 9083, 19022, 8782, 13077, 8535, 12298, 8477, 12139, 7850, 13069, 8855, 14006, 8463, 15609, 8587, 14879, 9336, 10743, 8387, 7976, 16431, 10532, 8428, 8510, 8680, 9828, 10504, 12225, 9981, 19453, 14307, 21821, 16505, 14760, 9182, 7684, 10262, 11483, 9764, 17433, 9633, 18674, 10537, 14634, 8548, 15175, 9311, 14508, 9217, 7883, 10774, 7776, 11858, 15518, 10806, 19270, 12207, 8807, 10305, 8065, 13573, 8913, 12268, 15160, 17198, 22562, 17186, 18148, 8845, 14434, 10023, 16277, 8498, 7415, 8938, 7984, 12726, 9320, 14621, 8738, 13405, 8677, 12325, 11582, 21305, 17233, 10668, 20881, 9543, 16929, 9037, 13791, 8499, 8557, 10650, 9442, 8767, 7998, 7357, 11460, 10984, 10376, 16921, 11223, 21020, 14505, 18354, 11517, 16064, 9962, 13760, 8145, 14556, 9558, 21309, 15710, 14428, 8417, 19444, 9492, 18421, 9753, 15404, 8736, 12486, 8516, 11799, 8154, 8942, 9804, 15587, 16711, 11104, 7421, 11037, 12635, 10186, 14211, 10116, 19242, 10750, 18092, 9892, 13126, 12262, 20390, 12042, 11125, 12223, 9591, 21848, 13278, 22456, 16670, 21056, 13928, 18159, 9687, 15787, 13118, 20920, 8518, 7771, 9229, 7749, 11424, 8342, 11425, 8080, 12040, 8658, 13791, 9432, 15074, 12815, 8533, 10947, 8748, 13851, 9659, 13645, 19088, 15884, 9370, 14995, 10556, 19701, 12901, 13604, 10106, 16509, 8843, 9508, 10842, 9287, 14995, 8783, 13939, 11788, 18552, 9706, 14958, 9187, 13257, 9641, 21141, 10218, 15928, 8933, 14076, 8647, 13292, 9426, 13228, 9541, 11943, 17542, 9356, 8569, 9482, 8233, 12638, 9353, 15955, 12069, 17128, 10092, 17636, 11465, 21260, 21379, 17893, 13956, 11351, 12918, 10276, 18460, 9941, 14658, 8995, 9731, 8691, 8454, 9591, 8228, 12817, 9563, 18663, 10552, 16531, 8900, 14485, 9478, 12747, 8468, 9184, 13119, 9398, 9157, 15462, 10676, 8594, 10825, 21566, 16409, 21228, 14163, 17666, 9950, 12037, 10794, 18371, 8569, 7934, 8572, 7731, 10624, 8897, 16573, 11939, 7676, 9745, 7635, 11334, 11419, 11899, 17593, 18438, 8338, 11899, 8816, 14557, 9616, 17725, 10052, 18660, 11211, 20756, 11171, 17199, 8415, 10252, 8291, 7903, 9436, 7638, 10942, 9141, 17153, 10459, 11459, 8783, 9275, 9079, 11438, 9589, 19474, 10912, 18156, 10356, 15624, 9011, 13847, 8537, 14065, 8571, 15191, 9115, 15279, 9795, 9598, 9976, 7877, 9531, 16701, 21027, 8717, 10755, 8501, 11056, 11462, 18381, 10426, 10726, 7809, 7468, 9648, 8087, 10539, 13120, 14916, 19122, 19731, 9621, 15494, 9379, 18547, 10062, 13743, 9582, 19285, 9875, 14034, 8122, 7790, 7809, 8895, 9066, 14590, 10680, 11469, 11748, 10002, 12351, 8048, 12681, 9665, 10318, 8781, 10927, 8855, 11340, 9258, 12071, 8817, 14433, 12752, 12068, 10399, 8281, 11923, 9924, 17275, 17464, 9389, 17414, 20284, 19788, 10170, 10704, 8196, 10712, 9078, 15660, 9884, 8114, 10750, 8498, 8360, 9745, 16019, 11178, 19246, 11829, 17047, 12771, 10842, 8987, 7995, 15100, 8706, 18809, 8636, 17515, 9997, 18047, 9535, 13623, 13236, 8991, 8577, 10731, 8757, 14356, 16939, 19658, 16103, 19189, 10599, 12828, 8539, 12166, 17336, 11473, 15676, 11070, 8191, 11220, 9048, 8447, 8291, 7798, 9869, 9515, 10012, 15351, 9375, 16368, 9206, 15453, 9031, 14478, 9774, 7905, 9081, 7773, 9440, 10335, 9012, 11931, 9240, 9072, 10277, 7620, 10629, 8066, 11627, 10279, 18664, 9699, 9715, 8736, 14968, 9146, 13127, 8971, 11831, 8031, 11416, 8325, 13679, 8786, 9724, 8635, 7628, 9648, 13386, 9148, 19635, 11528, 18401, 11896, 10887, 9093, 11837, 8495, 16126, 8603, 14839, 14479, 21321, 11270, 8439, 8486, 7724, 10213, 13625, 14528, 11798, 10653, 20123, 22996, 16566, 13869, 9987, 9388, 10131, 19656, 12045, 9353, 12775, 9316, 16830, 15173, 16528, 20995, 15114, 23212, 15711, 20441, 15590, 18708, 17136, 8629, 8826, 8859, 10837, 9062, 14658, 9742], 'WindowCenter': [4701.0, 4706.0, 4617.0, 4663.0, 4577.0, 4623.0, 4571.0, 4590.0, 4505.0, 4507.0, 4538.0, 4531.0, 4539.0, 4571.0, 4548.0, 4587.0, 4567.0, 4493.0, 4490.0, 4553.0, 4585.0, 4525.0, 4516.0, 4538.0, 4605.0, 4573.0, 4592.0, 4541.0, 4602.0, 4513.0, 4604.0, 4511.0, 4569.0, 4547.0, 4617.0, 4549.0, 4508.0, 4490.0, 4501.0, 4532.0, 4529.0, 4566.0, 4529.0, 4571.0, 4510.0, 4554.0, 4509.0, 4535.0, 4508.0, 4546.0, 4507.0, 4482.0, 4533.0, 4494.0, 4569.0, 4557.0, 4597.0, 4514.0, 4564.0, 4572.0, 4525.0, 4619.0, 4598.0, 4520.0, 4511.0, 4494.0, 4560.0, 4637.0, 4626.0, 4609.0, 4580.0, 4569.0, 4601.0, 4588.0, 4594.0, 4492.0, 4522.0, 4508.0, 4586.0, 4540.0, 4585.0, 4528.0, 4553.0, 4523.0, 4498.0, 4556.0, 4540.0, 4560.0, 4490.0, 4547.0, 4502.0, 4593.0, 4523.0, 4592.0, 4511.0, 4559.0, 4498.0, 4506.0, 4522.0, 4525.0, 4574.0, 4503.0, 4494.0, 4533.0, 4505.0, 4565.0, 4547.0, 4545.0, 4535.0, 4534.0, 4489.0, 4546.0, 4519.0, 4523.0, 4513.0, 4513.0, 4543.0, 4517.0, 4520.0, 4536.0, 4597.0, 4536.0, 4571.0, 4522.0, 4582.0, 4562.0, 4606.0, 4554.0, 4594.0, 4493.0, 4502.0, 4521.0, 4563.0, 4524.0, 4605.0, 4532.0, 4592.0, 4531.0, 4569.0, 4523.0, 4572.0, 4501.0, 4549.0, 4501.0, 4550.0, 4491.0, 4530.0, 4513.0, 4570.0, 4500.0, 4549.0, 4505.0, 4542.0, 4501.0, 4519.0, 4494.0, 4533.0, 4494.0, 4543.0, 4495.0, 4534.0, 4484.0, 4513.0, 4524.0, 4525.0, 4512.0, 4568.0, 4506.0, 4553.0, 4496.0, 4536.0, 4594.0, 4539.0, 4643.0, 4601.0, 4606.0, 4523.0, 4508.0, 4536.0, 4576.0, 4538.0, 4610.0, 4518.0, 4586.0, 4523.0, 4596.0, 4535.0, 4574.0, 4513.0, 4549.0, 4503.0, 4533.0, 4502.0, 4523.0, 4566.0, 4565.0, 4493.0, 4533.0, 4516.0, 4555.0, 4518.0, 4557.0, 4517.0, 4567.0, 4547.0, 4581.0, 4601.0, 4634.0, 4630.0, 4633.0, 4557.0, 4537.0, 4563.0, 4494.0, 4562.0, 4512.0, 4584.0, 4524.0, 4534.0, 4526.0, 4495.0, 4523.0, 4505.0, 4549.0, 4547.0, 4536.0, 4606.0, 4545.0, 4605.0, 4534.0, 4572.0, 4502.0, 4561.0, 4501.0, 4561.0, 4501.0, 4551.0, 4491.0, 4549.0, 4503.0, 4544.0, 4517.0, 4545.0, 4527.0, 4518.0, 4598.0, 4537.0, 4556.0, 4516.0, 4618.0, 4539.0, 4588.0, 4528.0, 4559.0, 4495.0, 4522.0, 4514.0, 4553.0, 4513.0, 4552.0, 4505.0, 4553.0, 4514.0, 4563.0, 4502.0, 4573.0, 4534.0, 4564.0, 4553.0, 4550.0, 4504.0, 4529.0, 4503.0, 4541.0, 4492.0, 4562.0, 4573.0, 4632.0, 4557.0, 4584.0, 4502.0, 4564.0, 4516.0, 4613.0, 4566.0, 4629.0, 4615.0, 4602.0, 4556.0, 4631.0, 4567.0, 4616.0, 4574.0, 4629.0, 4565.0, 4614.0, 4505.0, 4551.0, 4504.0, 4546.0, 4525.0, 4505.0, 4542.0, 4513.0, 4562.0, 4550.0, 4522.0, 4609.0, 4491.0, 4581.0, 4502.0, 4549.0, 4489.0, 4498.0, 4489.0, 4537.0, 4500.0, 4571.0, 4503.0, 4519.0, 4497.0, 4481.0, 4511.0, 4592.0, 4515.0, 4550.0, 4489.0, 4529.0, 4489.0, 4539.0, 4492.0, 4552.0, 4512.0, 4564.0, 4503.0, 4572.0, 4518.0, 4576.0, 4514.0, 4548.0, 4519.0, 4509.0, 4596.0, 4547.0, 4518.0, 4515.0, 4527.0, 4537.0, 4549.0, 4556.0, 4536.0, 4622.0, 4601.0, 4632.0, 4598.0, 4563.0, 4526.0, 4508.0, 4539.0, 4562.0, 4540.0, 4599.0, 4528.0, 4622.0, 4550.0, 4589.0, 4531.0, 4600.0, 4539.0, 4577.0, 4526.0, 4494.0, 4531.0, 4495.0, 4556.0, 4575.0, 4547.0, 4610.0, 4553.0, 4511.0, 4534.0, 4506.0, 4554.0, 4514.0, 4555.0, 4573.0, 4601.0, 4630.0, 4599.0, 4597.0, 4512.0, 4565.0, 4540.0, 4574.0, 4491.0, 4481.0, 4526.0, 4533.0, 4578.0, 4540.0, 4589.0, 4515.0, 4562.0, 4514.0, 4568.0, 4569.0, 4631.0, 4598.0, 4537.0, 4618.0, 4527.0, 4600.0, 4516.0, 4591.0, 4514.0, 4502.0, 4534.0, 4539.0, 4503.0, 4493.0, 4494.0, 4558.0, 4549.0, 4538.0, 4612.0, 4573.0, 4631.0, 4588.0, 4591.0, 4532.0, 4569.0, 4510.0, 4550.0, 4506.0, 4575.0, 4537.0, 4638.0, 4585.0, 4562.0, 4502.0, 4616.0, 4526.0, 4592.0, 4510.0, 4574.0, 4516.0, 4554.0, 4513.0, 4553.0, 4517.0, 4552.0, 4573.0, 4622.0, 4604.0, 4555.0, 4508.0, 4559.0, 4565.0, 4532.0, 4562.0, 4536.0, 4619.0, 4559.0, 4594.0, 4538.0, 4563.0, 4555.0, 4613.0, 4540.0, 4530.0, 4528.0, 4511.0, 4602.0, 4539.0, 4600.0, 4559.0, 4589.0, 4536.0, 4564.0, 4484.0, 4558.0, 4538.0, 4587.0, 4474.0, 4452.0, 4484.0, 4465.0, 4529.0, 4488.0, 4517.0, 4477.0, 4528.0, 4489.0, 4563.0, 4525.0, 4585.0, 4552.0, 4499.0, 4531.0, 4503.0, 4564.0, 4527.0, 4576.0, 4607.0, 4586.0, 4526.0, 4575.0, 4522.0, 4593.0, 4555.0, 4560.0, 4511.0, 4570.0, 4502.0, 4525.0, 4534.0, 4513.0, 4572.0, 4503.0, 4576.0, 4555.0, 4592.0, 4510.0, 4559.0, 4498.0, 4551.0, 4513.0, 4603.0, 4509.0, 4559.0, 4500.0, 4550.0, 4503.0, 4562.0, 4509.0, 4566.0, 4512.0, 4539.0, 4594.0, 4500.0, 4475.0, 4497.0, 4489.0, 4541.0, 4501.0, 4558.0, 4529.0, 4570.0, 4509.0, 4593.0, 4515.0, 4629.0, 4615.0, 4592.0, 4561.0, 4532.0, 4528.0, 4509.0, 4578.0, 4498.0, 4545.0, 4486.0, 4495.0, 4486.0, 4490.0, 4508.0, 4488.0, 4552.0, 4523.0, 4592.0, 4529.0, 4571.0, 4502.0, 4551.0, 4512.0, 4554.0, 4478.0, 4487.0, 4537.0, 4498.0, 4525.0, 4575.0, 4533.0, 4503.0, 4534.0, 4617.0, 4574.0, 4591.0, 4536.0, 4557.0, 4494.0, 4528.0, 4520.0, 4580.0, 4504.0, 4494.0, 4514.0, 4496.0, 4534.0, 4527.0, 4595.0, 4542.0, 4480.0, 4509.0, 4480.0, 4532.0, 4532.0, 4532.0, 4597.0, 4595.0, 4505.0, 4543.0, 4516.0, 4563.0, 4512.0, 4580.0, 4510.0, 4581.0, 4519.0, 4617.0, 4532.0, 4581.0, 4488.0, 4508.0, 4488.0, 4475.0, 4498.0, 4479.0, 4533.0, 4511.0, 4596.0, 4523.0, 4531.0, 4502.0, 4512.0, 4514.0, 4543.0, 4509.0, 4592.0, 4516.0, 4579.0, 4509.0, 4555.0, 4489.0, 4537.0, 4488.0, 4548.0, 4488.0, 4558.0, 4512.0, 4570.0, 4510.0, 4497.0, 4508.0, 4493.0, 4536.0, 4597.0, 4614.0, 4499.0, 4520.0, 4515.0, 4560.0, 4558.0, 4597.0, 4535.0, 4559.0, 4495.0, 4482.0, 4523.0, 4492.0, 4532.0, 4579.0, 4588.0, 4605.0, 4602.0, 4524.0, 4588.0, 4527.0, 4606.0, 4525.0, 4553.0, 4501.0, 4578.0, 4512.0, 4550.0, 4491.0, 4484.0, 4459.0, 4477.0, 4498.0, 4571.0, 4534.0, 4543.0, 4553.0, 4520.0, 4540.0, 4479.0, 4559.0, 4504.0, 4485.0, 4452.0, 4471.0, 4466.0, 4484.0, 4478.0, 4520.0, 4488.0, 4537.0, 4528.0, 4553.0, 4545.0, 4513.0, 4539.0, 4518.0, 4591.0, 4593.0, 4524.0, 4609.0, 4605.0, 4604.0, 4537.0, 4548.0, 4516.0, 4549.0, 4511.0, 4554.0, 4507.0, 4488.0, 4528.0, 4513.0, 4515.0, 4552.0, 4599.0, 4543.0, 4617.0, 4571.0, 4600.0, 4566.0, 4537.0, 4508.0, 4492.0, 4562.0, 4501.0, 4604.0, 4541.0, 4618.0, 4552.0, 4606.0, 4527.0, 4573.0, 4561.0, 4520.0, 4512.0, 4543.0, 4513.0, 4587.0, 4595.0, 4606.0, 4585.0, 4604.0, 4519.0, 4538.0, 4488.0, 4541.0, 4595.0, 4528.0, 4570.0, 4530.0, 4504.0, 4543.0, 4512.0, 4502.0, 4503.0, 4493.0, 4522.0, 4521.0, 4518.0, 4570.0, 4511.0, 4579.0, 4510.0, 4561.0, 4501.0, 4561.0, 4522.0, 4491.0, 4512.0, 4492.0, 4524.0, 4533.0, 4513.0, 4543.0, 4512.0, 4513.0, 4532.0, 4505.0, 4544.0, 4514.0, 4581.0, 4561.0, 4643.0, 4538.0, 4550.0, 4537.0, 4600.0, 4539.0, 4579.0, 4528.0, 4568.0, 4519.0, 4557.0, 4516.0, 4576.0, 4527.0, 4537.0, 4527.0, 4507.0, 4538.0, 4579.0, 4537.0, 4616.0, 4557.0, 4607.0, 4555.0, 4545.0, 4525.0, 4554.0, 4515.0, 4597.0, 4514.0, 4586.0, 4576.0, 4627.0, 4544.0, 4515.0, 4515.0, 4505.0, 4573.0, 4603.0, 4602.0, 4593.0, 4588.0, 4643.0, 4643.0, 4609.0, 4575.0, 4537.0, 4524.0, 4535.0, 4603.0, 4565.0, 4523.0, 4564.0, 4525.0, 4596.0, 4585.0, 4585.0, 4613.0, 4561.0, 4609.0, 4559.0, 4603.0, 4572.0, 4595.0, 4565.0, 4499.0, 4501.0, 4513.0, 4532.0, 4509.0, 4573.0, 4523.0], 'WindowWidth': [10291.0, 10271.0, 10127.0, 10185.0, 10050.0, 10107.0, 10030.0, 10052.0, 9926.0, 9934.0, 9975.0, 9971.0, 9978.0, 10026.0, 9986.0, 10039.0, 10010.0, 9903.0, 9900.0, 9989.0, 10036.0, 9955.0, 9944.0, 9973.0, 10067.0, 10013.0, 10039.0, 9965.0, 10056.0, 9929.0, 10065.0, 9925.0, 10004.0, 9982.0, 10084.0, 9974.0, 9916.0, 9892.0, 9913.0, 9956.0, 9965.0, 10005.0, 9960.0, 10021.0, 9938.0, 9990.0, 9938.0, 9966.0, 9933.0, 9982.0, 9930.0, 9890.0, 9957.0, 9908.0, 10017.0, 9996.0, 10053.0, 9935.0, 10001.0, 10009.0, 9951.0, 10100.0, 10060.0, 9938.0, 9925.0, 9906.0, 10009.0, 10134.0, 10115.0, 10076.0, 10034.0, 10022.0, 10067.0, 10041.0, 10044.0, 9901.0, 9941.0, 9932.0, 10039.0, 9978.0, 10038.0, 9960.0, 9987.0, 9944.0, 9919.0, 9997.0, 9980.0, 9994.0, 9894.0, 9970.0, 9916.0, 10044.0, 9948.0, 10040.0, 9928.0, 9990.0, 9903.0, 9915.0, 9946.0, 9958.0, 10019.0, 9919.0, 9906.0, 9957.0, 9923.0, 10005.0, 9980.0, 9974.0, 9965.0, 9960.0, 9895.0, 9983.0, 9954.0, 9949.0, 9934.0, 9931.0, 9975.0, 9948.0, 9958.0, 9975.0, 10057.0, 9968.0, 10013.0, 9944.0, 10029.0, 9999.0, 10069.0, 9993.0, 10047.0, 9909.0, 9919.0, 9946.0, 10002.0, 9950.0, 10067.0, 9958.0, 10042.0, 9955.0, 10009.0, 9948.0, 10013.0, 9915.0, 9980.0, 9917.0, 9979.0, 9902.0, 9953.0, 9935.0, 10008.0, 9915.0, 9981.0, 9928.0, 9973.0, 9918.0, 9938.0, 9911.0, 9961.0, 9910.0, 9975.0, 9914.0, 9964.0, 9897.0, 9936.0, 9952.0, 9952.0, 9937.0, 10018.0, 9932.0, 9991.0, 9918.0, 9969.0, 10050.0, 9985.0, 10139.0, 10069.0, 10064.0, 9951.0, 9937.0, 9969.0, 10025.0, 9974.0, 10084.0, 9948.0, 10040.0, 9951.0, 10053.0, 9970.0, 10019.0, 9935.0, 9981.0, 9921.0, 9961.0, 9919.0, 9947.0, 10011.0, 10010.0, 9909.0, 9962.0, 9945.0, 9995.0, 9951.0, 10000.0, 9946.0, 10013.0, 9987.0, 10042.0, 10070.0, 10128.0, 10110.0, 10121.0, 9999.0, 9972.0, 10004.0, 9908.0, 10001.0, 9931.0, 10031.0, 9953.0, 9965.0, 9959.0, 9915.0, 9945.0, 9925.0, 9993.0, 9993.0, 9972.0, 10074.0, 9980.0, 10067.0, 9965.0, 10015.0, 9917.0, 9997.0, 9917.0, 9996.0, 9913.0, 9982.0, 9901.0, 9978.0, 9920.0, 9977.0, 9948.0, 9984.0, 9967.0, 9953.0, 10057.0, 9971.0, 9992.0, 9942.0, 10090.0, 9981.0, 10050.0, 9968.0, 10006.0, 9915.0, 9944.0, 9936.0, 9989.0, 9933.0, 9987.0, 9928.0, 9988.0, 9938.0, 10002.0, 9918.0, 10016.0, 9963.0, 10006.0, 9988.0, 9981.0, 9924.0, 9953.0, 9922.0, 9970.0, 9904.0, 10002.0, 10019.0, 10119.0, 10001.0, 10036.0, 9921.0, 10006.0, 9941.0, 10090.0, 10033.0, 10111.0, 10092.0, 10071.0, 10015.0, 10115.0, 10012.0, 10085.0, 10020.0, 10111.0, 10028.0, 10092.0, 9927.0, 9982.0, 9927.0, 9983.0, 9953.0, 9924.0, 9970.0, 9932.0, 10001.0, 9977.0, 9943.0, 10076.0, 9900.0, 10028.0, 9918.0, 9979.0, 9895.0, 9906.0, 9894.0, 9959.0, 9912.0, 10013.0, 9920.0, 9938.0, 9906.0, 9887.0, 9928.0, 10048.0, 9943.0, 9979.0, 9894.0, 9947.0, 9896.0, 9962.0, 9904.0, 9984.0, 9935.0, 10004.0, 9920.0, 10011.0, 9947.0, 10026.0, 9936.0, 9989.0, 9951.0, 9938.0, 10054.0, 9987.0, 9951.0, 9943.0, 9961.0, 9975.0, 9993.0, 9997.0, 9968.0, 10106.0, 10072.0, 10124.0, 10061.0, 9998.0, 9957.0, 9935.0, 9977.0, 10012.0, 9975.0, 10059.0, 9960.0, 10101.0, 9994.0, 10048.0, 9973.0, 10066.0, 9980.0, 10028.0, 9955.0, 9910.0, 9957.0, 9913.0, 9997.0, 10021.0, 9984.0, 10079.0, 9991.0, 9929.0, 9963.0, 9929.0, 9989.0, 9933.0, 9992.0, 10017.0, 10069.0, 10122.0, 10056.0, 10055.0, 9932.0, 10006.0, 9981.0, 10017.0, 9899.0, 9888.0, 9956.0, 9982.0, 10033.0, 9982.0, 10043.0, 9939.0, 9999.0, 9938.0, 10014.0, 10020.0, 10115.0, 10056.0, 9968.0, 10093.0, 9956.0, 10066.0, 9943.0, 10057.0, 9937.0, 9919.0, 9964.0, 9979.0, 9920.0, 9906.0, 9912.0, 9999.0, 9991.0, 9973.0, 10084.0, 10033.0, 10116.0, 10045.0, 10042.0, 9959.0, 10008.0, 9927.0, 9982.0, 9933.0, 10025.0, 9975.0, 10124.0, 10039.0, 9999.0, 9918.0, 10082.0, 9956.0, 10045.0, 9928.0, 10019.0, 9942.0, 9995.0, 9939.0, 9992.0, 9949.0, 10011.0, 10042.0, 10109.0, 10072.0, 10001.0, 9942.0, 10010.0, 10011.0, 9959.0, 10001.0, 9970.0, 10094.0, 10005.0, 10049.0, 9978.0, 10005.0, 9995.0, 10079.0, 9969.0, 9951.0, 9946.0, 9930.0, 10059.0, 9963.0, 10062.0, 9990.0, 10040.0, 9952.0, 9991.0, 9879.0, 9990.0, 9962.0, 10028.0, 9866.0, 9833.0, 9878.0, 9856.0, 9948.0, 9892.0, 9929.0, 9873.0, 9944.0, 9896.0, 10004.0, 9959.0, 10037.0, 9986.0, 9915.0, 9955.0, 9922.0, 10005.0, 9961.0, 10028.0, 10071.0, 10037.0, 9957.0, 10019.0, 9943.0, 10050.0, 9996.0, 9997.0, 9926.0, 10005.0, 9919.0, 9955.0, 9964.0, 9935.0, 10011.0, 9919.0, 10028.0, 9993.0, 10041.0, 9925.0, 9987.0, 9903.0, 9982.0, 9936.0, 10063.0, 9918.0, 9988.0, 9909.0, 9977.0, 9921.0, 10001.0, 9927.0, 10014.0, 9933.0, 9962.0, 10051.0, 9911.0, 9867.0, 9899.0, 9893.0, 9966.0, 9911.0, 9987.0, 9946.0, 10005.0, 9921.0, 10050.0, 9926.0, 10121.0, 10096.0, 10044.0, 10000.0, 9955.0, 9944.0, 9919.0, 10013.0, 9903.0, 9963.0, 9883.0, 9896.0, 9886.0, 9899.0, 9919.0, 9892.0, 9984.0, 9946.0, 10045.0, 9953.0, 10006.0, 9914.0, 9981.0, 9931.0, 9990.0, 9877.0, 9885.0, 9954.0, 9905.0, 9955.0, 10022.0, 9960.0, 9921.0, 9963.0, 10091.0, 10018.0, 10043.0, 9949.0, 9982.0, 9894.0, 9945.0, 9936.0, 10021.0, 9924.0, 9908.0, 9936.0, 9917.0, 9963.0, 9959.0, 10049.0, 9970.0, 9882.0, 9920.0, 9886.0, 9956.0, 9955.0, 9956.0, 10055.0, 10052.0, 9924.0, 9971.0, 9938.0, 10002.0, 9929.0, 10020.0, 9921.0, 10024.0, 9932.0, 10089.0, 9957.0, 10025.0, 9893.0, 9919.0, 9891.0, 9873.0, 9905.0, 9882.0, 9961.0, 9931.0, 10055.0, 9946.0, 9953.0, 9914.0, 9931.0, 9936.0, 9975.0, 9924.0, 10046.0, 9928.0, 10021.0, 9919.0, 9983.0, 9893.0, 9959.0, 9891.0, 9973.0, 9891.0, 9987.0, 9931.0, 10009.0, 9925.0, 9903.0, 9918.0, 9908.0, 9970.0, 10057.0, 10076.0, 9908.0, 9936.0, 9940.0, 10010.0, 10004.0, 10057.0, 9965.0, 10008.0, 9915.0, 9892.0, 9948.0, 9905.0, 9959.0, 10037.0, 10050.0, 10062.0, 10058.0, 9953.0, 10046.0, 9960.0, 10067.0, 9954.0, 9987.0, 9912.0, 10016.0, 9931.0, 9977.0, 9901.0, 9892.0, 9850.0, 9870.0, 9908.0, 10016.0, 9965.0, 9978.0, 9990.0, 9941.0, 9966.0, 9881.0, 10000.0, 9916.0, 9873.0, 9822.0, 9842.0, 9844.0, 9865.0, 9865.0, 9929.0, 9889.0, 9951.0, 9942.0, 9987.0, 9988.0, 9939.0, 9967.0, 9934.0, 10038.0, 10047.0, 9952.0, 10079.0, 10065.0, 10065.0, 9970.0, 9992.0, 9946.0, 9994.0, 9928.0, 9981.0, 9917.0, 9893.0, 9949.0, 9937.0, 9943.0, 10004.0, 10063.0, 9975.0, 10087.0, 10024.0, 10065.0, 10012.0, 9968.0, 9931.0, 9902.0, 9993.0, 9916.0, 10063.0, 9995.0, 10093.0, 10005.0, 10070.0, 9960.0, 10018.0, 10002.0, 9949.0, 9933.0, 9977.0, 9939.0, 10045.0, 10051.0, 10077.0, 10035.0, 10066.0, 9938.0, 9961.0, 9891.0, 9970.0, 10052.0, 9950.0, 10007.0, 9953.0, 9928.0, 9976.0, 9935.0, 9921.0, 9924.0, 9910.0, 9946.0, 9944.0, 9938.0, 10011.0, 9929.0, 10022.0, 9926.0, 9998.0, 9915.0, 9999.0, 9945.0, 9905.0, 9934.0, 9906.0, 9952.0, 9964.0, 9936.0, 9977.0, 9934.0, 9936.0, 9960.0, 9929.0, 9979.0, 9947.0, 10045.0, 10017.0, 10139.0, 9977.0, 9997.0, 9980.0, 10066.0, 9980.0, 10035.0, 9964.0, 10018.0, 9957.0, 10002.0, 9947.0, 10028.0, 9965.0, 9978.0, 9962.0, 9938.0, 9978.0, 10036.0, 9976.0, 10090.0, 10001.0, 10074.0, 9995.0, 9983.0, 9956.0, 9996.0, 9943.0, 10060.0, 9942.0, 10042.0, 10030.0, 10106.0, 9979.0, 9943.0, 9943.0, 9929.0, 10038.0, 10078.0, 10072.0, 10070.0, 10073.0, 10138.0, 10139.0, 10077.0, 10023.0, 9976.0, 9954.0, 9967.0, 10065.0, 10013.0, 9950.0, 10008.0, 9956.0, 10057.0, 10035.0, 10038.0, 10078.0, 9997.0, 10073.0, 9993.0, 10066.0, 10018.0, 10053.0, 9998.0, 9908.0, 9915.0, 9934.0, 9959.0, 9924.0, 10015.0, 9948.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.006324711981566821</td></tr>
<tr><td colspan=3>aqi</td><td>0.029575905299539167</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>45.740865740322995</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3034875689850047</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1089343313379465</td></tr>
<tr><td colspan=3>efc</td><td>0.5233</td></tr>
<tr><td colspan=3>fber</td><td>3013.1035</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1938274889918633</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>276</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>31.797235023041473</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4403840589345958</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2936405816789835</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.656893118472914</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.37061847665189</td></tr>
<tr><td colspan=3>gcor</td><td>0.0134543</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014544963836669922</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04218320921063423</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>868</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.0746014291301735</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>13.8615</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>69.3834</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>268.8782</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>70.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>291901.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1305.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>471.5169</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6999</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>626.1417</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3701.6834</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3826.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84643.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1550.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4921.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>938.982</td></tr>
<tr><td colspan=3>tsnr</td><td>30.902881288784556</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>