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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0069/ses-01/func/sub-0069_ses-01_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>60c04214e05d6c5b5f62869fa0a0616c</td></tr>
</table>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>16:10:2.832500</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.999343, 0.0279715, 0.0230273, -0.0293107, 0.997766, 0.060037]</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-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0745651</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4153, -7757, -7341, 633, -54, -209, 67, 65]</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.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 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>233.126</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>e20e868c-3878-466f-b1c0-a4c693dec716||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.6811654567718506, -0.07863844186067581, 0.0575006902217865, 113.99659729003906], [-0.07504536211490631, 2.6769325733184814, 0.16381585597991943, -99.17743682861328], [0.06178062781691551, -0.1610749065876007, 2.6944124698638916, -84.87752532958984], [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': ['161002.832500', '161003.292500', '161003.752500', '161004.212500', '161004.672500', '161005.132500', '161005.592500', '161006.052500', '161006.512500', '161006.972500', '161007.432500', '161007.892500', '161008.352500', '161008.812500', '161009.272500', '161009.732500', '161010.192500', '161010.652500', '161011.112500', '161011.572500', '161012.032500', '161012.492500', '161012.952500', '161013.412500', '161013.872500', '161014.332500', '161014.792500', '161015.252500', '161015.712500', '161016.172500', '161016.632500', '161017.092500', '161017.552500', '161018.012500', '161018.472500', '161018.932500', '161019.392500', '161019.852500', '161020.312500', '161020.772500', '161021.232500', '161021.692500', '161022.152500', '161022.612500', '161023.072500', '161023.532500', '161023.992500', '161024.452500', '161024.912500', '161025.372500', '161025.832500', '161026.292500', '161026.752500', '161027.212500', '161027.672500', '161028.132500', '161028.592500', '161029.052500', '161029.512500', '161029.972500', '161030.432500', '161030.892500', '161031.352500', '161031.812500', '161032.272500', '161032.732500', '161033.192500', '161033.652500', '161034.112500', '161034.572500', '161035.032500', '161035.492500', '161035.952500', '161036.412500', '161036.872500', '161037.332500', '161037.792500', '161038.252500', '161038.712500', '161039.172500', '161039.632500', '161040.092500', '161040.552500', '161041.012500', '161041.472500', '161041.932500', '161042.392500', '161042.852500', '161043.312500', '161043.772500', '161044.232500', '161044.692500', '161045.152500', '161045.612500', '161046.072500', '161046.532500', '161046.992500', '161047.452500', '161047.912500', '161048.372500', '161048.832500', '161049.292500', '161049.752500', '161050.212500', '161050.672500', '161051.132500', '161051.592500', '161052.052500', '161052.512500', '161052.972500', '161053.432500', '161053.892500', '161054.352500', '161054.812500', '161055.272500', '161055.732500', '161056.192500', '161056.652500', '161057.112500', '161057.572500', '161058.032500', '161058.492500', '161058.952500', '161059.412500', '161059.872500', '161100.332500', '161100.792500', '161101.252500', '161101.712500', '161102.172500', '161102.632500', '161103.092500', '161103.552500', '161104.012500', '161104.472500', '161104.932500', '161105.392500', '161105.852500', '161106.312500', '161106.772500', '161107.232500', '161107.692500', '161108.152500', '161108.612500', '161109.072500', '161109.532500', '161109.992500', '161110.452500', '161110.912500', '161111.372500', '161111.832500', '161112.292500', '161112.752500', '161113.212500', '161113.672500', '161114.132500', '161114.592500', '161115.052500', '161115.512500', '161115.972500', '161116.432500', '161116.892500', '161117.352500', '161117.812500', '161118.272500', '161118.732500', '161119.192500', '161119.652500', '161120.112500', '161120.572500', '161121.032500', '161121.492500', '161121.952500', '161122.412500', '161122.872500', '161123.332500', '161123.792500', '161124.252500', '161124.712500', '161125.172500', '161125.632500', '161126.092500', '161126.552500', '161127.012500', '161127.472500', '161127.932500', '161128.392500', '161128.852500', '161129.312500', '161129.772500', '161130.232500', '161130.692500', '161131.152500', '161131.612500', '161132.072500', '161132.532500', '161132.992500', '161133.452500', '161133.912500', '161134.372500', '161134.832500', '161135.292500', '161135.752500', '161136.212500', '161136.672500', '161137.132500', '161137.592500', '161138.052500', '161138.512500', '161138.972500', '161139.432500', '161139.892500', '161140.352500', '161140.812500', '161141.272500', '161141.732500', '161142.192500', '161142.652500', '161143.112500', '161143.572500', '161144.032500', '161144.492500', '161144.952500', '161145.412500', '161145.872500', '161146.332500', '161146.792500', '161147.252500', '161147.712500', '161148.172500', '161148.632500', '161149.092500', '161149.552500', '161150.012500', '161150.472500', '161150.932500', '161151.392500', '161151.852500', '161152.312500', '161152.772500', '161153.232500', '161153.692500', '161154.152500', '161154.612500', '161155.072500', '161155.532500', '161155.992500', '161156.452500', '161156.912500', '161157.372500', '161157.832500', '161158.292500', '161158.752500', '161159.212500', '161159.672500', '161200.132500', '161200.592500', '161201.052500', '161201.512500', '161201.972500', '161202.432500', '161202.892500', '161203.352500', '161203.812500', '161204.272500', '161204.732500', '161205.192500', '161205.652500', '161206.112500', '161206.572500', '161207.032500', '161207.492500', '161207.952500', '161208.412500', '161208.872500', '161209.332500', '161209.792500', '161210.252500', '161210.712500', '161211.172500', '161211.632500', '161212.092500', '161212.552500', '161213.012500', '161213.472500', '161213.932500', '161214.392500', '161214.852500', '161215.312500', '161215.772500', '161216.232500', '161216.692500', '161217.152500', '161217.612500', '161218.072500', '161218.532500', '161218.992500', '161219.452500', '161219.912500', '161220.372500', '161220.832500', '161221.292500', '161221.752500', '161222.212500', '161222.672500', '161223.132500', '161223.592500', '161224.052500', '161224.512500', '161224.972500', '161225.432500', '161225.892500', '161226.352500', '161226.812500', '161227.272500', '161227.732500', '161228.192500', '161228.652500', '161229.112500', '161229.572500', '161230.032500', '161230.492500', '161230.952500', '161231.412500', '161231.872500', '161232.332500', '161232.792500', '161233.252500', '161233.712500', '161234.172500', '161234.632500', '161235.092500', '161235.552500', '161236.012500', '161236.472500', '161236.932500', '161237.392500', '161237.852500', '161238.312500', '161238.772500', '161239.232500', '161239.692500', '161240.152500', '161240.612500', '161241.072500', '161241.532500', '161241.992500', '161242.452500', '161242.912500', '161243.372500', '161243.832500', '161244.292500', '161244.752500', '161245.212500', '161245.672500', '161246.132500', '161246.592500', '161247.052500', '161247.512500', '161247.972500', '161248.432500', '161248.892500', '161249.352500', '161249.812500', '161250.272500', '161250.732500', '161251.192500', '161251.652500', '161252.112500', '161252.572500', '161253.032500', '161253.492500', '161253.952500', '161254.412500', '161254.872500', '161255.332500', '161255.792500', '161256.252500', '161256.712500', '161257.172500', '161257.632500', '161258.092500', '161258.552500', '161259.012500', '161259.472500', '161259.932500', '161300.392500', '161300.852500', '161301.312500', '161301.772500', '161302.232500', '161302.692500', '161303.152500', '161303.612500', '161304.072500', '161304.532500', '161304.992500', '161305.452500', '161305.912500', '161306.372500', '161306.832500', '161307.292500', '161307.752500', '161308.212500', '161308.672500', '161309.132500', '161309.592500', '161310.052500', '161310.512500', '161310.972500', '161311.432500', '161311.892500', '161312.352500', '161312.812500', '161313.272500', '161313.732500', '161314.192500', '161314.652500', '161315.112500', '161315.572500', '161316.032500', '161316.492500', '161316.952500', '161317.412500', '161317.872500', '161318.332500', '161318.792500', '161319.252500', '161319.712500', '161320.172500', '161320.632500', '161321.092500', '161321.552500', '161322.012500', '161322.472500', '161322.932500', '161323.392500', '161323.852500', '161324.312500', '161324.772500', '161325.232500', '161325.692500', '161326.152500', '161326.612500', '161327.072500', '161327.532500', '161327.992500', '161328.452500', '161328.912500', '161329.372500', '161329.832500', '161330.292500', '161330.752500', '161331.212500', '161331.672500', '161332.132500', '161332.592500', '161333.052500', '161333.512500', '161333.972500', '161334.432500', '161334.892500', '161335.352500', '161335.812500', '161336.272500', '161336.732500', '161337.192500', '161337.652500', '161338.112500', '161338.572500', '161339.032500', '161339.492500', '161339.952500', '161340.412500', '161340.872500', '161341.332500', '161341.792500', '161342.252500', '161342.712500', '161343.172500', '161343.632500', '161344.092500', '161344.552500', '161345.012500', '161345.472500', '161345.932500', '161346.392500', '161346.852500', '161347.312500', '161347.772500', '161348.232500', '161348.692500', '161349.152500', '161349.612500', '161350.072500', '161350.532500', '161350.992500', '161351.452500', '161351.912500', '161352.372500', '161352.832500', '161353.292500', '161353.752500', '161354.212500', '161354.672500', '161355.132500', '161355.592500', '161356.052500', '161356.512500', '161356.972500', '161357.432500', '161357.892500', '161358.352500', '161358.812500', '161359.272500', '161359.732500', '161400.192500', '161400.652500', '161401.112500', '161401.572500', '161402.032500', '161402.492500', '161402.952500', '161403.412500', '161403.872500', '161404.332500', '161404.792500', '161405.252500', '161405.712500', '161406.172500', '161406.632500', '161407.092500', '161407.552500', '161408.012500', '161408.472500', '161408.932500', '161409.392500', '161409.852500', '161410.312500', '161410.772500', '161411.232500', '161411.692500', '161412.152500', '161412.612500', '161413.072500', '161413.532500', '161413.992500', '161414.452500', '161414.912500', '161415.372500', '161415.832500', '161416.292500', '161416.752500', '161417.212500', '161417.672500', '161418.132500', '161418.592500', '161419.052500', '161419.512500', '161419.972500', '161420.432500', '161420.892500', '161421.352500', '161421.812500', '161422.272500', '161422.732500', '161423.192500', '161423.652500', '161424.112500', '161424.572500', '161425.032500', '161425.492500', '161425.952500', '161426.412500', '161426.872500', '161427.332500', '161427.792500', '161428.252500', '161428.712500', '161429.172500', '161429.632500', '161430.092500', '161430.552500', '161431.012500', '161431.472500', '161431.932500', '161432.392500', '161432.852500', '161433.312500', '161433.772500', '161434.232500', '161434.692500', '161435.152500', '161435.612500', '161436.072500', '161436.532500', '161436.992500', '161437.452500', '161437.912500', '161438.372500', '161438.832500', '161439.292500', '161439.752500', '161440.212500', '161440.672500', '161441.132500', '161441.592500', '161442.052500', '161442.512500', '161442.972500', '161443.432500', '161443.892500', '161444.352500', '161444.812500', '161445.272500', '161445.732500', '161446.192500', '161446.652500', '161447.112500', '161447.572500', '161448.032500', '161448.492500', '161448.952500', '161449.412500', '161449.872500', '161450.332500', '161450.792500', '161451.252500', '161451.712500', '161452.172500', '161452.632500', '161453.092500', '161453.552500', '161454.012500', '161454.472500', '161454.932500', '161455.392500', '161455.852500', '161456.312500', '161456.772500', '161457.232500', '161457.692500', '161458.152500', '161458.612500', '161459.072500', '161459.532500', '161459.992500', '161500.452500', '161500.912500', '161501.372500', '161501.832500', '161502.292500', '161502.752500', '161503.212500', '161503.672500', '161504.132500', '161504.592500', '161505.052500', '161505.512500', '161505.972500', '161506.432500', '161506.892500', '161507.352500', '161507.812500', '161508.272500', '161508.732500', '161509.192500', '161509.652500', '161510.112500', '161510.572500', '161511.032500', '161511.492500', '161511.952500', '161512.412500', '161512.872500', '161513.332500', '161513.792500', '161514.252500', '161514.712500', '161515.172500', '161515.632500', '161516.092500', '161516.552500', '161517.012500', '161517.472500', '161517.932500', '161518.392500', '161518.852500', '161519.312500', '161519.772500', '161520.232500', '161520.692500', '161521.152500', '161521.612500', '161522.072500', '161522.532500', '161522.992500', '161523.452500', '161523.912500', '161524.372500', '161524.832500', '161525.292500', '161525.752500', '161526.212500', '161526.672500', '161527.132500', '161527.592500', '161528.052500', '161528.512500', '161528.972500', '161529.432500', '161529.892500', '161530.352500', '161530.812500', '161531.272500', '161531.732500', '161532.192500', '161532.652500', '161533.112500', '161533.572500', '161534.032500', '161534.492500', '161534.952500', '161535.412500', '161535.872500', '161536.332500', '161536.792500', '161537.252500', '161537.712500', '161538.172500', '161538.632500', '161539.092500', '161539.552500', '161540.012500', '161540.472500', '161540.932500', '161541.392500', '161541.852500', '161542.312500', '161542.772500', '161543.232500', '161543.692500', '161544.152500', '161544.612500', '161545.072500', '161545.532500', '161545.992500', '161546.452500', '161546.912500', '161547.372500', '161547.832500', '161548.292500', '161548.752500', '161549.212500', '161549.672500', '161550.132500', '161550.592500', '161551.052500', '161551.512500', '161551.972500', '161552.432500', '161552.892500', '161553.352500', '161553.812500', '161554.272500', '161554.732500', '161555.192500', '161555.652500', '161556.112500', '161556.572500', '161557.032500', '161557.492500', '161557.952500', '161558.412500', '161558.872500', '161559.332500', '161559.792500', '161600.252500', '161600.712500', '161601.172500', '161601.632500', '161602.092500', '161602.552500', '161603.012500', '161603.472500', '161603.932500', '161604.392500', '161604.852500', '161605.312500', '161605.772500', '161606.232500', '161606.692500', '161607.152500', '161607.612500', '161608.072500', '161608.532500', '161608.992500', '161609.452500', '161609.912500', '161610.372500', '161610.832500', '161611.292500', '161611.752500', '161612.212500', '161612.672500', '161613.132500', '161613.592500', '161614.052500', '161614.512500', '161614.972500', '161615.432500', '161615.892500', '161616.352500', '161616.812500', '161617.272500', '161617.732500', '161618.192500', '161618.652500', '161619.112500', '161619.572500', '161620.032500', '161620.492500', '161620.952500', '161621.412500', '161621.872500', '161622.332500', '161622.792500', '161623.252500', '161623.712500', '161624.172500', '161624.632500', '161625.092500', '161625.552500', '161626.012500', '161626.472500', '161626.932500', '161627.392500', '161627.852500', '161628.312500', '161628.772500', '161629.232500', '161629.692500', '161630.152500', '161630.612500', '161631.072500', '161631.532500', '161631.992500', '161632.452500', '161632.912500', '161633.372500', '161633.832500', '161634.292500', '161634.752500', '161635.212500', '161635.672500', '161636.132500', '161636.592500', '161637.052500', '161637.512500', '161637.972500', '161638.432500', '161638.892500', '161639.352500', '161639.812500', '161640.272500', '161640.732500', '161641.192500', '161641.652500', '161642.112500', '161642.572500', '161643.032500', '161643.492500'], 'ContentTime': ['161013.516000', '161013.519000', '161013.522000', '161013.524000', '161013.527000', '161013.529000', '161013.537000', '161013.540000', '161013.542000', '161013.548000', '161013.551000', '161013.553000', '161013.556000', '161013.558000', '161013.561000', '161013.564000', '161013.566000', '161013.574000', '161013.577000', '161013.579000', '161013.582000', '161033.474000', '161033.477000', '161033.480000', '161033.482000', '161033.485000', '161033.487000', '161033.490000', '161033.493000', '161033.495000', '161033.498000', '161033.500000', '161033.503000', '161033.505000', '161033.508000', '161033.510000', '161033.513000', '161033.515000', '161033.527000', '161033.529000', '161033.532000', '161033.534000', '161033.537000', '161033.539000', '161033.542000', '161033.544000', '161033.547000', '161033.549000', '161033.552000', '161033.555000', '161033.557000', '161033.560000', '161033.562000', '161033.565000', '161033.567000', '161033.586000', '161033.589000', '161033.591000', '161033.594000', '161033.596000', '161033.599000', '161033.602000', '161033.604000', '161033.607000', '161053.476000', '161053.478000', '161053.481000', '161053.483000', '161053.486000', '161053.489000', '161053.491000', '161053.494000', '161053.496000', '161053.499000', '161053.501000', '161053.504000', '161053.507000', '161053.510000', '161053.513000', '161053.515000', '161053.518000', '161053.520000', '161053.523000', '161053.525000', '161053.528000', '161053.531000', '161053.533000', '161053.536000', '161053.538000', '161053.541000', '161053.543000', '161053.546000', '161053.548000', '161053.551000', '161053.553000', '161053.556000', '161053.559000', '161053.562000', '161053.564000', '161053.567000', '161053.569000', '161053.572000', '161053.574000', '161053.577000', '161053.579000', '161053.582000', '161053.585000', '161053.587000', '161113.475000', '161113.478000', '161113.481000', '161113.489000', '161113.492000', '161113.494000', '161113.497000', '161113.499000', '161113.502000', '161113.504000', '161113.507000', '161113.510000', '161113.512000', '161113.515000', '161113.517000', '161113.520000', '161113.522000', '161113.525000', '161113.527000', '161113.530000', '161113.532000', '161113.535000', '161113.538000', '161113.540000', '161113.543000', '161113.545000', '161113.548000', '161113.550000', '161113.553000', '161113.556000', '161113.558000', '161113.561000', '161113.563000', '161113.566000', '161113.569000', '161113.571000', '161113.574000', '161113.576000', '161113.579000', '161113.581000', '161113.584000', '161113.586000', '161113.589000', '161133.476000', '161133.478000', '161133.481000', '161133.483000', '161133.486000', '161133.489000', '161133.491000', '161133.494000', '161133.496000', '161133.499000', '161133.501000', '161133.504000', '161133.506000', '161133.509000', '161133.511000', '161133.514000', '161133.517000', '161133.519000', '161133.522000', '161133.524000', '161133.527000', '161133.529000', '161133.532000', '161133.535000', '161133.537000', '161133.540000', '161133.542000', '161133.545000', '161133.547000', '161133.550000', '161133.552000', '161133.555000', '161133.557000', '161133.560000', '161133.563000', '161133.565000', '161133.568000', '161133.570000', '161133.573000', '161133.575000', '161133.578000', '161133.580000', '161133.583000', '161153.475000', '161153.478000', '161153.481000', '161153.483000', '161153.486000', '161153.488000', '161153.491000', '161153.494000', '161153.496000', '161153.499000', '161153.501000', '161153.504000', '161153.506000', '161153.509000', '161153.511000', '161153.514000', '161153.516000', '161153.519000', '161153.522000', '161153.524000', '161153.527000', '161153.529000', '161153.532000', '161153.534000', '161153.537000', '161153.539000', '161153.542000', '161153.545000', '161153.547000', '161153.550000', '161153.552000', '161153.555000', '161153.557000', '161153.560000', '161153.562000', '161153.565000', '161153.567000', '161153.570000', '161153.573000', '161153.575000', '161153.578000', '161153.580000', '161153.583000', '161153.585000', '161213.475000', '161213.478000', '161213.481000', '161213.483000', '161213.486000', '161213.489000', '161213.491000', '161213.494000', '161213.496000', '161213.499000', '161213.501000', '161213.504000', '161213.506000', '161213.509000', '161213.511000', '161213.514000', '161213.517000', '161213.519000', '161213.522000', '161213.524000', '161213.527000', '161213.529000', '161213.532000', '161213.534000', '161213.537000', '161213.540000', '161213.542000', '161213.546000', '161213.548000', '161213.551000', '161213.567000', '161213.570000', '161213.572000', '161213.575000', '161213.577000', '161213.580000', '161213.583000', '161213.585000', '161213.588000', '161213.590000', '161213.593000', '161213.596000', '161213.599000', '161233.476000', '161233.478000', '161233.481000', '161233.483000', '161233.486000', '161233.489000', '161233.491000', '161233.494000', '161233.496000', '161233.499000', '161233.501000', '161233.504000', '161233.506000', '161233.509000', '161233.511000', '161233.514000', '161233.517000', '161233.519000', '161233.522000', '161233.524000', '161233.527000', '161233.529000', '161233.532000', '161233.535000', '161233.537000', '161233.540000', '161233.542000', '161233.545000', '161233.547000', '161233.550000', '161233.553000', '161233.555000', '161233.558000', '161233.560000', '161233.563000', '161233.565000', '161233.568000', '161233.570000', '161233.573000', '161233.575000', '161233.578000', '161233.581000', '161233.583000', '161233.586000', '161253.475000', '161253.477000', '161253.480000', '161253.482000', '161253.485000', '161253.488000', '161253.490000', '161253.493000', '161253.495000', '161253.498000', '161253.500000', '161253.503000', '161253.505000', '161253.508000', '161253.511000', '161253.513000', '161253.516000', '161253.519000', '161253.522000', '161253.525000', '161253.527000', '161253.530000', '161253.533000', '161253.535000', '161253.538000', '161253.541000', '161253.543000', '161253.546000', '161253.548000', '161253.551000', '161253.553000', '161253.556000', '161253.559000', '161253.561000', '161253.564000', '161253.566000', '161253.569000', '161253.572000', '161253.574000', '161253.577000', '161253.579000', '161253.582000', '161253.584000', '161313.475000', '161313.478000', '161313.481000', '161313.483000', '161313.486000', '161313.489000', '161313.491000', '161313.494000', '161313.496000', '161313.499000', '161313.501000', '161313.504000', '161313.506000', '161313.509000', '161313.512000', '161313.514000', '161313.517000', '161313.519000', '161313.522000', '161313.524000', '161313.527000', '161313.530000', '161313.532000', '161313.535000', '161313.537000', '161313.540000', '161313.542000', '161313.545000', '161313.548000', '161313.550000', '161313.553000', '161313.555000', '161313.558000', '161313.560000', '161313.563000', '161313.565000', '161313.568000', '161313.571000', '161313.573000', '161313.576000', '161313.578000', '161313.581000', '161313.583000', '161313.586000', '161333.475000', '161333.478000', '161333.481000', '161333.483000', '161333.486000', '161333.488000', '161333.491000', '161333.494000', '161333.496000', '161333.499000', '161333.501000', '161333.504000', '161333.507000', '161333.509000', '161333.512000', '161333.514000', '161333.517000', '161333.520000', '161333.522000', '161333.525000', '161333.527000', '161333.530000', '161333.533000', '161333.535000', '161333.538000', '161333.540000', '161333.543000', '161333.545000', '161333.548000', '161333.551000', '161333.553000', '161333.556000', '161333.559000', '161333.561000', '161333.564000', '161333.567000', '161333.570000', '161333.573000', '161333.576000', '161333.578000', '161333.581000', '161333.585000', '161333.587000', '161353.476000', '161353.478000', '161353.481000', '161353.483000', '161353.486000', '161353.489000', '161353.491000', '161353.494000', '161353.496000', '161353.499000', '161353.501000', '161353.504000', '161353.506000', '161353.509000', '161353.512000', '161353.514000', '161353.517000', '161353.519000', '161353.522000', '161353.524000', '161353.527000', '161353.529000', '161353.532000', '161353.535000', '161353.537000', '161353.540000', '161353.559000', '161353.561000', '161353.564000', '161353.566000', '161353.569000', '161353.571000', '161353.574000', '161353.576000', '161353.579000', '161353.582000', '161353.584000', '161353.587000', '161353.589000', '161353.592000', '161353.594000', '161353.597000', '161353.600000', '161353.602000', '161413.475000', '161413.478000', '161413.492000', '161413.495000', '161413.497000', '161413.500000', '161413.502000', '161413.505000', '161413.508000', '161413.510000', '161413.513000', '161413.515000', '161413.518000', '161413.520000', '161413.523000', '161413.526000', '161413.528000', '161413.531000', '161413.533000', '161413.536000', '161413.538000', '161413.541000', '161413.544000', '161413.546000', '161413.549000', '161413.551000', '161413.554000', '161413.557000', '161413.559000', '161413.562000', '161413.564000', '161413.567000', '161413.569000', '161413.572000', '161413.574000', '161413.577000', '161413.580000', '161413.582000', '161413.585000', '161413.587000', '161413.590000', '161413.593000', '161413.596000', '161433.475000', '161433.478000', '161433.481000', '161433.483000', '161433.486000', '161433.489000', '161433.491000', '161433.494000', '161433.496000', '161433.499000', '161433.501000', '161433.504000', '161433.507000', '161433.509000', '161433.512000', '161433.514000', '161433.517000', '161433.520000', '161433.522000', '161433.525000', '161433.527000', '161433.530000', '161433.533000', '161433.535000', '161433.538000', '161433.540000', '161433.543000', '161433.546000', '161433.548000', '161433.551000', '161433.554000', '161433.556000', '161433.559000', '161433.561000', '161433.564000', '161433.566000', '161433.569000', '161433.572000', '161433.574000', '161433.577000', '161433.579000', '161433.582000', '161433.585000', '161433.587000', '161453.475000', '161453.478000', '161453.481000', '161453.483000', '161453.486000', '161453.488000', '161453.491000', '161453.494000', '161453.496000', '161453.499000', '161453.502000', '161453.504000', '161453.507000', '161453.509000', '161453.512000', '161453.514000', '161453.517000', '161453.520000', '161453.522000', '161453.525000', '161453.527000', '161453.530000', '161453.532000', '161453.535000', '161453.538000', '161453.540000', '161453.543000', '161453.545000', '161453.548000', '161453.551000', '161453.553000', '161453.556000', '161453.558000', '161453.561000', '161453.563000', '161453.566000', '161453.569000', '161453.571000', '161453.574000', '161453.576000', '161453.579000', '161453.581000', '161453.584000', '161513.474000', '161513.477000', '161513.480000', '161513.482000', '161513.485000', '161513.488000', '161513.490000', '161513.493000', '161513.495000', '161513.498000', '161513.500000', '161513.503000', '161513.506000', '161513.508000', '161513.511000', '161513.513000', '161513.516000', '161513.518000', '161513.521000', '161513.524000', '161513.526000', '161513.529000', '161513.531000', '161513.534000', '161513.536000', '161513.539000', '161513.542000', '161513.544000', '161513.547000', '161513.549000', '161513.552000', '161513.555000', '161513.557000', '161513.560000', '161513.562000', '161513.565000', '161513.567000', '161513.601000', '161513.604000', '161513.607000', '161513.609000', '161513.612000', '161513.615000', '161513.617000', '161533.476000', '161533.478000', '161533.481000', '161533.484000', '161533.486000', '161533.489000', '161533.491000', '161533.494000', '161533.497000', '161533.499000', '161533.502000', '161533.504000', '161533.507000', '161533.509000', '161533.512000', '161533.515000', '161533.517000', '161533.520000', '161533.522000', '161533.525000', '161533.527000', '161533.530000', '161533.533000', '161533.536000', '161533.539000', '161533.542000', '161533.545000', '161533.547000', '161533.550000', '161533.552000', '161533.555000', '161533.558000', '161533.560000', '161533.563000', '161533.565000', '161533.568000', '161533.571000', '161533.573000', '161533.576000', '161533.578000', '161533.581000', '161533.583000', '161533.586000', '161553.476000', '161553.479000', '161553.481000', '161553.484000', '161553.487000', '161553.489000', '161553.492000', '161553.494000', '161553.497000', '161553.500000', '161553.502000', '161553.505000', '161553.507000', '161553.510000', '161553.512000', '161553.515000', '161553.517000', '161553.520000', '161553.523000', '161553.525000', '161553.528000', '161553.530000', '161553.533000', '161553.536000', '161553.538000', '161553.541000', '161553.543000', '161553.546000', '161553.548000', '161553.551000', '161553.554000', '161553.556000', '161553.559000', '161553.561000', '161553.564000', '161553.567000', '161553.569000', '161553.572000', '161553.574000', '161553.577000', '161553.579000', '161553.582000', '161553.585000', '161553.587000', '161613.475000', '161613.478000', '161613.481000', '161613.483000', '161613.486000', '161613.489000', '161613.491000', '161613.494000', '161613.496000', '161613.499000', '161613.502000', '161613.504000', '161613.507000', '161613.509000', '161613.512000', '161613.515000', '161613.517000', '161613.520000', '161613.522000', '161613.525000', '161613.528000', '161613.530000', '161613.534000', '161613.537000', '161613.539000', '161613.542000', '161613.544000', '161613.547000', '161613.550000', '161613.553000', '161613.555000', '161613.558000', '161613.560000', '161613.563000', '161613.566000', '161613.568000', '161613.571000', '161613.574000', '161613.576000', '161613.579000', '161613.581000', '161613.584000', '161613.586000', '161633.475000', '161633.478000', '161633.481000', '161633.483000', '161633.486000', '161633.488000', '161633.491000', '161633.494000', '161633.496000', '161633.499000', '161633.501000', '161633.504000', '161633.506000', '161633.509000', '161633.512000', '161633.514000', '161633.517000', '161633.519000', '161633.522000', '161633.524000', '161633.527000', '161633.530000', '161633.532000', '161633.535000', '161633.538000', '161633.540000', '161633.543000', '161633.545000', '161633.548000', '161633.551000', '161633.553000', '161633.556000', '161633.558000', '161633.561000', '161633.564000', '161633.566000', '161633.569000', '161633.571000', '161633.574000', '161633.576000', '161633.579000', '161633.581000', '161633.584000', '161633.587000', '161644.889000', '161644.892000', '161644.895000', '161644.897000', '161644.900000', '161644.903000', '161644.906000', '161644.909000', '161644.912000', '161644.915000', '161644.917000', '161644.920000', '161644.923000', '161644.926000', '161644.928000', '161644.931000', '161644.934000', '161644.937000', '161644.955000', '161644.958000', '161644.961000', '161644.963000', '161644.966000', '161644.969000', '161644.971000'], 'InstanceCreationTime': ['161013.516000', '161013.519000', '161013.522000', '161013.524000', '161013.527000', '161013.529000', '161013.537000', '161013.540000', '161013.542000', '161013.548000', '161013.551000', '161013.553000', '161013.556000', '161013.558000', '161013.561000', '161013.564000', '161013.566000', '161013.574000', '161013.577000', '161013.579000', '161013.582000', '161033.474000', '161033.477000', '161033.480000', '161033.482000', '161033.485000', '161033.487000', '161033.490000', '161033.493000', '161033.495000', '161033.498000', '161033.500000', '161033.503000', '161033.505000', '161033.508000', '161033.510000', '161033.513000', '161033.515000', '161033.527000', '161033.529000', '161033.532000', '161033.534000', '161033.537000', '161033.539000', '161033.542000', '161033.544000', '161033.547000', '161033.549000', '161033.552000', '161033.555000', '161033.557000', '161033.560000', '161033.562000', '161033.565000', '161033.567000', '161033.586000', '161033.589000', '161033.591000', '161033.594000', '161033.596000', '161033.599000', '161033.602000', '161033.604000', '161033.607000', '161053.476000', '161053.478000', '161053.481000', '161053.483000', '161053.486000', '161053.489000', '161053.491000', '161053.494000', '161053.496000', '161053.499000', '161053.501000', '161053.504000', '161053.507000', '161053.510000', '161053.513000', '161053.515000', '161053.518000', '161053.520000', '161053.523000', '161053.525000', '161053.528000', '161053.531000', '161053.533000', '161053.536000', '161053.538000', '161053.541000', '161053.543000', '161053.546000', '161053.548000', '161053.551000', '161053.553000', '161053.556000', '161053.559000', '161053.562000', '161053.564000', '161053.567000', '161053.569000', '161053.572000', '161053.574000', '161053.577000', '161053.579000', '161053.582000', '161053.585000', '161053.587000', '161113.475000', '161113.478000', '161113.481000', '161113.489000', '161113.492000', '161113.494000', '161113.497000', '161113.499000', '161113.502000', '161113.504000', '161113.507000', '161113.510000', '161113.512000', '161113.515000', '161113.517000', '161113.520000', '161113.522000', '161113.525000', '161113.527000', '161113.530000', '161113.532000', '161113.535000', '161113.538000', '161113.540000', '161113.543000', '161113.545000', '161113.548000', '161113.550000', '161113.553000', '161113.556000', '161113.558000', '161113.561000', '161113.563000', '161113.566000', '161113.569000', '161113.571000', '161113.574000', '161113.576000', '161113.579000', '161113.581000', '161113.584000', '161113.586000', '161113.589000', '161133.476000', '161133.478000', '161133.481000', '161133.483000', '161133.486000', '161133.489000', '161133.491000', '161133.494000', '161133.496000', '161133.499000', '161133.501000', '161133.504000', '161133.506000', '161133.509000', '161133.511000', '161133.514000', '161133.517000', '161133.519000', '161133.522000', '161133.524000', '161133.527000', '161133.529000', '161133.532000', '161133.535000', '161133.537000', '161133.540000', '161133.542000', '161133.545000', '161133.547000', '161133.550000', '161133.552000', '161133.555000', '161133.557000', '161133.560000', '161133.563000', '161133.565000', '161133.568000', '161133.570000', '161133.573000', '161133.575000', '161133.578000', '161133.580000', '161133.583000', '161153.475000', '161153.478000', '161153.481000', '161153.483000', '161153.486000', '161153.488000', '161153.491000', '161153.494000', '161153.496000', '161153.499000', '161153.501000', '161153.504000', '161153.506000', '161153.509000', '161153.511000', '161153.514000', '161153.516000', '161153.519000', '161153.522000', '161153.524000', '161153.527000', '161153.529000', '161153.532000', '161153.534000', '161153.537000', '161153.539000', '161153.542000', '161153.545000', '161153.547000', '161153.550000', '161153.552000', '161153.555000', '161153.557000', '161153.560000', '161153.562000', '161153.565000', '161153.567000', '161153.570000', '161153.573000', '161153.575000', '161153.578000', '161153.580000', '161153.583000', '161153.585000', '161213.475000', '161213.478000', '161213.481000', '161213.483000', '161213.486000', '161213.489000', '161213.491000', '161213.494000', '161213.496000', '161213.499000', '161213.501000', '161213.504000', '161213.506000', '161213.509000', '161213.511000', '161213.514000', '161213.517000', '161213.519000', '161213.522000', '161213.524000', '161213.527000', '161213.529000', '161213.532000', '161213.534000', '161213.537000', '161213.540000', '161213.542000', '161213.546000', '161213.548000', '161213.551000', '161213.567000', '161213.570000', '161213.572000', '161213.575000', '161213.577000', '161213.580000', '161213.583000', '161213.585000', '161213.588000', '161213.590000', '161213.593000', '161213.596000', '161213.599000', '161233.476000', '161233.478000', '161233.481000', '161233.483000', '161233.486000', '161233.489000', '161233.491000', '161233.494000', '161233.496000', '161233.499000', '161233.501000', '161233.504000', '161233.506000', '161233.509000', '161233.511000', '161233.514000', '161233.517000', '161233.519000', '161233.522000', '161233.524000', '161233.527000', '161233.529000', '161233.532000', '161233.535000', '161233.537000', '161233.540000', '161233.542000', '161233.545000', '161233.547000', '161233.550000', '161233.553000', '161233.555000', '161233.558000', '161233.560000', '161233.563000', '161233.565000', '161233.568000', '161233.570000', '161233.573000', '161233.575000', '161233.578000', '161233.581000', '161233.583000', '161233.586000', '161253.475000', '161253.477000', '161253.480000', '161253.482000', '161253.485000', '161253.488000', '161253.490000', '161253.493000', '161253.495000', '161253.498000', '161253.500000', '161253.503000', '161253.505000', '161253.508000', '161253.511000', '161253.513000', '161253.516000', '161253.519000', '161253.522000', '161253.525000', '161253.527000', '161253.530000', '161253.533000', '161253.535000', '161253.538000', '161253.541000', '161253.543000', '161253.546000', '161253.548000', '161253.551000', '161253.553000', '161253.556000', '161253.559000', '161253.561000', '161253.564000', '161253.566000', '161253.569000', '161253.572000', '161253.574000', '161253.577000', '161253.579000', '161253.582000', '161253.584000', '161313.475000', '161313.478000', '161313.481000', '161313.483000', '161313.486000', '161313.489000', '161313.491000', '161313.494000', '161313.496000', '161313.499000', '161313.501000', '161313.504000', '161313.506000', '161313.509000', '161313.512000', '161313.514000', '161313.517000', '161313.519000', '161313.522000', '161313.524000', '161313.527000', '161313.530000', '161313.532000', '161313.535000', '161313.537000', '161313.540000', '161313.542000', '161313.545000', '161313.548000', '161313.550000', '161313.553000', '161313.555000', '161313.558000', '161313.560000', '161313.563000', '161313.565000', '161313.568000', '161313.571000', '161313.573000', '161313.576000', '161313.578000', '161313.581000', '161313.583000', '161313.586000', '161333.475000', '161333.478000', '161333.481000', '161333.483000', '161333.486000', '161333.488000', '161333.491000', '161333.494000', '161333.496000', '161333.499000', '161333.501000', '161333.504000', '161333.507000', '161333.509000', '161333.512000', '161333.514000', '161333.517000', '161333.520000', '161333.522000', '161333.525000', '161333.527000', '161333.530000', '161333.533000', '161333.535000', '161333.538000', '161333.540000', '161333.543000', '161333.545000', '161333.548000', '161333.551000', '161333.553000', '161333.556000', '161333.559000', '161333.561000', '161333.564000', '161333.567000', '161333.570000', '161333.573000', '161333.576000', '161333.578000', '161333.581000', '161333.585000', '161333.587000', '161353.476000', '161353.478000', '161353.481000', '161353.483000', '161353.486000', '161353.489000', '161353.491000', '161353.494000', '161353.496000', '161353.499000', '161353.501000', '161353.504000', '161353.506000', '161353.509000', '161353.512000', '161353.514000', '161353.517000', '161353.519000', '161353.522000', '161353.524000', '161353.527000', '161353.529000', '161353.532000', '161353.535000', '161353.537000', '161353.540000', '161353.559000', '161353.561000', '161353.564000', '161353.566000', '161353.569000', '161353.571000', '161353.574000', '161353.576000', '161353.579000', '161353.582000', '161353.584000', '161353.587000', '161353.589000', '161353.592000', '161353.594000', '161353.597000', '161353.600000', '161353.602000', '161413.475000', '161413.478000', '161413.492000', '161413.495000', '161413.497000', '161413.500000', '161413.502000', '161413.505000', '161413.508000', '161413.510000', '161413.513000', '161413.515000', '161413.518000', '161413.520000', '161413.523000', '161413.526000', '161413.528000', '161413.531000', '161413.533000', '161413.536000', '161413.538000', '161413.541000', '161413.544000', '161413.546000', '161413.549000', '161413.551000', '161413.554000', '161413.557000', '161413.559000', '161413.562000', '161413.564000', '161413.567000', '161413.569000', '161413.572000', '161413.574000', '161413.577000', '161413.580000', '161413.582000', '161413.585000', '161413.587000', '161413.590000', '161413.593000', '161413.596000', '161433.475000', '161433.478000', '161433.481000', '161433.483000', '161433.486000', '161433.489000', '161433.491000', '161433.494000', '161433.496000', '161433.499000', '161433.501000', '161433.504000', '161433.507000', '161433.509000', '161433.512000', '161433.514000', '161433.517000', '161433.520000', '161433.522000', '161433.525000', '161433.527000', '161433.530000', '161433.533000', '161433.535000', '161433.538000', '161433.540000', '161433.543000', '161433.546000', '161433.548000', '161433.551000', '161433.554000', '161433.556000', '161433.559000', '161433.561000', '161433.564000', '161433.566000', '161433.569000', '161433.572000', '161433.574000', '161433.577000', '161433.579000', '161433.582000', '161433.585000', '161433.587000', '161453.475000', '161453.478000', '161453.481000', '161453.483000', '161453.486000', '161453.488000', '161453.491000', '161453.494000', '161453.496000', '161453.499000', '161453.502000', '161453.504000', '161453.507000', '161453.509000', '161453.512000', '161453.514000', '161453.517000', '161453.520000', '161453.522000', '161453.525000', '161453.527000', '161453.530000', '161453.532000', '161453.535000', '161453.538000', '161453.540000', '161453.543000', '161453.545000', '161453.548000', '161453.551000', '161453.553000', '161453.556000', '161453.558000', '161453.561000', '161453.563000', '161453.566000', '161453.569000', '161453.571000', '161453.574000', '161453.576000', '161453.579000', '161453.581000', '161453.584000', '161513.474000', '161513.477000', '161513.480000', '161513.482000', '161513.485000', '161513.488000', '161513.490000', '161513.493000', '161513.495000', '161513.498000', '161513.500000', '161513.503000', '161513.506000', '161513.508000', '161513.511000', '161513.513000', '161513.516000', '161513.518000', '161513.521000', '161513.524000', '161513.526000', '161513.529000', '161513.531000', '161513.534000', '161513.536000', '161513.539000', '161513.542000', '161513.544000', '161513.547000', '161513.549000', '161513.552000', '161513.555000', '161513.557000', '161513.560000', '161513.562000', '161513.565000', '161513.567000', '161513.601000', '161513.604000', '161513.607000', '161513.609000', '161513.612000', '161513.615000', '161513.617000', '161533.476000', '161533.478000', '161533.481000', '161533.484000', '161533.486000', '161533.489000', '161533.491000', '161533.494000', '161533.497000', '161533.499000', '161533.502000', '161533.504000', '161533.507000', '161533.509000', '161533.512000', '161533.515000', '161533.517000', '161533.520000', '161533.522000', '161533.525000', '161533.527000', '161533.530000', '161533.533000', '161533.536000', '161533.539000', '161533.542000', '161533.545000', '161533.547000', '161533.550000', '161533.552000', '161533.555000', '161533.558000', '161533.560000', '161533.563000', '161533.565000', '161533.568000', '161533.571000', '161533.573000', '161533.576000', '161533.578000', '161533.581000', '161533.583000', '161533.586000', '161553.476000', '161553.479000', '161553.481000', '161553.484000', '161553.487000', '161553.489000', '161553.492000', '161553.494000', '161553.497000', '161553.500000', '161553.502000', '161553.505000', '161553.507000', '161553.510000', '161553.512000', '161553.515000', '161553.517000', '161553.520000', '161553.523000', '161553.525000', '161553.528000', '161553.530000', '161553.533000', '161553.536000', '161553.538000', '161553.541000', '161553.543000', '161553.546000', '161553.548000', '161553.551000', '161553.554000', '161553.556000', '161553.559000', '161553.561000', '161553.564000', '161553.567000', '161553.569000', '161553.572000', '161553.574000', '161553.577000', '161553.579000', '161553.582000', '161553.585000', '161553.587000', '161613.475000', '161613.478000', '161613.481000', '161613.483000', '161613.486000', '161613.489000', '161613.491000', '161613.494000', '161613.496000', '161613.499000', '161613.502000', '161613.504000', '161613.507000', '161613.509000', '161613.512000', '161613.515000', '161613.517000', '161613.520000', '161613.522000', '161613.525000', '161613.528000', '161613.530000', '161613.534000', '161613.537000', '161613.539000', '161613.542000', '161613.544000', '161613.547000', '161613.550000', '161613.553000', '161613.555000', '161613.558000', '161613.560000', '161613.563000', '161613.566000', '161613.568000', '161613.571000', '161613.574000', '161613.576000', '161613.579000', '161613.581000', '161613.584000', '161613.586000', '161633.475000', '161633.478000', '161633.481000', '161633.483000', '161633.486000', '161633.488000', '161633.491000', '161633.494000', '161633.496000', '161633.499000', '161633.501000', '161633.504000', '161633.506000', '161633.509000', '161633.512000', '161633.514000', '161633.517000', '161633.519000', '161633.522000', '161633.524000', '161633.527000', '161633.530000', '161633.532000', '161633.535000', '161633.538000', '161633.540000', '161633.543000', '161633.545000', '161633.548000', '161633.551000', '161633.553000', '161633.556000', '161633.558000', '161633.561000', '161633.564000', '161633.566000', '161633.569000', '161633.571000', '161633.574000', '161633.576000', '161633.579000', '161633.581000', '161633.584000', '161633.587000', '161644.889000', '161644.892000', '161644.895000', '161644.897000', '161644.900000', '161644.903000', '161644.906000', '161644.909000', '161644.912000', '161644.915000', '161644.917000', '161644.920000', '161644.923000', '161644.926000', '161644.928000', '161644.931000', '161644.934000', '161644.937000', '161644.955000', '161644.958000', '161644.961000', '161644.963000', '161644.966000', '161644.969000', '161644.971000'], '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': [11364, 9517, 12313, 9165, 9801, 9691, 8139, 10734, 8823, 11630, 9607, 8498, 9847, 8199, 11402, 9137, 9637, 9687, 8208, 10607, 8276, 11418, 8783, 10294, 8985, 9181, 10367, 8544, 11352, 8774, 8913, 9756, 8059, 11103, 9071, 8151, 10320, 7975, 11145, 8934, 11761, 9192, 9165, 9134, 7626, 10387, 8622, 11316, 9551, 9880, 9702, 7733, 10891, 9075, 12187, 9529, 9009, 10082, 7820, 11114, 8762, 10212, 9309, 8111, 10655, 8657, 10112, 8973, 8006, 10826, 8814, 12035, 9598, 8366, 10118, 7949, 10889, 9136, 10717, 9274, 7599, 10338, 8549, 11160, 9712, 8014, 10700, 8610, 9837, 9581, 8934, 10424, 8202, 11332, 8901, 10227, 8850, 7991, 10674, 8798, 11360, 9363, 8848, 9748, 7997, 11426, 9296, 9665, 9902, 7857, 11012, 8608, 10094, 9119, 8698, 10551, 8419, 11073, 9244, 10553, 9705, 8492, 10672, 8262, 9665, 9958, 8465, 9850, 10124, 8538, 11198, 9099, 11994, 8797, 9305, 9808, 8233, 11155, 9114, 12426, 9237, 9061, 9461, 7808, 10800, 8868, 10207, 9724, 7948, 10864, 8758, 9283, 10047, 8447, 11429, 9419, 9425, 9401, 8054, 10834, 8871, 11155, 9228, 9247, 9575, 8102, 12347, 9611, 8286, 10814, 8493, 9521, 9757, 7965, 10554, 8494, 11437, 8944, 9170, 9276, 7902, 11404, 9363, 8959, 10295, 8489, 11309, 8759, 10496, 8987, 8537, 10235, 8577, 10431, 9053, 7895, 10252, 7898, 10636, 8784, 11367, 9118, 9526, 9298, 7970, 10654, 8516, 11816, 9321, 7988, 10482, 8581, 11370, 9169, 9342, 9411, 7753, 10763, 8747, 9104, 9782, 7772, 10802, 8901, 11021, 8814, 7678, 10278, 8618, 9976, 9849, 7865, 11039, 8553, 9657, 9244, 7858, 10929, 9158, 8948, 9530, 8054, 11517, 9279, 8656, 10545, 8571, 9841, 9252, 7849, 10901, 8994, 9645, 9947, 8508, 10189, 9025, 7902, 10852, 8853, 10614, 9608, 8117, 10831, 8436, 9030, 9921, 8582, 12295, 9709, 8043, 10856, 8596, 7682, 10462, 9061, 8534, 11599, 8933, 7582, 10180, 8507, 10631, 9349, 7778, 11750, 9013, 7761, 10491, 9153, 8936, 10002, 8373, 11800, 9146, 8176, 10267, 8522, 10465, 9359, 7912, 10479, 8243, 9493, 9670, 7814, 11226, 9483, 8587, 10011, 8477, 10961, 9255, 11076, 9568, 8248, 10261, 8400, 10765, 8969, 8234, 10246, 8688, 10469, 9322, 7804, 10329, 8417, 11108, 9263, 9597, 9870, 7800, 10661, 8848, 11989, 9347, 8430, 10460, 8715, 9309, 9497, 8205, 11039, 9432, 8202, 10793, 8743, 9340, 9212, 8138, 10106, 7590, 10420, 8507, 10529, 8696, 7832, 10060, 8136, 10844, 9210, 10637, 9403, 7806, 10427, 8343, 11115, 9439, 10128, 10052, 8010, 10998, 8951, 8965, 9426, 7764, 10672, 8862, 10448, 8787, 8354, 9593, 8274, 10245, 7902, 11140, 8502, 11738, 8903, 9109, 9596, 7947, 10647, 8613, 10453, 9071, 8750, 9626, 8149, 10240, 8214, 11026, 8776, 10598, 8958, 9328, 8990, 8755, 9651, 8480, 10498, 8745, 10872, 8889, 11908, 9071, 9413, 9461, 7979, 10042, 7703, 10599, 8565, 10910, 9111, 10935, 9222, 10196, 8877, 8794, 9772, 8021, 10714, 8558, 11825, 8883, 8566, 9736, 8116, 10886, 8911, 10711, 9252, 8891, 9757, 7934, 10722, 8894, 11668, 8913, 8559, 9695, 7971, 10595, 9046, 11925, 9168, 8740, 9463, 7873, 10735, 9388, 9158, 9888, 7744, 10632, 8270, 10561, 9556, 8949, 10625, 8833, 11783, 9478, 9205, 9565, 9264, 11673, 8450, 10920, 8605, 10735, 8959, 8906, 9579, 7805, 10689, 8723, 11724, 9037, 9740, 9332, 8622, 9883, 8359, 10612, 8339, 11218, 9138, 9950, 9632, 8533, 10044, 8311, 10838, 9080, 9563, 10016, 7850, 10677, 8760, 11309, 9398, 10510, 9658, 8650, 10425, 8404, 11136, 9015, 9068, 9790, 7811, 10676, 8937, 10549, 9276, 8431, 9802, 8078, 10648, 9155, 9966, 9296, 7831, 10855, 8994, 11474, 9632, 8530, 10255, 8597, 11045, 9124, 9900, 9715, 8321, 10837, 9275, 11208, 9100, 8060, 10357, 8682, 10683, 9495, 10885, 9487, 7916, 10568, 8958, 11571, 9338, 8375, 10317, 8639, 9462, 9026, 7664, 10567, 8467, 10822, 8937, 11095, 9261, 8369, 9661, 7792, 10684, 8768, 10837, 9191, 10975, 9529, 7917, 10187, 8266, 10793, 8752, 11088, 9691, 8874, 9972, 8401, 10855, 9030, 10255, 9331, 8815, 10104, 7865, 10435, 8761, 10841, 9044, 9599, 9904, 8005, 10818, 8706, 10125, 9032, 8372, 10083, 8085, 10905, 9074, 10905, 9186, 8909, 9516, 8011, 10423, 8770, 10840, 9285, 9046, 9646, 7723, 10699, 9073, 11371, 9754, 9580, 9549, 7771, 10303, 8749, 10775, 9282, 9230, 9587, 7396, 10037, 8478, 11008, 9177, 10854, 9573, 7591, 9943, 8420, 10916, 9016, 10350, 9425, 8540, 9967, 7717, 10694, 8794, 11394, 9467, 9466, 10003, 7882, 10769, 8459, 10041, 9405, 8500, 9811, 8285, 10712, 8665, 11409, 8963, 8921, 9525, 7933, 10255, 8944, 10616, 8477, 9550, 9191, 8055, 9972, 8203, 10624, 8684, 10519, 8948, 7657, 9819, 8373, 10816, 9046, 10419, 9420, 7482, 9789, 8312, 10775, 9063, 10572, 9569, 10949, 9283, 7597, 10057, 8785, 10748, 8782, 10668, 9411, 9136, 9033, 7296, 10160, 8388, 10583, 8974, 10688, 9290, 7671, 9615, 7941, 10422, 8012, 9393, 9801, 8809, 10712, 9055, 11343, 9922, 12383, 10857, 8346, 10443, 8930, 11356, 9614, 10076, 9439, 9315, 9961, 8303, 10734, 8529, 11024, 8959, 10147, 9268, 8505, 10027, 8204, 10437, 8843, 11028, 9152, 10738, 9884, 9844, 9858, 7765, 10564, 8834, 11022, 9862, 9854, 10021, 7826, 10201, 7965, 10600, 8922, 10764, 9353, 10904, 8865, 9006, 9141, 8556, 9677, 7906, 10296, 7744, 10330, 8480, 10667, 8676, 10678, 9132, 10086, 9418, 7384, 10133, 8586, 10873, 9069, 10714, 9403, 12013, 8980, 8721, 9383, 8356, 9920, 7824, 10604, 9093, 10585, 8929, 8074, 9887, 8171, 10014, 7974, 10665, 8621, 10704, 8751, 11070, 9003, 10369, 9741, 8413, 10133, 8378, 10709, 8890, 10975, 9479, 10325, 9608, 7923, 10116, 8076, 10797, 8925, 10847, 9604, 8592, 10201, 8205, 9530, 8487, 7904, 10349, 9371, 10115, 9503, 8174, 10141, 7625, 10307, 8302, 10293, 9316, 10807, 8803, 10747, 8794, 10433, 9141, 8244, 9363, 7516, 9888], 'WindowCenter': [4385.0, 4359.0, 4366.0, 4345.0, 4342.0, 4332.0, 4321.0, 4351.0, 4345.0, 4352.0, 4343.0, 4331.0, 4340.0, 4331.0, 4351.0, 4343.0, 4342.0, 4344.0, 4332.0, 4352.0, 4321.0, 4350.0, 4329.0, 4340.0, 4332.0, 4330.0, 4339.0, 4331.0, 4350.0, 4330.0, 4330.0, 4341.0, 4332.0, 4363.0, 4345.0, 4334.0, 4355.0, 4335.0, 4364.0, 4345.0, 4374.0, 4356.0, 4341.0, 4344.0, 4334.0, 4354.0, 4347.0, 4365.0, 4356.0, 4355.0, 4354.0, 4334.0, 4363.0, 4344.0, 4376.0, 4356.0, 4343.0, 4355.0, 4322.0, 4352.0, 4343.0, 4354.0, 4354.0, 4334.0, 4363.0, 4344.0, 4353.0, 4344.0, 4333.0, 4366.0, 4346.0, 4365.0, 4355.0, 4333.0, 4353.0, 4333.0, 4363.0, 4344.0, 4352.0, 4343.0, 4333.0, 4355.0, 4357.0, 4376.0, 4356.0, 4344.0, 4366.0, 4345.0, 4355.0, 4357.0, 4356.0, 4366.0, 4344.0, 4365.0, 4344.0, 4352.0, 4342.0, 4332.0, 4353.0, 4343.0, 4362.0, 4342.0, 4342.0, 4341.0, 4331.0, 4363.0, 4345.0, 4353.0, 4354.0, 4333.0, 4352.0, 4343.0, 4354.0, 4355.0, 4343.0, 4365.0, 4343.0, 4363.0, 4343.0, 4354.0, 4354.0, 4333.0, 4351.0, 4331.0, 4341.0, 4353.0, 4333.0, 4352.0, 4354.0, 4343.0, 4363.0, 4332.0, 4352.0, 4332.0, 4340.0, 4351.0, 4332.0, 4363.0, 4343.0, 4361.0, 4342.0, 4331.0, 4341.0, 4321.0, 4363.0, 4345.0, 4354.0, 4354.0, 4334.0, 4365.0, 4345.0, 4354.0, 4366.0, 4347.0, 4376.0, 4358.0, 4345.0, 4355.0, 4333.0, 4353.0, 4344.0, 4365.0, 4344.0, 4355.0, 4355.0, 4346.0, 4375.0, 4355.0, 4346.0, 4365.0, 4344.0, 4353.0, 4354.0, 4333.0, 4354.0, 4333.0, 4361.0, 4343.0, 4341.0, 4340.0, 4331.0, 4363.0, 4355.0, 4344.0, 4365.0, 4344.0, 4364.0, 4357.0, 4363.0, 4344.0, 4344.0, 4353.0, 4344.0, 4352.0, 4342.0, 4332.0, 4352.0, 4333.0, 4353.0, 4332.0, 4351.0, 4331.0, 4339.0, 4329.0, 4318.0, 4350.0, 4331.0, 4360.0, 4341.0, 4331.0, 4351.0, 4331.0, 4350.0, 4342.0, 4341.0, 4342.0, 4321.0, 4351.0, 4331.0, 4330.0, 4340.0, 4320.0, 4351.0, 4342.0, 4352.0, 4331.0, 4319.0, 4351.0, 4344.0, 4352.0, 4353.0, 4332.0, 4352.0, 4342.0, 4340.0, 4343.0, 4333.0, 4352.0, 4354.0, 4342.0, 4342.0, 4332.0, 4363.0, 4354.0, 4343.0, 4364.0, 4343.0, 4352.0, 4342.0, 4332.0, 4364.0, 4356.0, 4354.0, 4353.0, 4343.0, 4352.0, 4342.0, 4332.0, 4363.0, 4345.0, 4353.0, 4343.0, 4332.0, 4351.0, 4330.0, 4329.0, 4340.0, 4332.0, 4362.0, 4342.0, 4320.0, 4349.0, 4330.0, 4318.0, 4350.0, 4341.0, 4331.0, 4362.0, 4331.0, 4321.0, 4339.0, 4330.0, 4351.0, 4340.0, 4320.0, 4362.0, 4330.0, 4320.0, 4350.0, 4341.0, 4342.0, 4352.0, 4331.0, 4361.0, 4341.0, 4330.0, 4339.0, 4330.0, 4351.0, 4342.0, 4333.0, 4352.0, 4331.0, 4340.0, 4354.0, 4334.0, 4362.0, 4353.0, 4332.0, 4341.0, 4331.0, 4351.0, 4342.0, 4351.0, 4341.0, 4319.0, 4339.0, 4318.0, 4337.0, 4329.0, 4330.0, 4350.0, 4331.0, 4350.0, 4340.0, 4319.0, 4340.0, 4330.0, 4351.0, 4342.0, 4340.0, 4341.0, 4319.0, 4350.0, 4329.0, 4349.0, 4341.0, 4330.0, 4350.0, 4330.0, 4340.0, 4340.0, 4331.0, 4362.0, 4354.0, 4343.0, 4364.0, 4344.0, 4342.0, 4343.0, 4332.0, 4353.0, 4333.0, 4365.0, 4343.0, 4353.0, 4342.0, 4332.0, 4352.0, 4346.0, 4364.0, 4354.0, 4353.0, 4342.0, 4321.0, 4351.0, 4332.0, 4362.0, 4343.0, 4352.0, 4341.0, 4321.0, 4350.0, 4342.0, 4331.0, 4342.0, 4333.0, 4353.0, 4343.0, 4352.0, 4344.0, 4332.0, 4353.0, 4343.0, 4352.0, 4332.0, 4362.0, 4331.0, 4360.0, 4342.0, 4343.0, 4353.0, 4331.0, 4351.0, 4331.0, 4350.0, 4341.0, 4330.0, 4342.0, 4333.0, 4352.0, 4330.0, 4350.0, 4331.0, 4339.0, 4341.0, 4339.0, 4341.0, 4331.0, 4341.0, 4329.0, 4351.0, 4330.0, 4349.0, 4330.0, 4361.0, 4343.0, 4341.0, 4342.0, 4332.0, 4352.0, 4321.0, 4351.0, 4332.0, 4363.0, 4343.0, 4351.0, 4342.0, 4339.0, 4330.0, 4330.0, 4341.0, 4330.0, 4352.0, 4331.0, 4360.0, 4341.0, 4343.0, 4353.0, 4332.0, 4364.0, 4354.0, 4352.0, 4343.0, 4341.0, 4352.0, 4333.0, 4352.0, 4342.0, 4351.0, 4341.0, 4330.0, 4341.0, 4333.0, 4351.0, 4342.0, 4362.0, 4354.0, 4331.0, 4341.0, 4334.0, 4364.0, 4353.0, 4353.0, 4352.0, 4321.0, 4350.0, 4330.0, 4351.0, 4353.0, 4343.0, 4353.0, 4342.0, 4361.0, 4341.0, 4329.0, 4341.0, 4329.0, 4349.0, 4318.0, 4337.0, 4317.0, 4336.0, 4328.0, 4329.0, 4341.0, 4319.0, 4350.0, 4329.0, 4348.0, 4330.0, 4339.0, 4342.0, 4331.0, 4342.0, 4330.0, 4340.0, 4319.0, 4348.0, 4340.0, 4340.0, 4341.0, 4330.0, 4339.0, 4319.0, 4350.0, 4342.0, 4341.0, 4351.0, 4320.0, 4350.0, 4330.0, 4348.0, 4341.0, 4351.0, 4342.0, 4330.0, 4351.0, 4331.0, 4350.0, 4341.0, 4341.0, 4353.0, 4333.0, 4352.0, 4343.0, 4351.0, 4342.0, 4331.0, 4367.0, 4332.0, 4352.0, 4342.0, 4341.0, 4340.0, 4320.0, 4350.0, 4330.0, 4361.0, 4342.0, 4331.0, 4351.0, 4330.0, 4349.0, 4330.0, 4339.0, 4340.0, 4330.0, 4350.0, 4340.0, 4350.0, 4329.0, 4318.0, 4339.0, 4330.0, 4350.0, 4341.0, 4349.0, 4328.0, 4306.0, 4336.0, 4327.0, 4348.0, 4341.0, 4330.0, 4350.0, 4329.0, 4338.0, 4329.0, 4316.0, 4349.0, 4329.0, 4351.0, 4340.0, 4349.0, 4340.0, 4318.0, 4338.0, 4318.0, 4337.0, 4329.0, 4350.0, 4341.0, 4349.0, 4341.0, 4318.0, 4338.0, 4318.0, 4349.0, 4341.0, 4362.0, 4341.0, 4341.0, 4340.0, 4329.0, 4348.0, 4329.0, 4350.0, 4341.0, 4328.0, 4340.0, 4318.0, 4338.0, 4328.0, 4337.0, 4329.0, 4340.0, 4340.0, 4318.0, 4348.0, 4330.0, 4338.0, 4330.0, 4329.0, 4350.0, 4332.0, 4351.0, 4340.0, 4350.0, 4330.0, 4328.0, 4339.0, 4318.0, 4338.0, 4329.0, 4347.0, 4329.0, 4328.0, 4338.0, 4318.0, 4338.0, 4329.0, 4349.0, 4340.0, 4339.0, 4339.0, 4318.0, 4350.0, 4343.0, 4351.0, 4341.0, 4340.0, 4338.0, 4319.0, 4339.0, 4330.0, 4363.0, 4354.0, 4363.0, 4353.0, 4332.0, 4351.0, 4331.0, 4351.0, 4343.0, 4353.0, 4342.0, 4330.0, 4353.0, 4320.0, 4350.0, 4330.0, 4360.0, 4353.0, 4342.0, 4352.0, 4331.0, 4349.0, 4330.0, 4339.0, 4340.0, 4331.0, 4340.0, 4319.0, 4350.0, 4318.0, 4345.0, 4328.0, 4327.0, 4339.0, 4319.0, 4338.0, 4327.0, 4337.0, 4316.0, 4325.0, 4326.0, 4317.0, 4338.0, 4317.0, 4338.0, 4317.0, 4335.0, 4327.0, 4307.0, 4337.0, 4330.0, 4351.0, 4340.0, 4350.0, 4339.0, 4318.0, 4338.0, 4329.0, 4349.0, 4340.0, 4350.0, 4341.0, 4350.0, 4339.0, 4318.0, 4338.0, 4327.0, 4350.0, 4331.0, 4348.0, 4342.0, 4340.0, 4329.0, 4319.0, 4350.0, 4332.0, 4363.0, 4342.0, 4351.0, 4341.0, 4320.0, 4340.0, 4331.0, 4361.0, 4331.0, 4342.0, 4351.0, 4341.0, 4352.0, 4343.0, 4364.0, 4354.0, 4360.0, 4350.0, 4319.0, 4338.0, 4326.0, 4337.0, 4327.0, 4339.0, 4340.0, 4328.0, 4327.0, 4316.0, 4336.0, 4316.0, 4335.0, 4328.0, 4338.0, 4340.0, 4329.0, 4340.0, 4318.0, 4338.0, 4328.0, 4347.0, 4341.0, 4350.0, 4341.0, 4339.0, 4339.0, 4318.0, 4338.0, 4341.0, 4351.0, 4351.0, 4340.0, 4341.0, 4318.0, 4338.0, 4318.0, 4349.0, 4331.0, 4348.0, 4340.0, 4338.0, 4328.0, 4327.0, 4339.0, 4330.0, 4340.0, 4319.0, 4350.0, 4318.0, 4337.0, 4328.0, 4349.0, 4342.0, 4351.0, 4341.0, 4350.0, 4340.0, 4319.0, 4350.0, 4330.0, 4361.0, 4343.0, 4350.0, 4341.0, 4360.0, 4339.0, 4329.0, 4340.0, 4330.0, 4352.0, 4320.0, 4350.0, 4341.0, 4349.0, 4340.0, 4319.0, 4351.0, 4330.0, 4352.0, 4330.0, 4350.0, 4329.0, 4339.0, 4328.0, 4348.0, 4340.0, 4351.0, 4341.0, 4330.0, 4350.0, 4329.0, 4338.0, 4327.0, 4349.0, 4340.0, 4339.0, 4340.0, 4318.0, 4338.0, 4318.0, 4338.0, 4330.0, 4349.0, 4340.0, 4329.0, 4339.0, 4329.0, 4338.0, 4341.0, 4330.0, 4351.0, 4342.0, 4349.0, 4340.0, 4318.0, 4338.0, 4317.0, 4338.0, 4318.0, 4336.0, 4326.0, 4336.0, 4316.0, 4336.0, 4327.0, 4338.0, 4338.0, 4329.0, 4327.0, 4309.0, 4340.0], 'WindowWidth': [9678.0, 9631.0, 9633.0, 9602.0, 9594.0, 9578.0, 9562.0, 9604.0, 9602.0, 9609.0, 9596.0, 9577.0, 9587.0, 9576.0, 9603.0, 9599.0, 9596.0, 9600.0, 9582.0, 9606.0, 9563.0, 9600.0, 9573.0, 9589.0, 9582.0, 9577.0, 9587.0, 9578.0, 9601.0, 9576.0, 9573.0, 9590.0, 9584.0, 9625.0, 9604.0, 9588.0, 9616.0, 9590.0, 9628.0, 9605.0, 9643.0, 9620.0, 9597.0, 9601.0, 9587.0, 9615.0, 9609.0, 9633.0, 9621.0, 9619.0, 9615.0, 9586.0, 9625.0, 9602.0, 9647.0, 9621.0, 9600.0, 9618.0, 9570.0, 9609.0, 9598.0, 9615.0, 9617.0, 9589.0, 9628.0, 9600.0, 9612.0, 9601.0, 9586.0, 9634.0, 9608.0, 9631.0, 9617.0, 9584.0, 9613.0, 9585.0, 9624.0, 9601.0, 9611.0, 9598.0, 9584.0, 9617.0, 9626.0, 9650.0, 9623.0, 9605.0, 9634.0, 9607.0, 9618.0, 9623.0, 9624.0, 9635.0, 9603.0, 9634.0, 9601.0, 9609.0, 9596.0, 9582.0, 9613.0, 9599.0, 9622.0, 9596.0, 9594.0, 9593.0, 9581.0, 9625.0, 9604.0, 9612.0, 9615.0, 9584.0, 9609.0, 9598.0, 9618.0, 9620.0, 9600.0, 9631.0, 9600.0, 9624.0, 9599.0, 9615.0, 9616.0, 9584.0, 9604.0, 9578.0, 9594.0, 9611.0, 9586.0, 9611.0, 9616.0, 9599.0, 9625.0, 9580.0, 9607.0, 9581.0, 9591.0, 9607.0, 9585.0, 9626.0, 9599.0, 9620.0, 9595.0, 9579.0, 9592.0, 9567.0, 9627.0, 9606.0, 9617.0, 9615.0, 9587.0, 9629.0, 9604.0, 9617.0, 9636.0, 9611.0, 9648.0, 9627.0, 9605.0, 9618.0, 9585.0, 9612.0, 9601.0, 9632.0, 9602.0, 9617.0, 9615.0, 9608.0, 9645.0, 9620.0, 9610.0, 9634.0, 9604.0, 9614.0, 9614.0, 9588.0, 9616.0, 9586.0, 9621.0, 9598.0, 9594.0, 9591.0, 9580.0, 9625.0, 9621.0, 9603.0, 9631.0, 9602.0, 9628.0, 9625.0, 9628.0, 9603.0, 9602.0, 9614.0, 9603.0, 9611.0, 9596.0, 9581.0, 9611.0, 9588.0, 9615.0, 9583.0, 9607.0, 9579.0, 9586.0, 9573.0, 9557.0, 9602.0, 9581.0, 9618.0, 9593.0, 9579.0, 9606.0, 9579.0, 9603.0, 9595.0, 9594.0, 9596.0, 9567.0, 9607.0, 9581.0, 9578.0, 9591.0, 9564.0, 9608.0, 9598.0, 9609.0, 9580.0, 9561.0, 9606.0, 9603.0, 9611.0, 9611.0, 9585.0, 9609.0, 9596.0, 9591.0, 9598.0, 9588.0, 9610.0, 9617.0, 9595.0, 9595.0, 9583.0, 9628.0, 9618.0, 9600.0, 9628.0, 9600.0, 9608.0, 9597.0, 9582.0, 9629.0, 9622.0, 9615.0, 9612.0, 9598.0, 9611.0, 9597.0, 9581.0, 9625.0, 9605.0, 9615.0, 9600.0, 9582.0, 9605.0, 9577.0, 9575.0, 9590.0, 9584.0, 9623.0, 9596.0, 9563.0, 9600.0, 9574.0, 9555.0, 9602.0, 9595.0, 9581.0, 9623.0, 9581.0, 9565.0, 9586.0, 9575.0, 9606.0, 9591.0, 9564.0, 9622.0, 9577.0, 9562.0, 9602.0, 9592.0, 9597.0, 9610.0, 9581.0, 9621.0, 9593.0, 9575.0, 9586.0, 9577.0, 9608.0, 9595.0, 9584.0, 9607.0, 9580.0, 9590.0, 9615.0, 9589.0, 9623.0, 9615.0, 9581.0, 9591.0, 9578.0, 9605.0, 9596.0, 9608.0, 9592.0, 9561.0, 9587.0, 9557.0, 9581.0, 9575.0, 9579.0, 9605.0, 9581.0, 9604.0, 9592.0, 9561.0, 9589.0, 9576.0, 9606.0, 9595.0, 9590.0, 9593.0, 9561.0, 9601.0, 9575.0, 9601.0, 9593.0, 9579.0, 9604.0, 9577.0, 9590.0, 9589.0, 9580.0, 9624.0, 9618.0, 9603.0, 9630.0, 9603.0, 9598.0, 9599.0, 9582.0, 9612.0, 9587.0, 9634.0, 9601.0, 9613.0, 9598.0, 9584.0, 9612.0, 9611.0, 9631.0, 9616.0, 9614.0, 9597.0, 9566.0, 9606.0, 9584.0, 9624.0, 9600.0, 9610.0, 9594.0, 9565.0, 9603.0, 9594.0, 9579.0, 9596.0, 9586.0, 9612.0, 9601.0, 9612.0, 9603.0, 9584.0, 9613.0, 9600.0, 9611.0, 9582.0, 9623.0, 9580.0, 9617.0, 9597.0, 9602.0, 9613.0, 9580.0, 9608.0, 9578.0, 9602.0, 9593.0, 9577.0, 9596.0, 9586.0, 9609.0, 9578.0, 9605.0, 9579.0, 9589.0, 9593.0, 9588.0, 9596.0, 9581.0, 9595.0, 9575.0, 9606.0, 9576.0, 9601.0, 9577.0, 9620.0, 9601.0, 9596.0, 9598.0, 9584.0, 9609.0, 9566.0, 9607.0, 9583.0, 9627.0, 9599.0, 9607.0, 9595.0, 9589.0, 9576.0, 9576.0, 9592.0, 9578.0, 9609.0, 9579.0, 9616.0, 9593.0, 9601.0, 9614.0, 9586.0, 9631.0, 9617.0, 9610.0, 9599.0, 9593.0, 9611.0, 9586.0, 9609.0, 9595.0, 9608.0, 9593.0, 9577.0, 9593.0, 9588.0, 9610.0, 9597.0, 9625.0, 9615.0, 9580.0, 9595.0, 9591.0, 9630.0, 9614.0, 9614.0, 9609.0, 9566.0, 9603.0, 9575.0, 9605.0, 9615.0, 9601.0, 9615.0, 9598.0, 9620.0, 9592.0, 9574.0, 9595.0, 9575.0, 9600.0, 9555.0, 9580.0, 9554.0, 9579.0, 9570.0, 9574.0, 9592.0, 9560.0, 9603.0, 9575.0, 9599.0, 9577.0, 9589.0, 9597.0, 9581.0, 9596.0, 9576.0, 9589.0, 9559.0, 9597.0, 9589.0, 9590.0, 9592.0, 9578.0, 9588.0, 9560.0, 9603.0, 9598.0, 9595.0, 9608.0, 9563.0, 9604.0, 9578.0, 9600.0, 9594.0, 9609.0, 9598.0, 9579.0, 9608.0, 9580.0, 9604.0, 9595.0, 9594.0, 9616.0, 9587.0, 9611.0, 9599.0, 9609.0, 9597.0, 9579.0, 9640.0, 9585.0, 9610.0, 9597.0, 9595.0, 9591.0, 9562.0, 9603.0, 9578.0, 9621.0, 9596.0, 9579.0, 9605.0, 9576.0, 9600.0, 9577.0, 9586.0, 9592.0, 9578.0, 9605.0, 9593.0, 9603.0, 9573.0, 9557.0, 9586.0, 9580.0, 9604.0, 9594.0, 9602.0, 9571.0, 9539.0, 9578.0, 9567.0, 9597.0, 9594.0, 9580.0, 9603.0, 9574.0, 9584.0, 9574.0, 9555.0, 9600.0, 9574.0, 9607.0, 9592.0, 9601.0, 9591.0, 9559.0, 9584.0, 9557.0, 9583.0, 9573.0, 9605.0, 9594.0, 9602.0, 9594.0, 9559.0, 9585.0, 9559.0, 9601.0, 9595.0, 9625.0, 9596.0, 9596.0, 9591.0, 9575.0, 9598.0, 9575.0, 9604.0, 9596.0, 9572.0, 9590.0, 9558.0, 9584.0, 9571.0, 9582.0, 9576.0, 9591.0, 9591.0, 9559.0, 9600.0, 9577.0, 9586.0, 9577.0, 9576.0, 9605.0, 9584.0, 9609.0, 9592.0, 9605.0, 9576.0, 9572.0, 9587.0, 9555.0, 9583.0, 9575.0, 9598.0, 9574.0, 9573.0, 9584.0, 9558.0, 9584.0, 9574.0, 9601.0, 9592.0, 9587.0, 9588.0, 9557.0, 9603.0, 9601.0, 9607.0, 9594.0, 9593.0, 9588.0, 9561.0, 9590.0, 9579.0, 9628.0, 9620.0, 9628.0, 9613.0, 9584.0, 9607.0, 9582.0, 9606.0, 9602.0, 9614.0, 9599.0, 9581.0, 9614.0, 9566.0, 9605.0, 9579.0, 9619.0, 9614.0, 9597.0, 9612.0, 9580.0, 9603.0, 9579.0, 9588.0, 9591.0, 9581.0, 9593.0, 9560.0, 9603.0, 9558.0, 9592.0, 9570.0, 9567.0, 9590.0, 9562.0, 9586.0, 9571.0, 9582.0, 9553.0, 9563.0, 9567.0, 9556.0, 9586.0, 9556.0, 9584.0, 9555.0, 9577.0, 9568.0, 9541.0, 9584.0, 9578.0, 9608.0, 9594.0, 9605.0, 9589.0, 9560.0, 9586.0, 9574.0, 9602.0, 9592.0, 9606.0, 9594.0, 9606.0, 9589.0, 9558.0, 9585.0, 9571.0, 9606.0, 9582.0, 9600.0, 9597.0, 9590.0, 9576.0, 9562.0, 9605.0, 9586.0, 9628.0, 9599.0, 9608.0, 9596.0, 9566.0, 9592.0, 9582.0, 9623.0, 9581.0, 9597.0, 9609.0, 9597.0, 9610.0, 9602.0, 9634.0, 9619.0, 9618.0, 9605.0, 9560.0, 9585.0, 9568.0, 9582.0, 9570.0, 9590.0, 9593.0, 9572.0, 9570.0, 9552.0, 9578.0, 9551.0, 9576.0, 9572.0, 9588.0, 9592.0, 9575.0, 9591.0, 9560.0, 9586.0, 9573.0, 9596.0, 9595.0, 9605.0, 9595.0, 9591.0, 9588.0, 9558.0, 9584.0, 9596.0, 9609.0, 9609.0, 9592.0, 9594.0, 9559.0, 9585.0, 9558.0, 9602.0, 9581.0, 9600.0, 9593.0, 9586.0, 9574.0, 9570.0, 9589.0, 9579.0, 9593.0, 9561.0, 9604.0, 9560.0, 9585.0, 9572.0, 9603.0, 9598.0, 9611.0, 9596.0, 9607.0, 9592.0, 9562.0, 9604.0, 9580.0, 9623.0, 9601.0, 9606.0, 9596.0, 9619.0, 9590.0, 9574.0, 9592.0, 9579.0, 9612.0, 9568.0, 9606.0, 9596.0, 9603.0, 9591.0, 9562.0, 9608.0, 9580.0, 9611.0, 9579.0, 9606.0, 9575.0, 9588.0, 9574.0, 9597.0, 9594.0, 9609.0, 9597.0, 9579.0, 9606.0, 9574.0, 9585.0, 9571.0, 9602.0, 9594.0, 9589.0, 9592.0, 9559.0, 9583.0, 9559.0, 9585.0, 9578.0, 9604.0, 9591.0, 9577.0, 9589.0, 9574.0, 9585.0, 9594.0, 9580.0, 9609.0, 9599.0, 9603.0, 9591.0, 9558.0, 9586.0, 9558.0, 9586.0, 9557.0, 9581.0, 9566.0, 9577.0, 9551.0, 9577.0, 9570.0, 9585.0, 9587.0, 9575.0, 9571.0, 9547.0, 9592.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.00033416762342135476</td></tr>
<tr><td colspan=3>aqi</td><td>0.019075449368541903</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.27693341143675</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2739760418275867</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9847928140804585</td></tr>
<tr><td colspan=3>efc</td><td>0.4924</td></tr>
<tr><td colspan=3>fber</td><td>6607.7441</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07923190266690114</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>12</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.3777267508610793</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.371297770808306</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2755968548364525</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5701557569045295</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2681407006839347</td></tr>
<tr><td colspan=3>gcor</td><td>0.0061845</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008093239739537239</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02794683910906315</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.273072586951242</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>23.701</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.5145</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>177.8784</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292016.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>838.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>374.9738</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1568</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>523.7321</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3516.7757</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3671.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84528.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1482.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4527.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>859.0957</td></tr>
<tr><td colspan=3>tsnr</td><td>45.66969888750464</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>