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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-03_subject-0055_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-0055/figures/sub-0055_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0055/figures/sub-0055_ses-03_task-social_acq-mb8_run-04_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-0055/figures/sub-0055_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0055/figures/sub-0055_ses-03_task-social_acq-mb8_run-04_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-0055/ses-03/func/sub-0055_ses-03_task-social_acq-mb8_run-04_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>22147115ccf4e8aecd87390efbe83d10</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>15:14:38.127500</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.999896, 0.00994436, 0.0104891, -0.00890049, 0.995413, -0.0952585]</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-04_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.093138</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-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4146, -7687, -7291, 584, -26, -152, -90, 93]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>256.935</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>5ceca7f8-4aab-42ac-a341-87fa78da59f2||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.6826465129852295, -0.023879369720816612, 0.030748436227440834, 114.6108169555664], [-0.02667998895049095, 2.6706197261810303, -0.25691911578178406, -80.28063201904297], [0.028141595423221588, 0.2555716633796692, 2.687572717666626, -91.40372467041016], [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': ['151438.127500', '151438.587500', '151439.047500', '151439.507500', '151439.967500', '151440.427500', '151440.887500', '151441.347500', '151441.807500', '151442.267500', '151442.727500', '151443.187500', '151443.647500', '151444.107500', '151444.567500', '151445.027500', '151445.487500', '151445.947500', '151446.407500', '151446.867500', '151447.327500', '151447.787500', '151448.247500', '151448.707500', '151449.167500', '151449.627500', '151450.087500', '151450.547500', '151451.007500', '151451.467500', '151451.927500', '151452.387500', '151452.847500', '151453.307500', '151453.767500', '151454.227500', '151454.687500', '151455.147500', '151455.607500', '151456.067500', '151456.527500', '151456.987500', '151457.447500', '151457.907500', '151458.367500', '151458.827500', '151459.287500', '151459.747500', '151500.207500', '151500.667500', '151501.127500', '151501.587500', '151502.047500', '151502.507500', '151502.967500', '151503.427500', '151503.887500', '151504.347500', '151504.807500', '151505.267500', '151505.727500', '151506.187500', '151506.647500', '151507.107500', '151507.567500', '151508.027500', '151508.487500', '151508.947500', '151509.407500', '151509.867500', '151510.327500', '151510.787500', '151511.247500', '151511.707500', '151512.167500', '151512.627500', '151513.087500', '151513.547500', '151514.007500', '151514.467500', '151514.927500', '151515.387500', '151515.847500', '151516.307500', '151516.767500', '151517.227500', '151517.687500', '151518.147500', '151518.607500', '151519.067500', '151519.527500', '151519.987500', '151520.447500', '151520.907500', '151521.367500', '151521.827500', '151522.287500', '151522.747500', '151523.207500', '151523.667500', '151524.127500', '151524.587500', '151525.047500', '151525.507500', '151525.967500', '151526.427500', '151526.887500', '151527.347500', '151527.807500', '151528.267500', '151528.727500', '151529.187500', '151529.647500', '151530.107500', '151530.567500', '151531.027500', '151531.487500', '151531.947500', '151532.407500', '151532.867500', '151533.327500', '151533.787500', '151534.247500', '151534.707500', '151535.167500', '151535.627500', '151536.087500', '151536.547500', '151537.007500', '151537.467500', '151537.927500', '151538.387500', '151538.847500', '151539.307500', '151539.767500', '151540.227500', '151540.687500', '151541.147500', '151541.607500', '151542.067500', '151542.527500', '151542.987500', '151543.447500', '151543.907500', '151544.367500', '151544.827500', '151545.287500', '151545.747500', '151546.207500', '151546.667500', '151547.127500', '151547.587500', '151548.047500', '151548.507500', '151548.967500', '151549.427500', '151549.887500', '151550.347500', '151550.807500', '151551.267500', '151551.727500', '151552.187500', '151552.647500', '151553.107500', '151553.567500', '151554.027500', '151554.487500', '151554.947500', '151555.407500', '151555.867500', '151556.327500', '151556.787500', '151557.247500', '151557.707500', '151558.167500', '151558.627500', '151559.087500', '151559.547500', '151600.007500', '151600.467500', '151600.927500', '151601.387500', '151601.847500', '151602.307500', '151602.767500', '151603.227500', '151603.687500', '151604.147500', '151604.607500', '151605.067500', '151605.527500', '151605.987500', '151606.447500', '151606.907500', '151607.367500', '151607.827500', '151608.287500', '151608.747500', '151609.207500', '151609.667500', '151610.127500', '151610.587500', '151611.047500', '151611.507500', '151611.967500', '151612.427500', '151612.887500', '151613.347500', '151613.807500', '151614.267500', '151614.727500', '151615.187500', '151615.647500', '151616.107500', '151616.567500', '151617.027500', '151617.487500', '151617.947500', '151618.407500', '151618.867500', '151619.327500', '151619.787500', '151620.247500', '151620.707500', '151621.167500', '151621.627500', '151622.087500', '151622.547500', '151623.007500', '151623.467500', '151623.927500', '151624.387500', '151624.847500', '151625.307500', '151625.767500', '151626.227500', '151626.687500', '151627.147500', '151627.607500', '151628.067500', '151628.527500', '151628.987500', '151629.447500', '151629.907500', '151630.367500', '151630.827500', '151631.287500', '151631.747500', '151632.207500', '151632.667500', '151633.127500', '151633.587500', '151634.047500', '151634.507500', '151634.967500', '151635.427500', '151635.887500', '151636.347500', '151636.807500', '151637.267500', '151637.727500', '151638.187500', '151638.647500', '151639.107500', '151639.567500', '151640.027500', '151640.487500', '151640.947500', '151641.407500', '151641.867500', '151642.327500', '151642.787500', '151643.247500', '151643.707500', '151644.167500', '151644.627500', '151645.087500', '151645.547500', '151646.007500', '151646.467500', '151646.927500', '151647.387500', '151647.847500', '151648.307500', '151648.767500', '151649.227500', '151649.687500', '151650.147500', '151650.607500', '151651.067500', '151651.527500', '151651.987500', '151652.447500', '151652.907500', '151653.367500', '151653.827500', '151654.287500', '151654.747500', '151655.207500', '151655.667500', '151656.127500', '151656.587500', '151657.047500', '151657.507500', '151657.967500', '151658.427500', '151658.887500', '151659.347500', '151659.807500', '151700.267500', '151700.727500', '151701.187500', '151701.647500', '151702.107500', '151702.567500', '151703.027500', '151703.487500', '151703.947500', '151704.407500', '151704.867500', '151705.327500', '151705.787500', '151706.247500', '151706.707500', '151707.167500', '151707.627500', '151708.087500', '151708.547500', '151709.007500', '151709.467500', '151709.927500', '151710.387500', '151710.847500', '151711.307500', '151711.767500', '151712.227500', '151712.687500', '151713.147500', '151713.607500', '151714.067500', '151714.527500', '151714.987500', '151715.447500', '151715.907500', '151716.367500', '151716.827500', '151717.287500', '151717.747500', '151718.207500', '151718.667500', '151719.127500', '151719.587500', '151720.047500', '151720.507500', '151720.967500', '151721.427500', '151721.887500', '151722.347500', '151722.807500', '151723.267500', '151723.727500', '151724.187500', '151724.647500', '151725.107500', '151725.567500', '151726.027500', '151726.487500', '151726.947500', '151727.407500', '151727.867500', '151728.327500', '151728.787500', '151729.247500', '151729.707500', '151730.167500', '151730.627500', '151731.087500', '151731.547500', '151732.007500', '151732.467500', '151732.927500', '151733.387500', '151733.847500', '151734.307500', '151734.767500', '151735.227500', '151735.687500', '151736.147500', '151736.607500', '151737.067500', '151737.527500', '151737.987500', '151738.447500', '151738.907500', '151739.367500', '151739.827500', '151740.287500', '151740.747500', '151741.207500', '151741.667500', '151742.127500', '151742.587500', '151743.047500', '151743.507500', '151743.967500', '151744.427500', '151744.887500', '151745.347500', '151745.807500', '151746.267500', '151746.727500', '151747.187500', '151747.647500', '151748.107500', '151748.567500', '151749.027500', '151749.487500', '151749.947500', '151750.407500', '151750.867500', '151751.327500', '151751.787500', '151752.247500', '151752.707500', '151753.167500', '151753.627500', '151754.087500', '151754.547500', '151755.007500', '151755.467500', '151755.927500', '151756.387500', '151756.847500', '151757.307500', '151757.767500', '151758.227500', '151758.687500', '151759.147500', '151759.607500', '151800.067500', '151800.527500', '151800.987500', '151801.447500', '151801.907500', '151802.367500', '151802.827500', '151803.287500', '151803.747500', '151804.207500', '151804.667500', '151805.127500', '151805.587500', '151806.047500', '151806.507500', '151806.967500', '151807.427500', '151807.887500', '151808.347500', '151808.807500', '151809.267500', '151809.727500', '151810.187500', '151810.647500', '151811.107500', '151811.567500', '151812.027500', '151812.487500', '151812.947500', '151813.407500', '151813.867500', '151814.327500', '151814.787500', '151815.247500', '151815.707500', '151816.167500', '151816.627500', '151817.087500', '151817.547500', '151818.007500', '151818.467500', '151818.927500', '151819.387500', '151819.847500', '151820.307500', '151820.767500', '151821.227500', '151821.687500', '151822.147500', '151822.607500', '151823.067500', '151823.527500', '151823.987500', '151824.447500', '151824.907500', '151825.367500', '151825.827500', '151826.287500', '151826.747500', '151827.207500', '151827.667500', '151828.127500', '151828.587500', '151829.047500', '151829.507500', '151829.967500', '151830.427500', '151830.887500', '151831.347500', '151831.807500', '151832.267500', '151832.727500', '151833.187500', '151833.647500', '151834.107500', '151834.567500', '151835.027500', '151835.487500', '151835.947500', '151836.407500', '151836.867500', '151837.327500', '151837.787500', '151838.247500', '151838.707500', '151839.167500', '151839.627500', '151840.087500', '151840.547500', '151841.007500', '151841.467500', '151841.927500', '151842.387500', '151842.847500', '151843.307500', '151843.767500', '151844.227500', '151844.687500', '151845.147500', '151845.607500', '151846.067500', '151846.527500', '151846.987500', '151847.447500', '151847.907500', '151848.367500', '151848.827500', '151849.287500', '151849.747500', '151850.207500', '151850.667500', '151851.127500', '151851.587500', '151852.047500', '151852.507500', '151852.967500', '151853.427500', '151853.887500', '151854.347500', '151854.807500', '151855.267500', '151855.727500', '151856.187500', '151856.647500', '151857.107500', '151857.567500', '151858.027500', '151858.487500', '151858.947500', '151859.407500', '151859.867500', '151900.327500', '151900.787500', '151901.247500', '151901.707500', '151902.167500', '151902.627500', '151903.087500', '151903.547500', '151904.007500', '151904.467500', '151904.927500', '151905.387500', '151905.847500', '151906.307500', '151906.767500', '151907.227500', '151907.687500', '151908.147500', '151908.607500', '151909.067500', '151909.527500', '151909.987500', '151910.447500', '151910.907500', '151911.367500', '151911.827500', '151912.287500', '151912.747500', '151913.207500', '151913.667500', '151914.127500', '151914.587500', '151915.047500', '151915.507500', '151915.967500', '151916.427500', '151916.887500', '151917.347500', '151917.807500', '151918.267500', '151918.727500', '151919.187500', '151919.647500', '151920.107500', '151920.567500', '151921.027500', '151921.487500', '151921.947500', '151922.407500', '151922.867500', '151923.327500', '151923.787500', '151924.247500', '151924.707500', '151925.167500', '151925.627500', '151926.087500', '151926.547500', '151927.007500', '151927.467500', '151927.927500', '151928.387500', '151928.847500', '151929.307500', '151929.767500', '151930.227500', '151930.687500', '151931.147500', '151931.607500', '151932.067500', '151932.527500', '151932.987500', '151933.447500', '151933.907500', '151934.367500', '151934.827500', '151935.287500', '151935.747500', '151936.207500', '151936.667500', '151937.127500', '151937.587500', '151938.047500', '151938.507500', '151938.967500', '151939.427500', '151939.887500', '151940.347500', '151940.807500', '151941.267500', '151941.727500', '151942.187500', '151942.647500', '151943.107500', '151943.567500', '151944.027500', '151944.487500', '151944.947500', '151945.407500', '151945.867500', '151946.327500', '151946.787500', '151947.247500', '151947.707500', '151948.167500', '151948.627500', '151949.087500', '151949.547500', '151950.007500', '151950.467500', '151950.927500', '151951.387500', '151951.847500', '151952.307500', '151952.767500', '151953.227500', '151953.687500', '151954.147500', '151954.607500', '151955.067500', '151955.527500', '151955.987500', '151956.447500', '151956.907500', '151957.367500', '151957.827500', '151958.287500', '151958.747500', '151959.207500', '151959.667500', '152000.127500', '152000.587500', '152001.047500', '152001.507500', '152001.967500', '152002.427500', '152002.887500', '152003.347500', '152003.807500', '152004.267500', '152004.727500', '152005.187500', '152005.647500', '152006.107500', '152006.567500', '152007.027500', '152007.487500', '152007.947500', '152008.407500', '152008.867500', '152009.327500', '152009.787500', '152010.247500', '152010.707500', '152011.167500', '152011.627500', '152012.087500', '152012.547500', '152013.007500', '152013.467500', '152013.927500', '152014.387500', '152014.847500', '152015.307500', '152015.767500', '152016.227500', '152016.687500', '152017.147500', '152017.607500', '152018.067500', '152018.527500', '152018.987500', '152019.447500', '152019.907500', '152020.367500', '152020.827500', '152021.287500', '152021.747500', '152022.207500', '152022.667500', '152023.127500', '152023.587500', '152024.047500', '152024.507500', '152024.967500', '152025.427500', '152025.887500', '152026.347500', '152026.807500', '152027.267500', '152027.727500', '152028.187500', '152028.647500', '152029.107500', '152029.567500', '152030.027500', '152030.487500', '152030.947500', '152031.407500', '152031.867500', '152032.327500', '152032.787500', '152033.247500', '152033.707500', '152034.167500', '152034.627500', '152035.087500', '152035.547500', '152036.007500', '152036.467500', '152036.927500', '152037.387500', '152037.847500', '152038.307500', '152038.767500', '152039.227500', '152039.687500', '152040.147500', '152040.607500', '152041.067500', '152041.527500', '152041.987500', '152042.447500', '152042.907500', '152043.367500', '152043.827500', '152044.287500', '152044.747500', '152045.207500', '152045.667500', '152046.127500', '152046.587500', '152047.047500', '152047.507500', '152047.967500', '152048.427500', '152048.887500', '152049.347500', '152049.807500', '152050.267500', '152050.727500', '152051.187500', '152051.647500', '152052.107500', '152052.567500', '152053.027500', '152053.487500', '152053.947500', '152054.407500', '152054.867500', '152055.327500', '152055.787500', '152056.247500', '152056.707500', '152057.167500', '152057.627500', '152058.087500', '152058.547500', '152059.007500', '152059.467500', '152059.927500', '152100.387500', '152100.847500', '152101.307500', '152101.767500', '152102.227500', '152102.687500', '152103.147500', '152103.607500', '152104.067500', '152104.527500', '152104.987500', '152105.447500', '152105.907500', '152106.367500', '152106.827500', '152107.287500', '152107.747500', '152108.207500', '152108.667500', '152109.127500', '152109.587500', '152110.047500', '152110.507500', '152110.967500', '152111.427500', '152111.887500', '152112.347500', '152112.807500', '152113.267500', '152113.727500', '152114.187500', '152114.647500', '152115.107500', '152115.567500', '152116.027500', '152116.487500', '152116.947500', '152117.407500', '152117.867500', '152118.327500', '152118.787500'], 'ContentTime': ['151457.853000', '151457.856000', '151457.859000', '151457.861000', '151457.864000', '151457.866000', '151457.869000', '151457.871000', '151457.879000', '151457.881000', '151457.884000', '151457.890000', '151457.893000', '151457.896000', '151457.898000', '151457.901000', '151457.904000', '151457.906000', '151457.909000', '151457.911000', '151457.914000', '151457.916000', '151457.919000', '151457.921000', '151457.924000', '151457.927000', '151457.929000', '151457.932000', '151457.934000', '151457.937000', '151457.939000', '151457.942000', '151457.945000', '151457.947000', '151457.950000', '151457.952000', '151457.955000', '151457.957000', '151457.960000', '151457.962000', '151457.965000', '151517.825000', '151517.827000', '151517.830000', '151517.833000', '151517.835000', '151517.838000', '151517.840000', '151517.843000', '151517.845000', '151517.848000', '151517.850000', '151517.853000', '151517.855000', '151517.858000', '151517.861000', '151517.863000', '151517.866000', '151517.868000', '151517.871000', '151517.874000', '151517.876000', '151517.879000', '151517.881000', '151517.884000', '151517.886000', '151517.889000', '151517.892000', '151517.894000', '151517.897000', '151517.899000', '151517.902000', '151517.904000', '151517.907000', '151517.909000', '151517.912000', '151517.915000', '151517.917000', '151517.920000', '151517.922000', '151517.925000', '151517.927000', '151517.930000', '151517.932000', '151537.823000', '151537.826000', '151537.829000', '151537.836000', '151537.839000', '151537.841000', '151537.844000', '151537.847000', '151537.849000', '151537.852000', '151537.854000', '151537.857000', '151537.859000', '151537.862000', '151537.865000', '151537.867000', '151537.870000', '151537.872000', '151537.875000', '151537.878000', '151537.880000', '151537.883000', '151537.886000', '151537.889000', '151537.892000', '151537.894000', '151537.897000', '151537.899000', '151537.902000', '151537.904000', '151537.907000', '151537.909000', '151537.912000', '151537.915000', '151537.917000', '151537.920000', '151537.922000', '151537.925000', '151537.927000', '151537.930000', '151537.932000', '151537.935000', '151537.938000', '151557.823000', '151557.826000', '151557.829000', '151557.831000', '151557.834000', '151557.836000', '151557.839000', '151557.842000', '151557.844000', '151557.847000', '151557.850000', '151557.852000', '151557.855000', '151557.857000', '151557.860000', '151557.862000', '151557.865000', '151557.867000', '151557.870000', '151557.873000', '151557.875000', '151557.878000', '151557.880000', '151557.883000', '151557.885000', '151557.888000', '151557.890000', '151557.893000', '151557.896000', '151557.898000', '151557.901000', '151557.903000', '151557.906000', '151557.908000', '151557.911000', '151557.914000', '151557.916000', '151557.919000', '151557.921000', '151557.924000', '151557.926000', '151557.929000', '151557.932000', '151557.934000', '151617.825000', '151617.827000', '151617.830000', '151617.833000', '151617.835000', '151617.838000', '151617.840000', '151617.843000', '151617.846000', '151617.848000', '151617.851000', '151617.853000', '151617.856000', '151617.858000', '151617.861000', '151617.864000', '151617.866000', '151617.869000', '151617.871000', '151617.874000', '151617.876000', '151617.879000', '151617.882000', '151617.884000', '151617.887000', '151617.889000', '151617.892000', '151617.894000', '151617.897000', '151617.900000', '151617.902000', '151617.905000', '151617.907000', '151617.910000', '151617.912000', '151617.915000', '151617.918000', '151617.920000', '151617.923000', '151617.925000', '151617.928000', '151617.930000', '151617.933000', '151637.824000', '151637.827000', '151637.830000', '151637.832000', '151637.835000', '151637.837000', '151637.840000', '151637.843000', '151637.845000', '151637.848000', '151637.850000', '151637.853000', '151637.855000', '151637.858000', '151637.861000', '151637.863000', '151637.866000', '151637.869000', '151637.871000', '151637.874000', '151637.876000', '151637.879000', '151637.881000', '151637.884000', '151637.886000', '151637.889000', '151637.892000', '151637.894000', '151637.897000', '151637.899000', '151637.902000', '151637.905000', '151637.907000', '151637.910000', '151637.912000', '151637.915000', '151637.917000', '151637.920000', '151637.923000', '151637.925000', '151637.928000', '151637.930000', '151637.933000', '151637.936000', '151657.825000', '151657.827000', '151657.830000', '151657.833000', '151657.835000', '151657.838000', '151657.840000', '151657.843000', '151657.845000', '151657.848000', '151657.851000', '151657.853000', '151657.856000', '151657.858000', '151657.861000', '151657.864000', '151657.866000', '151657.869000', '151657.871000', '151657.874000', '151657.876000', '151657.879000', '151657.881000', '151657.884000', '151657.887000', '151657.889000', '151657.892000', '151657.894000', '151657.897000', '151657.899000', '151657.902000', '151657.905000', '151657.907000', '151657.910000', '151657.912000', '151657.915000', '151657.918000', '151657.921000', '151657.924000', '151657.926000', '151657.929000', '151657.932000', '151657.934000', '151717.824000', '151717.827000', '151717.830000', '151717.832000', '151717.835000', '151717.837000', '151717.840000', '151717.843000', '151717.845000', '151717.848000', '151717.851000', '151717.853000', '151717.856000', '151717.858000', '151717.861000', '151717.863000', '151717.866000', '151717.868000', '151717.871000', '151717.874000', '151717.876000', '151717.879000', '151717.882000', '151717.884000', '151717.887000', '151717.890000', '151717.892000', '151717.895000', '151717.897000', '151717.900000', '151717.903000', '151717.905000', '151717.908000', '151717.910000', '151717.913000', '151717.916000', '151717.918000', '151717.921000', '151717.923000', '151717.926000', '151717.929000', '151717.931000', '151717.934000', '151717.936000', '151737.825000', '151737.828000', '151737.830000', '151737.833000', '151737.835000', '151737.838000', '151737.841000', '151737.843000', '151737.846000', '151737.848000', '151737.851000', '151737.853000', '151737.856000', '151737.859000', '151737.861000', '151737.864000', '151737.866000', '151737.869000', '151737.872000', '151737.874000', '151737.877000', '151737.880000', '151737.882000', '151737.885000', '151737.887000', '151737.890000', '151737.893000', '151737.895000', '151737.898000', '151737.900000', '151737.903000', '151737.906000', '151737.908000', '151737.911000', '151737.913000', '151737.916000', '151737.918000', '151737.921000', '151737.924000', '151737.926000', '151737.929000', '151737.931000', '151737.934000', '151757.823000', '151757.826000', '151757.829000', '151757.831000', '151757.834000', '151757.837000', '151757.839000', '151757.842000', '151757.845000', '151757.847000', '151757.850000', '151757.852000', '151757.855000', '151757.858000', '151757.860000', '151757.863000', '151757.866000', '151757.868000', '151757.871000', '151757.873000', '151757.876000', '151757.879000', '151757.881000', '151757.884000', '151757.886000', '151757.889000', '151757.892000', '151757.894000', '151757.897000', '151757.899000', '151757.902000', '151757.904000', '151757.907000', '151757.910000', '151757.912000', '151757.915000', '151757.917000', '151757.920000', '151757.923000', '151757.925000', '151757.928000', '151757.930000', '151757.933000', '151757.935000', '151817.824000', '151817.826000', '151817.829000', '151817.832000', '151817.834000', '151817.837000', '151817.839000', '151817.842000', '151817.845000', '151817.847000', '151817.850000', '151817.852000', '151817.855000', '151817.858000', '151817.860000', '151817.863000', '151817.865000', '151817.868000', '151817.871000', '151817.873000', '151817.876000', '151817.878000', '151817.881000', '151817.884000', '151817.886000', '151817.889000', '151817.892000', '151817.894000', '151817.897000', '151817.899000', '151817.902000', '151817.904000', '151817.907000', '151817.910000', '151817.912000', '151817.915000', '151817.918000', '151817.920000', '151817.923000', '151817.926000', '151817.928000', '151817.931000', '151817.933000', '151837.824000', '151837.827000', '151837.830000', '151837.832000', '151837.835000', '151837.838000', '151837.840000', '151837.843000', '151837.846000', '151837.848000', '151837.851000', '151837.853000', '151837.856000', '151837.858000', '151837.861000', '151837.864000', '151837.866000', '151837.869000', '151837.871000', '151837.874000', '151837.877000', '151837.880000', '151837.882000', '151837.885000', '151837.887000', '151837.890000', '151837.892000', '151837.895000', '151837.898000', '151837.900000', '151837.903000', '151837.906000', '151837.908000', '151837.911000', '151837.913000', '151837.941000', '151837.944000', '151837.947000', '151837.949000', '151837.952000', '151837.955000', '151837.957000', '151837.960000', '151837.962000', '151857.824000', '151857.827000', '151857.830000', '151857.833000', '151857.835000', '151857.838000', '151857.841000', '151857.843000', '151857.846000', '151857.848000', '151857.851000', '151857.853000', '151857.856000', '151857.859000', '151857.861000', '151857.864000', '151857.866000', '151857.869000', '151857.871000', '151857.874000', '151857.877000', '151857.879000', '151857.882000', '151857.884000', '151857.887000', '151857.889000', '151857.892000', '151857.895000', '151857.897000', '151857.900000', '151857.903000', '151857.905000', '151857.908000', '151857.910000', '151857.913000', '151857.916000', '151857.918000', '151857.921000', '151857.923000', '151857.926000', '151857.928000', '151857.931000', '151857.934000', '151917.825000', '151917.828000', '151917.830000', '151917.833000', '151917.835000', '151917.838000', '151917.841000', '151917.843000', '151917.846000', '151917.849000', '151917.851000', '151917.854000', '151917.856000', '151917.859000', '151917.861000', '151917.864000', '151917.867000', '151917.869000', '151917.872000', '151917.874000', '151917.877000', '151917.880000', '151917.882000', '151917.885000', '151917.887000', '151917.890000', '151917.892000', '151917.895000', '151917.898000', '151917.900000', '151917.903000', '151917.906000', '151917.908000', '151917.911000', '151917.913000', '151917.916000', '151917.919000', '151917.921000', '151917.924000', '151917.926000', '151917.929000', '151917.932000', '151917.934000', '151917.937000', '151937.825000', '151937.827000', '151937.830000', '151937.833000', '151937.835000', '151937.838000', '151937.840000', '151937.843000', '151937.846000', '151937.848000', '151937.851000', '151937.853000', '151937.856000', '151937.858000', '151937.861000', '151937.864000', '151937.866000', '151937.869000', '151937.871000', '151937.874000', '151937.876000', '151937.879000', '151937.882000', '151937.884000', '151937.887000', '151937.889000', '151937.892000', '151937.894000', '151937.897000', '151937.900000', '151937.902000', '151937.905000', '151937.907000', '151937.910000', '151937.913000', '151937.915000', '151937.918000', '151937.920000', '151937.923000', '151937.926000', '151937.929000', '151937.932000', '151937.935000', '151957.824000', '151957.827000', '151957.830000', '151957.833000', '151957.835000', '151957.838000', '151957.840000', '151957.843000', '151957.845000', '151957.848000', '151957.851000', '151957.853000', '151957.856000', '151957.858000', '151957.861000', '151957.863000', '151957.866000', '151957.869000', '151957.871000', '151957.874000', '151957.876000', '151957.879000', '151957.882000', '151957.884000', '151957.887000', '151957.889000', '151957.892000', '151957.894000', '151957.897000', '151957.900000', '151957.902000', '151957.905000', '151957.907000', '151957.910000', '151957.913000', '151957.915000', '151957.918000', '151957.920000', '151957.923000', '151957.926000', '151957.928000', '151957.931000', '151957.933000', '151957.936000', '152017.824000', '152017.850000', '152017.853000', '152017.855000', '152017.858000', '152017.861000', '152017.863000', '152017.866000', '152017.868000', '152017.871000', '152017.873000', '152017.876000', '152017.879000', '152017.881000', '152017.884000', '152017.886000', '152017.889000', '152017.892000', '152017.894000', '152017.897000', '152017.900000', '152017.902000', '152017.905000', '152017.907000', '152017.910000', '152017.913000', '152017.915000', '152017.918000', '152017.920000', '152017.923000', '152017.926000', '152017.928000', '152017.931000', '152017.933000', '152017.936000', '152017.939000', '152017.941000', '152017.944000', '152017.947000', '152017.950000', '152017.953000', '152017.956000', '152017.959000', '152037.824000', '152037.827000', '152037.829000', '152037.832000', '152037.834000', '152037.837000', '152037.840000', '152037.842000', '152037.845000', '152037.847000', '152037.850000', '152037.853000', '152037.855000', '152037.858000', '152037.860000', '152037.863000', '152037.866000', '152037.868000', '152037.871000', '152037.874000', '152037.876000', '152037.879000', '152037.881000', '152037.884000', '152037.886000', '152037.889000', '152037.892000', '152037.894000', '152037.897000', '152037.901000', '152037.904000', '152037.906000', '152037.909000', '152037.911000', '152037.914000', '152037.917000', '152037.919000', '152037.922000', '152037.924000', '152037.927000', '152037.930000', '152037.932000', '152037.935000', '152037.937000', '152057.825000', '152057.828000', '152057.830000', '152057.833000', '152057.835000', '152057.838000', '152057.841000', '152057.843000', '152057.846000', '152057.848000', '152057.851000', '152057.853000', '152057.856000', '152057.858000', '152057.861000', '152057.864000', '152057.866000', '152057.869000', '152057.872000', '152057.874000', '152057.877000', '152057.879000', '152057.882000', '152057.884000', '152057.887000', '152057.890000', '152057.892000', '152057.895000', '152057.897000', '152057.900000', '152057.903000', '152057.905000', '152057.908000', '152057.910000', '152057.913000', '152057.916000', '152057.918000', '152057.921000', '152057.923000', '152057.926000', '152057.928000', '152057.931000', '152057.934000', '152117.825000', '152117.827000', '152117.830000', '152117.833000', '152117.835000', '152117.838000', '152117.841000', '152117.843000', '152117.846000', '152117.848000', '152117.851000', '152117.854000', '152117.856000', '152117.859000', '152117.862000', '152117.864000', '152117.867000', '152117.869000', '152117.872000', '152117.875000', '152117.877000', '152117.880000', '152117.882000', '152117.885000', '152117.887000', '152117.890000', '152117.893000', '152117.895000', '152117.898000', '152117.901000', '152117.903000', '152117.906000', '152117.908000', '152117.911000', '152117.914000', '152117.916000', '152117.919000', '152117.921000', '152117.924000', '152117.927000', '152117.929000', '152117.932000', '152117.934000', '152117.937000', '152120.059000', '152120.063000', '152120.066000', '152120.069000', '152120.072000'], 'InstanceCreationTime': ['151457.853000', '151457.856000', '151457.859000', '151457.861000', '151457.864000', '151457.866000', '151457.869000', '151457.871000', '151457.879000', '151457.881000', '151457.884000', '151457.890000', '151457.893000', '151457.896000', '151457.898000', '151457.901000', '151457.904000', '151457.906000', '151457.909000', '151457.911000', '151457.914000', '151457.916000', '151457.919000', '151457.921000', '151457.924000', '151457.927000', '151457.929000', '151457.932000', '151457.934000', '151457.937000', '151457.939000', '151457.942000', '151457.945000', '151457.947000', '151457.950000', '151457.952000', '151457.955000', '151457.957000', '151457.960000', '151457.962000', '151457.965000', '151517.825000', '151517.827000', '151517.830000', '151517.833000', '151517.835000', '151517.838000', '151517.840000', '151517.843000', '151517.845000', '151517.848000', '151517.850000', '151517.853000', '151517.855000', '151517.858000', '151517.861000', '151517.863000', '151517.866000', '151517.868000', '151517.871000', '151517.874000', '151517.876000', '151517.879000', '151517.881000', '151517.884000', '151517.886000', '151517.889000', '151517.892000', '151517.894000', '151517.897000', '151517.899000', '151517.902000', '151517.904000', '151517.907000', '151517.909000', '151517.912000', '151517.915000', '151517.917000', '151517.920000', '151517.922000', '151517.925000', '151517.927000', '151517.930000', '151517.932000', '151537.823000', '151537.826000', '151537.829000', '151537.836000', '151537.839000', '151537.841000', '151537.844000', '151537.847000', '151537.849000', '151537.852000', '151537.854000', '151537.857000', '151537.859000', '151537.862000', '151537.865000', '151537.867000', '151537.870000', '151537.872000', '151537.875000', '151537.878000', '151537.880000', '151537.883000', '151537.886000', '151537.889000', '151537.892000', '151537.894000', '151537.897000', '151537.899000', '151537.902000', '151537.904000', '151537.907000', '151537.909000', '151537.912000', '151537.915000', '151537.917000', '151537.920000', '151537.922000', '151537.925000', '151537.927000', '151537.930000', '151537.932000', '151537.935000', '151537.938000', '151557.823000', '151557.826000', '151557.829000', '151557.831000', '151557.834000', '151557.836000', '151557.839000', '151557.842000', '151557.844000', '151557.847000', '151557.850000', '151557.852000', '151557.855000', '151557.857000', '151557.860000', '151557.862000', '151557.865000', '151557.867000', '151557.870000', '151557.873000', '151557.875000', '151557.878000', '151557.880000', '151557.883000', '151557.885000', '151557.888000', '151557.890000', '151557.893000', '151557.896000', '151557.898000', '151557.901000', '151557.903000', '151557.906000', '151557.908000', '151557.911000', '151557.914000', '151557.916000', '151557.919000', '151557.921000', '151557.924000', '151557.926000', '151557.929000', '151557.932000', '151557.934000', '151617.825000', '151617.827000', '151617.830000', '151617.833000', '151617.835000', '151617.838000', '151617.840000', '151617.843000', '151617.846000', '151617.848000', '151617.851000', '151617.853000', '151617.856000', '151617.858000', '151617.861000', '151617.864000', '151617.866000', '151617.869000', '151617.871000', '151617.874000', '151617.876000', '151617.879000', '151617.882000', '151617.884000', '151617.887000', '151617.889000', '151617.892000', '151617.894000', '151617.897000', '151617.900000', '151617.902000', '151617.905000', '151617.907000', '151617.910000', '151617.912000', '151617.915000', '151617.918000', '151617.920000', '151617.923000', '151617.925000', '151617.928000', '151617.930000', '151617.933000', '151637.824000', '151637.827000', '151637.830000', '151637.832000', '151637.835000', '151637.837000', '151637.840000', '151637.843000', '151637.845000', '151637.848000', '151637.850000', '151637.853000', '151637.855000', '151637.858000', '151637.861000', '151637.863000', '151637.866000', '151637.869000', '151637.871000', '151637.874000', '151637.876000', '151637.879000', '151637.881000', '151637.884000', '151637.886000', '151637.889000', '151637.892000', '151637.894000', '151637.897000', '151637.899000', '151637.902000', '151637.905000', '151637.907000', '151637.910000', '151637.912000', '151637.915000', '151637.917000', '151637.920000', '151637.923000', '151637.925000', '151637.928000', '151637.930000', '151637.933000', '151637.936000', '151657.825000', '151657.827000', '151657.830000', '151657.833000', '151657.835000', '151657.838000', '151657.840000', '151657.843000', '151657.845000', '151657.848000', '151657.851000', '151657.853000', '151657.856000', '151657.858000', '151657.861000', '151657.864000', '151657.866000', '151657.869000', '151657.871000', '151657.874000', '151657.876000', '151657.879000', '151657.881000', '151657.884000', '151657.887000', '151657.889000', '151657.892000', '151657.894000', '151657.897000', '151657.899000', '151657.902000', '151657.905000', '151657.907000', '151657.910000', '151657.912000', '151657.915000', '151657.918000', '151657.921000', '151657.924000', '151657.926000', '151657.929000', '151657.932000', '151657.934000', '151717.824000', '151717.827000', '151717.830000', '151717.832000', '151717.835000', '151717.837000', '151717.840000', '151717.843000', '151717.845000', '151717.848000', '151717.851000', '151717.853000', '151717.856000', '151717.858000', '151717.861000', '151717.863000', '151717.866000', '151717.868000', '151717.871000', '151717.874000', '151717.876000', '151717.879000', '151717.882000', '151717.884000', '151717.887000', '151717.890000', '151717.892000', '151717.895000', '151717.897000', '151717.900000', '151717.903000', '151717.905000', '151717.908000', '151717.910000', '151717.913000', '151717.916000', '151717.918000', '151717.921000', '151717.923000', '151717.926000', '151717.929000', '151717.931000', '151717.934000', '151717.936000', '151737.825000', '151737.828000', '151737.830000', '151737.833000', '151737.835000', '151737.838000', '151737.841000', '151737.843000', '151737.846000', '151737.848000', '151737.851000', '151737.853000', '151737.856000', '151737.859000', '151737.861000', '151737.864000', '151737.866000', '151737.869000', '151737.872000', '151737.874000', '151737.877000', '151737.880000', '151737.882000', '151737.885000', '151737.887000', '151737.890000', '151737.893000', '151737.895000', '151737.898000', '151737.900000', '151737.903000', '151737.906000', '151737.908000', '151737.911000', '151737.913000', '151737.916000', '151737.918000', '151737.921000', '151737.924000', '151737.926000', '151737.929000', '151737.931000', '151737.934000', '151757.823000', '151757.826000', '151757.829000', '151757.831000', '151757.834000', '151757.837000', '151757.839000', '151757.842000', '151757.845000', '151757.847000', '151757.850000', '151757.852000', '151757.855000', '151757.858000', '151757.860000', '151757.863000', '151757.866000', '151757.868000', '151757.871000', '151757.873000', '151757.876000', '151757.879000', '151757.881000', '151757.884000', '151757.886000', '151757.889000', '151757.892000', '151757.894000', '151757.897000', '151757.899000', '151757.902000', '151757.904000', '151757.907000', '151757.910000', '151757.912000', '151757.915000', '151757.917000', '151757.920000', '151757.923000', '151757.925000', '151757.928000', '151757.930000', '151757.933000', '151757.935000', '151817.824000', '151817.826000', '151817.829000', '151817.832000', '151817.834000', '151817.837000', '151817.839000', '151817.842000', '151817.845000', '151817.847000', '151817.850000', '151817.852000', '151817.855000', '151817.858000', '151817.860000', '151817.863000', '151817.865000', '151817.868000', '151817.871000', '151817.873000', '151817.876000', '151817.878000', '151817.881000', '151817.884000', '151817.886000', '151817.889000', '151817.892000', '151817.894000', '151817.897000', '151817.899000', '151817.902000', '151817.904000', '151817.907000', '151817.910000', '151817.912000', '151817.915000', '151817.918000', '151817.920000', '151817.923000', '151817.926000', '151817.928000', '151817.931000', '151817.933000', '151837.824000', '151837.827000', '151837.830000', '151837.832000', '151837.835000', '151837.838000', '151837.840000', '151837.843000', '151837.846000', '151837.848000', '151837.851000', '151837.853000', '151837.856000', '151837.858000', '151837.861000', '151837.864000', '151837.866000', '151837.869000', '151837.871000', '151837.874000', '151837.877000', '151837.880000', '151837.882000', '151837.885000', '151837.887000', '151837.890000', '151837.892000', '151837.895000', '151837.898000', '151837.900000', '151837.903000', '151837.906000', '151837.908000', '151837.911000', '151837.913000', '151837.941000', '151837.944000', '151837.947000', '151837.949000', '151837.952000', '151837.955000', '151837.957000', '151837.960000', '151837.962000', '151857.824000', '151857.827000', '151857.830000', '151857.833000', '151857.835000', '151857.838000', '151857.841000', '151857.843000', '151857.846000', '151857.848000', '151857.851000', '151857.853000', '151857.856000', '151857.859000', '151857.861000', '151857.864000', '151857.866000', '151857.869000', '151857.871000', '151857.874000', '151857.877000', '151857.879000', '151857.882000', '151857.884000', '151857.887000', '151857.889000', '151857.892000', '151857.895000', '151857.897000', '151857.900000', '151857.903000', '151857.905000', '151857.908000', '151857.910000', '151857.913000', '151857.916000', '151857.918000', '151857.921000', '151857.923000', '151857.926000', '151857.928000', '151857.931000', '151857.934000', '151917.825000', '151917.828000', '151917.830000', '151917.833000', '151917.835000', '151917.838000', '151917.841000', '151917.843000', '151917.846000', '151917.849000', '151917.851000', '151917.854000', '151917.856000', '151917.859000', '151917.861000', '151917.864000', '151917.867000', '151917.869000', '151917.872000', '151917.874000', '151917.877000', '151917.880000', '151917.882000', '151917.885000', '151917.887000', '151917.890000', '151917.892000', '151917.895000', '151917.898000', '151917.900000', '151917.903000', '151917.906000', '151917.908000', '151917.911000', '151917.913000', '151917.916000', '151917.919000', '151917.921000', '151917.924000', '151917.926000', '151917.929000', '151917.932000', '151917.934000', '151917.937000', '151937.825000', '151937.827000', '151937.830000', '151937.833000', '151937.835000', '151937.838000', '151937.840000', '151937.843000', '151937.846000', '151937.848000', '151937.851000', '151937.853000', '151937.856000', '151937.858000', '151937.861000', '151937.864000', '151937.866000', '151937.869000', '151937.871000', '151937.874000', '151937.876000', '151937.879000', '151937.882000', '151937.884000', '151937.887000', '151937.889000', '151937.892000', '151937.894000', '151937.897000', '151937.900000', '151937.902000', '151937.905000', '151937.907000', '151937.910000', '151937.913000', '151937.915000', '151937.918000', '151937.920000', '151937.923000', '151937.926000', '151937.929000', '151937.932000', '151937.935000', '151957.824000', '151957.827000', '151957.830000', '151957.833000', '151957.835000', '151957.838000', '151957.840000', '151957.843000', '151957.845000', '151957.848000', '151957.851000', '151957.853000', '151957.856000', '151957.858000', '151957.861000', '151957.863000', '151957.866000', '151957.869000', '151957.871000', '151957.874000', '151957.876000', '151957.879000', '151957.882000', '151957.884000', '151957.887000', '151957.889000', '151957.892000', '151957.894000', '151957.897000', '151957.900000', '151957.902000', '151957.905000', '151957.907000', '151957.910000', '151957.913000', '151957.915000', '151957.918000', '151957.920000', '151957.923000', '151957.926000', '151957.928000', '151957.931000', '151957.933000', '151957.936000', '152017.824000', '152017.850000', '152017.853000', '152017.855000', '152017.858000', '152017.861000', '152017.863000', '152017.866000', '152017.868000', '152017.871000', '152017.873000', '152017.876000', '152017.879000', '152017.881000', '152017.884000', '152017.886000', '152017.889000', '152017.892000', '152017.894000', '152017.897000', '152017.900000', '152017.902000', '152017.905000', '152017.907000', '152017.910000', '152017.913000', '152017.915000', '152017.918000', '152017.920000', '152017.923000', '152017.926000', '152017.928000', '152017.931000', '152017.933000', '152017.936000', '152017.939000', '152017.941000', '152017.944000', '152017.947000', '152017.950000', '152017.953000', '152017.956000', '152017.959000', '152037.824000', '152037.827000', '152037.829000', '152037.832000', '152037.834000', '152037.837000', '152037.840000', '152037.842000', '152037.845000', '152037.847000', '152037.850000', '152037.853000', '152037.855000', '152037.858000', '152037.860000', '152037.863000', '152037.866000', '152037.868000', '152037.871000', '152037.874000', '152037.876000', '152037.879000', '152037.881000', '152037.884000', '152037.886000', '152037.889000', '152037.892000', '152037.894000', '152037.897000', '152037.901000', '152037.904000', '152037.906000', '152037.909000', '152037.911000', '152037.914000', '152037.917000', '152037.919000', '152037.922000', '152037.924000', '152037.927000', '152037.930000', '152037.932000', '152037.935000', '152037.937000', '152057.825000', '152057.828000', '152057.830000', '152057.833000', '152057.835000', '152057.838000', '152057.841000', '152057.843000', '152057.846000', '152057.848000', '152057.851000', '152057.853000', '152057.856000', '152057.858000', '152057.861000', '152057.864000', '152057.866000', '152057.869000', '152057.872000', '152057.874000', '152057.877000', '152057.879000', '152057.882000', '152057.884000', '152057.887000', '152057.890000', '152057.892000', '152057.895000', '152057.897000', '152057.900000', '152057.903000', '152057.905000', '152057.908000', '152057.910000', '152057.913000', '152057.916000', '152057.918000', '152057.921000', '152057.923000', '152057.926000', '152057.928000', '152057.931000', '152057.934000', '152117.825000', '152117.827000', '152117.830000', '152117.833000', '152117.835000', '152117.838000', '152117.841000', '152117.843000', '152117.846000', '152117.848000', '152117.851000', '152117.854000', '152117.856000', '152117.859000', '152117.862000', '152117.864000', '152117.867000', '152117.869000', '152117.872000', '152117.875000', '152117.877000', '152117.880000', '152117.882000', '152117.885000', '152117.887000', '152117.890000', '152117.893000', '152117.895000', '152117.898000', '152117.901000', '152117.903000', '152117.906000', '152117.908000', '152117.911000', '152117.914000', '152117.916000', '152117.919000', '152117.921000', '152117.924000', '152117.927000', '152117.929000', '152117.932000', '152117.934000', '152117.937000', '152120.059000', '152120.063000', '152120.066000', '152120.069000', '152120.072000'], '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': [12123, 9184, 10991, 9684, 9902, 8970, 9144, 8617, 9374, 10577, 9547, 13776, 8978, 14901, 9309, 14216, 9672, 13321, 10612, 14050, 8100, 11863, 8124, 7778, 12053, 7792, 13598, 8457, 14222, 10584, 13549, 9527, 14333, 9293, 13414, 10645, 13655, 8219, 14494, 8709, 13303, 9941, 12694, 7820, 12748, 8418, 12472, 9704, 11453, 9223, 11094, 9472, 11665, 9725, 11515, 9392, 11954, 7898, 10666, 10042, 9000, 7667, 10648, 8607, 10399, 10213, 10045, 8152, 11387, 9345, 13219, 9473, 14562, 8704, 12961, 9453, 13226, 9806, 10695, 11674, 8186, 12268, 8899, 15272, 9417, 12577, 8948, 9782, 14478, 9408, 14563, 9976, 13241, 8701, 12695, 9989, 12658, 10342, 9889, 9005, 9749, 13120, 9488, 14137, 9399, 13114, 9976, 11781, 10704, 9481, 9170, 9836, 13027, 9721, 13697, 8726, 12579, 8982, 11590, 10128, 10047, 9862, 9756, 9607, 9609, 12795, 9809, 14638, 11421, 13817, 9687, 14670, 11305, 13858, 9365, 13768, 9276, 13655, 9253, 12765, 10145, 11397, 9425, 11020, 9653, 11219, 9538, 12150, 9563, 13089, 9663, 12107, 9685, 10923, 9711, 9787, 15184, 9824, 14662, 8913, 13344, 9109, 12543, 9464, 12356, 9426, 9610, 8452, 8998, 12222, 8679, 13397, 9088, 12402, 8615, 11211, 12104, 8466, 13960, 9761, 9063, 9829, 8746, 14014, 9928, 9794, 11958, 8463, 13609, 14060, 8619, 12828, 8813, 11605, 8475, 9829, 8073, 9401, 8896, 9551, 8764, 11321, 9658, 13537, 10266, 13812, 10015, 14676, 9922, 15256, 10180, 12168, 8975, 10507, 8167, 8754, 13176, 8767, 13078, 8135, 11976, 9090, 11686, 8106, 12343, 8170, 7569, 8529, 13635, 9682, 12521, 8178, 11961, 8373, 12159, 8601, 10746, 8082, 9069, 9421, 8462, 13340, 9420, 13253, 8042, 14036, 8375, 13785, 10899, 13082, 7956, 13533, 8201, 13765, 11004, 10238, 8945, 7455, 10964, 8352, 12875, 8224, 13345, 8418, 13016, 10005, 9323, 8236, 8944, 9713, 9182, 12331, 9482, 7991, 9706, 8292, 11152, 11053, 10018, 8566, 8926, 13630, 8924, 14621, 11192, 13005, 8372, 12653, 9103, 12557, 9141, 13261, 7817, 13634, 8475, 12657, 9894, 8031, 9701, 7912, 11030, 12847, 10315, 12629, 8506, 14142, 9785, 14418, 11198, 13346, 8511, 13168, 9056, 13631, 10538, 10859, 8657, 9105, 9255, 9140, 11733, 8738, 11937, 8984, 12981, 9516, 15122, 11348, 13183, 8607, 11900, 9121, 12234, 9992, 8446, 8975, 9472, 9531, 13885, 9720, 12512, 8690, 15436, 9950, 14392, 10941, 13139, 8732, 12656, 8650, 11197, 9311, 9314, 8312, 8982, 11302, 9402, 13716, 9400, 13099, 9384, 10012, 9115, 9828, 12543, 9038, 6557, 12668, 8103, 13590, 9477, 13979, 15822, 9409, 9979, 12501, 9009, 13025, 9151, 11104, 12588, 8764, 13698, 9168, 11366, 7920, 9015, 12859, 8697, 12619, 8248, 11242, 8580, 9002, 13775, 8736, 11693, 9413, 9710, 11150, 8934, 12671, 8085, 11164, 8970, 9556, 7919, 9258, 13368, 9222, 12294, 8815, 12109, 8493, 9589, 14889, 9445, 13108, 8739, 11565, 9149, 9119, 13532, 9047, 13116, 8285, 11803, 9849, 9749, 8387, 8746, 13507, 7728, 10912, 7328, 9145, 12865, 8820, 13191, 8380, 10890, 7850, 9212, 13866, 9444, 13253, 9643, 11592, 8573, 12455, 8721, 13929, 9953, 8991, 12081, 9982, 6531, 9691, 15551, 17701, 11052, 12037, 10044, 9098, 13793, 8308, 12741, 8793, 11481, 9963, 9772, 14409, 10558, 11387, 9825, 9258, 9918, 10412, 11079, 8750, 13943, 9211, 15250, 11371, 14699, 10895, 13652, 9101, 12514, 8965, 10080, 8440, 8911, 10982, 8687, 7792, 8350, 8399, 9632, 8627, 13191, 8584, 13972, 8748, 13905, 9961, 12886, 9510, 12621, 9383, 12551, 9170, 10542, 9075, 10732, 8823, 12415, 8452, 13405, 9166, 10709, 10661, 9450, 10623, 7137, 14540, 9517, 12884, 10256, 9068, 12727, 17543, 9424, 13621, 9497, 9304, 8438, 9312, 13120, 9420, 13691, 9560, 12294, 8734, 12238, 8373, 11861, 9655, 10782, 8497, 11884, 8276, 12141, 9911, 9772, 8078, 9908, 8843, 9262, 15188, 9831, 14438, 8842, 13865, 8554, 13054, 9386, 11583, 9173, 11575, 11470, 9263, 15373, 8953, 13666, 8940, 13234, 8565, 12452, 9420, 11845, 9007, 12639, 9411, 12175, 9667, 9456, 9794, 9496, 14526, 9639, 13483, 10300, 10955, 8816, 10018, 8586, 10067, 9671, 9572, 9571, 10150, 9537, 11815, 9419, 11146, 10132, 9969, 9788, 12053, 11948, 9750, 16192, 10169, 13682, 9069, 13416, 9342, 13825, 10416, 10008, 9647, 8020, 9214, 8568, 8681, 14357, 13254, 9764, 14452, 8315, 13745, 9492, 10971, 8327, 13261, 9072, 9648, 14769, 10700, 12317, 12029, 9783, 15918, 13185, 16264, 11913, 9311, 9324, 10173, 11581, 9359, 11942, 9261, 11760, 9624, 10536, 10640, 9679, 12621, 9489, 10124, 11269, 9610, 12522, 9730, 9617, 10383, 10116, 12511, 9306, 12577, 10393, 10761, 9448, 10087, 11968, 8166, 12696, 9647, 11508, 8714, 7833, 10065, 9644, 12607, 7735, 14037, 8641, 10965, 9227, 9977, 10664, 9997, 13082, 8480, 10049, 9412, 12476, 9533, 14604, 9676, 12763, 8892, 13560, 8936, 13106, 10770, 12861, 9209, 12770, 9410, 13447, 9895, 13109, 8643, 12309, 9752, 12019, 10344, 11952, 10145, 10479, 10866, 10106, 10414, 9445, 10201, 9776, 9369, 9587, 10574, 9453, 9687, 9854, 10532, 9986, 12580, 9186, 13456, 9256, 12634, 9576, 12837, 9075, 12576, 9293, 10842, 8900, 8629, 9476, 11303, 9635, 11753, 9208, 12863, 9203, 13742, 10630, 12960, 9139, 13637, 10791, 11741, 10046, 9404, 11485, 8565, 8207, 12201, 9106, 9842, 12357, 7998, 14326, 14956, 10350, 14593, 10520, 9864, 8976, 8784, 14539, 11637, 9677, 13201, 9149, 13437, 10993, 17055, 13304, 14400, 9230, 12372, 9924, 8691, 9961, 9181, 10030, 9621, 9600, 9687, 10781, 9985, 10280, 10294, 10519, 11716, 10569, 9875, 10512, 9523, 9855, 13101, 9319, 9452, 13622, 9397, 13859, 8955, 11915, 9088, 8450, 9072, 8239, 9805, 9841, 10941, 8623, 9853, 13999, 9100, 13628, 8715, 12827, 8409, 11567, 9714, 9877, 7601, 10122, 9699, 8896, 12582, 8311, 13038, 8209, 11902, 7317, 10631, 7186, 9861, 8231, 9979, 14695, 8705, 13510, 10486, 9346, 15015, 8839, 12742, 9580, 9801, 11496, 9334, 12645, 8879, 13876, 9968, 12752, 8227], 'WindowCenter': [4236.0, 4187.0, 4192.0, 4165.0, 4179.0, 4165.0, 4164.0, 4152.0, 4167.0, 4173.0, 4179.0, 4208.0, 4169.0, 4209.0, 4164.0, 4193.0, 4176.0, 4210.0, 4188.0, 4209.0, 4156.0, 4198.0, 4170.0, 4170.0, 4213.0, 4172.0, 4210.0, 4199.0, 4240.0, 4206.0, 4224.0, 4193.0, 4225.0, 4195.0, 4222.0, 4203.0, 4224.0, 4181.0, 4221.0, 4194.0, 4221.0, 4191.0, 4209.0, 4171.0, 4211.0, 4182.0, 4213.0, 4204.0, 4214.0, 4194.0, 4204.0, 4204.0, 4215.0, 4202.0, 4216.0, 4205.0, 4226.0, 4197.0, 4215.0, 4193.0, 4199.0, 4183.0, 4207.0, 4193.0, 4203.0, 4190.0, 4206.0, 4171.0, 4200.0, 4192.0, 4223.0, 4206.0, 4236.0, 4196.0, 4223.0, 4205.0, 4225.0, 4204.0, 4202.0, 4216.0, 4196.0, 4225.0, 4211.0, 4252.0, 4197.0, 4216.0, 4180.0, 4191.0, 4223.0, 4181.0, 4209.0, 4188.0, 4195.0, 4166.0, 4196.0, 4190.0, 4198.0, 4176.0, 4175.0, 4164.0, 4192.0, 4209.0, 4178.0, 4205.0, 4175.0, 4195.0, 4190.0, 4200.0, 4184.0, 4178.0, 4176.0, 4178.0, 4193.0, 4191.0, 4207.0, 4166.0, 4196.0, 4178.0, 4198.0, 4188.0, 4203.0, 4200.0, 4202.0, 4202.0, 4204.0, 4211.0, 4191.0, 4221.0, 4226.0, 4224.0, 4191.0, 4233.0, 4202.0, 4208.0, 4191.0, 4211.0, 4178.0, 4209.0, 4190.0, 4210.0, 4188.0, 4202.0, 4208.0, 4203.0, 4187.0, 4202.0, 4178.0, 4194.0, 4194.0, 4211.0, 4176.0, 4199.0, 4166.0, 4185.0, 4178.0, 4190.0, 4205.0, 4175.0, 4191.0, 4163.0, 4180.0, 4146.0, 4168.0, 4176.0, 4181.0, 4162.0, 4173.0, 4164.0, 4177.0, 4209.0, 4178.0, 4207.0, 4178.0, 4213.0, 4178.0, 4200.0, 4197.0, 4165.0, 4207.0, 4205.0, 4193.0, 4191.0, 4180.0, 4212.0, 4178.0, 4191.0, 4198.0, 4169.0, 4198.0, 4195.0, 4155.0, 4174.0, 4138.0, 4188.0, 4156.0, 4180.0, 4157.0, 4164.0, 4163.0, 4163.0, 4151.0, 4172.0, 4162.0, 4185.0, 4165.0, 4198.0, 4179.0, 4197.0, 4154.0, 4181.0, 4150.0, 4173.0, 4139.0, 4148.0, 4128.0, 4139.0, 4166.0, 4139.0, 4168.0, 4128.0, 4183.0, 4165.0, 4170.0, 4142.0, 4164.0, 4152.0, 4141.0, 4165.0, 4207.0, 4177.0, 4198.0, 4184.0, 4199.0, 4168.0, 4215.0, 4180.0, 4201.0, 4168.0, 4168.0, 4180.0, 4193.0, 4222.0, 4194.0, 4208.0, 4169.0, 4209.0, 4180.0, 4223.0, 4216.0, 4209.0, 4169.0, 4210.0, 4182.0, 4224.0, 4202.0, 4201.0, 4193.0, 4171.0, 4214.0, 4195.0, 4222.0, 4184.0, 4223.0, 4182.0, 4227.0, 4191.0, 4193.0, 4169.0, 4180.0, 4190.0, 4192.0, 4212.0, 4191.0, 4170.0, 4181.0, 4179.0, 4203.0, 4188.0, 4178.0, 4167.0, 4170.0, 4207.0, 4180.0, 4209.0, 4188.0, 4195.0, 4155.0, 4195.0, 4179.0, 4194.0, 4178.0, 4196.0, 4154.0, 4207.0, 4167.0, 4206.0, 4188.0, 4167.0, 4193.0, 4180.0, 4202.0, 4209.0, 4193.0, 4198.0, 4167.0, 4219.0, 4189.0, 4207.0, 4202.0, 4208.0, 4167.0, 4208.0, 4179.0, 4208.0, 4203.0, 4188.0, 4169.0, 4177.0, 4178.0, 4177.0, 4204.0, 4181.0, 4197.0, 4179.0, 4209.0, 4189.0, 4218.0, 4203.0, 4207.0, 4167.0, 4199.0, 4190.0, 4199.0, 4190.0, 4167.0, 4179.0, 4177.0, 4194.0, 4210.0, 4180.0, 4198.0, 4167.0, 4208.0, 4190.0, 4208.0, 4188.0, 4197.0, 4165.0, 4185.0, 4176.0, 4187.0, 4161.0, 4177.0, 4152.0, 4163.0, 4180.0, 4188.0, 4218.0, 4188.0, 4220.0, 4191.0, 4202.0, 4205.0, 4217.0, 4239.0, 4205.0, 4190.0, 4254.0, 4199.0, 4254.0, 4237.0, 4257.0, 4257.0, 4197.0, 4196.0, 4215.0, 4192.0, 4214.0, 4182.0, 4202.0, 4199.0, 4195.0, 4222.0, 4179.0, 4201.0, 4166.0, 4179.0, 4211.0, 4177.0, 4210.0, 4168.0, 4186.0, 4167.0, 4181.0, 4206.0, 4177.0, 4196.0, 4163.0, 4175.0, 4185.0, 4181.0, 4196.0, 4165.0, 4197.0, 4177.0, 4185.0, 4179.0, 4193.0, 4219.0, 4192.0, 4213.0, 4193.0, 4212.0, 4195.0, 4204.0, 4223.0, 4190.0, 4211.0, 4179.0, 4201.0, 4178.0, 4180.0, 4208.0, 4178.0, 4209.0, 4178.0, 4199.0, 4188.0, 4188.0, 4166.0, 4194.0, 4220.0, 4168.0, 4201.0, 4168.0, 4177.0, 4208.0, 4192.0, 4210.0, 4178.0, 4201.0, 4179.0, 4192.0, 4223.0, 4190.0, 4209.0, 4191.0, 4229.0, 4222.0, 4236.0, 4206.0, 4236.0, 4205.0, 4181.0, 4210.0, 4189.0, 4161.0, 4205.0, 4242.0, 4235.0, 4203.0, 4201.0, 4176.0, 4163.0, 4194.0, 4152.0, 4183.0, 4179.0, 4185.0, 4160.0, 4162.0, 4191.0, 4175.0, 4171.0, 4161.0, 4162.0, 4164.0, 4171.0, 4173.0, 4139.0, 4176.0, 4147.0, 4189.0, 4159.0, 4177.0, 4157.0, 4180.0, 4138.0, 4168.0, 4132.0, 4144.0, 4124.0, 4135.0, 4169.0, 4137.0, 4126.0, 4137.0, 4139.0, 4161.0, 4162.0, 4194.0, 4166.0, 4193.0, 4181.0, 4222.0, 4177.0, 4180.0, 4163.0, 4180.0, 4162.0, 4212.0, 4179.0, 4190.0, 4175.0, 4186.0, 4180.0, 4220.0, 4181.0, 4232.0, 4204.0, 4202.0, 4204.0, 4205.0, 4204.0, 4173.0, 4235.0, 4217.0, 4236.0, 4215.0, 4195.0, 4228.0, 4247.0, 4208.0, 4225.0, 4189.0, 4181.0, 4167.0, 4179.0, 4220.0, 4192.0, 4207.0, 4191.0, 4197.0, 4167.0, 4195.0, 4191.0, 4198.0, 4190.0, 4201.0, 4190.0, 4210.0, 4193.0, 4229.0, 4204.0, 4205.0, 4184.0, 4205.0, 4193.0, 4209.0, 4247.0, 4207.0, 4236.0, 4204.0, 4225.0, 4194.0, 4225.0, 4194.0, 4216.0, 4207.0, 4219.0, 4214.0, 4207.0, 4235.0, 4181.0, 4224.0, 4193.0, 4210.0, 4194.0, 4222.0, 4191.0, 4211.0, 4194.0, 4225.0, 4192.0, 4226.0, 4191.0, 4195.0, 4193.0, 4191.0, 4220.0, 4201.0, 4210.0, 4187.0, 4199.0, 4192.0, 4204.0, 4178.0, 4190.0, 4189.0, 4204.0, 4219.0, 4220.0, 4217.0, 4229.0, 4207.0, 4217.0, 4217.0, 4207.0, 4205.0, 4216.0, 4214.0, 4195.0, 4235.0, 4203.0, 4239.0, 4208.0, 4238.0, 4207.0, 4213.0, 4188.0, 4176.0, 4162.0, 4167.0, 4179.0, 4168.0, 4156.0, 4199.0, 4185.0, 4167.0, 4185.0, 4140.0, 4192.0, 4164.0, 4158.0, 4137.0, 4168.0, 4150.0, 4150.0, 4190.0, 4175.0, 4180.0, 4154.0, 4147.0, 4179.0, 4166.0, 4176.0, 4156.0, 4133.0, 4134.0, 4143.0, 4152.0, 4135.0, 4152.0, 4143.0, 4163.0, 4147.0, 4156.0, 4156.0, 4175.0, 4207.0, 4173.0, 4183.0, 4182.0, 4174.0, 4196.0, 4192.0, 4188.0, 4200.0, 4189.0, 4197.0, 4178.0, 4223.0, 4202.0, 4201.0, 4192.0, 4190.0, 4200.0, 4181.0, 4223.0, 4191.0, 4199.0, 4180.0, 4170.0, 4191.0, 4201.0, 4224.0, 4185.0, 4234.0, 4194.0, 4214.0, 4204.0, 4205.0, 4217.0, 4205.0, 4227.0, 4201.0, 4205.0, 4207.0, 4223.0, 4207.0, 4236.0, 4196.0, 4213.0, 4181.0, 4224.0, 4206.0, 4223.0, 4203.0, 4201.0, 4180.0, 4210.0, 4193.0, 4212.0, 4180.0, 4197.0, 4166.0, 4183.0, 4177.0, 4199.0, 4177.0, 4186.0, 4175.0, 4175.0, 4187.0, 4186.0, 4173.0, 4176.0, 4175.0, 4174.0, 4164.0, 4188.0, 4187.0, 4178.0, 4187.0, 4189.0, 4186.0, 4187.0, 4210.0, 4193.0, 4207.0, 4189.0, 4199.0, 4191.0, 4207.0, 4192.0, 4222.0, 4191.0, 4202.0, 4194.0, 4192.0, 4205.0, 4214.0, 4193.0, 4214.0, 4193.0, 4213.0, 4193.0, 4222.0, 4202.0, 4210.0, 4195.0, 4238.0, 4214.0, 4213.0, 4192.0, 4180.0, 4201.0, 4181.0, 4182.0, 4215.0, 4185.0, 4195.0, 4213.0, 4170.0, 4225.0, 4194.0, 4162.0, 4194.0, 4173.0, 4163.0, 4151.0, 4151.0, 4178.0, 4172.0, 4163.0, 4181.0, 4150.0, 4167.0, 4158.0, 4178.0, 4166.0, 4154.0, 4122.0, 4140.0, 4131.0, 4119.0, 4142.0, 4132.0, 4144.0, 4141.0, 4145.0, 4145.0, 4157.0, 4158.0, 4157.0, 4161.0, 4188.0, 4195.0, 4188.0, 4189.0, 4187.0, 4205.0, 4206.0, 4224.0, 4178.0, 4178.0, 4197.0, 4179.0, 4220.0, 4179.0, 4197.0, 4176.0, 4166.0, 4203.0, 4180.0, 4205.0, 4202.0, 4204.0, 4180.0, 4206.0, 4234.0, 4192.0, 4223.0, 4192.0, 4210.0, 4194.0, 4212.0, 4191.0, 4203.0, 4170.0, 4201.0, 4187.0, 4204.0, 4221.0, 4180.0, 4221.0, 4192.0, 4211.0, 4180.0, 4215.0, 4185.0, 4216.0, 4196.0, 4218.0, 4247.0, 4204.0, 4240.0, 4203.0, 4194.0, 4236.0, 4193.0, 4213.0, 4199.0, 4191.0, 4199.0, 4192.0, 4210.0, 4192.0, 4219.0, 4190.0, 4209.0, 4177.0], 'WindowWidth': [9389.0, 9303.0, 9300.0, 9257.0, 9279.0, 9255.0, 9250.0, 9232.0, 9256.0, 9261.0, 9274.0, 9319.0, 9262.0, 9314.0, 9251.0, 9289.0, 9269.0, 9323.0, 9289.0, 9319.0, 9243.0, 9300.0, 9270.0, 9272.0, 9331.0, 9274.0, 9323.0, 9322.0, 9375.0, 9326.0, 9346.0, 9305.0, 9349.0, 9312.0, 9344.0, 9319.0, 9344.0, 9287.0, 9338.0, 9309.0, 9341.0, 9299.0, 9321.0, 9273.0, 9325.0, 9288.0, 9332.0, 9321.0, 9333.0, 9309.0, 9318.0, 9321.0, 9339.0, 9318.0, 9340.0, 9327.0, 9356.0, 9318.0, 9339.0, 9306.0, 9318.0, 9294.0, 9328.0, 9308.0, 9319.0, 9297.0, 9327.0, 9273.0, 9311.0, 9303.0, 9347.0, 9327.0, 9369.0, 9314.0, 9347.0, 9330.0, 9354.0, 9321.0, 9313.0, 9341.0, 9313.0, 9353.0, 9343.0, 9402.0, 9317.0, 9344.0, 9281.0, 9297.0, 9352.0, 9284.0, 9324.0, 9291.0, 9297.0, 9255.0, 9301.0, 9296.0, 9304.0, 9271.0, 9270.0, 9251.0, 9301.0, 9318.0, 9277.0, 9311.0, 9272.0, 9299.0, 9296.0, 9310.0, 9280.0, 9276.0, 9268.0, 9275.0, 9290.0, 9298.0, 9316.0, 9260.0, 9299.0, 9278.0, 9304.0, 9293.0, 9319.0, 9312.0, 9319.0, 9319.0, 9324.0, 9328.0, 9300.0, 9341.0, 9357.0, 9351.0, 9301.0, 9364.0, 9318.0, 9321.0, 9299.0, 9326.0, 9280.0, 9324.0, 9298.0, 9324.0, 9293.0, 9315.0, 9331.0, 9319.0, 9291.0, 9317.0, 9275.0, 9293.0, 9303.0, 9327.0, 9274.0, 9306.0, 9255.0, 9280.0, 9278.0, 9293.0, 9311.0, 9265.0, 9285.0, 9247.0, 9268.0, 9215.0, 9246.0, 9269.0, 9272.0, 9247.0, 9263.0, 9254.0, 9278.0, 9323.0, 9280.0, 9315.0, 9279.0, 9334.0, 9279.0, 9311.0, 9300.0, 9254.0, 9316.0, 9325.0, 9307.0, 9302.0, 9285.0, 9327.0, 9275.0, 9294.0, 9303.0, 9263.0, 9304.0, 9294.0, 9235.0, 9261.0, 9204.0, 9287.0, 9241.0, 9277.0, 9243.0, 9248.0, 9248.0, 9249.0, 9228.0, 9259.0, 9244.0, 9276.0, 9250.0, 9302.0, 9276.0, 9297.0, 9231.0, 9268.0, 9221.0, 9259.0, 9205.0, 9216.0, 9189.0, 9207.0, 9241.0, 9205.0, 9245.0, 9191.0, 9277.0, 9250.0, 9252.0, 9217.0, 9235.0, 9230.0, 9216.0, 9253.0, 9313.0, 9274.0, 9303.0, 9290.0, 9303.0, 9262.0, 9335.0, 9282.0, 9312.0, 9262.0, 9261.0, 9279.0, 9308.0, 9341.0, 9304.0, 9318.0, 9265.0, 9320.0, 9285.0, 9344.0, 9340.0, 9321.0, 9266.0, 9321.0, 9291.0, 9347.0, 9317.0, 9313.0, 9306.0, 9271.0, 9335.0, 9312.0, 9347.0, 9296.0, 9345.0, 9289.0, 9355.0, 9302.0, 9306.0, 9265.0, 9278.0, 9296.0, 9301.0, 9328.0, 9301.0, 9268.0, 9283.0, 9282.0, 9318.0, 9291.0, 9276.0, 9259.0, 9264.0, 9314.0, 9282.0, 9324.0, 9291.0, 9295.0, 9240.0, 9296.0, 9278.0, 9295.0, 9276.0, 9297.0, 9241.0, 9316.0, 9262.0, 9312.0, 9293.0, 9262.0, 9301.0, 9286.0, 9317.0, 9323.0, 9303.0, 9304.0, 9260.0, 9337.0, 9297.0, 9318.0, 9312.0, 9315.0, 9261.0, 9317.0, 9281.0, 9318.0, 9319.0, 9289.0, 9262.0, 9276.0, 9276.0, 9276.0, 9316.0, 9285.0, 9301.0, 9277.0, 9321.0, 9296.0, 9334.0, 9319.0, 9315.0, 9259.0, 9301.0, 9298.0, 9307.0, 9296.0, 9261.0, 9279.0, 9273.0, 9306.0, 9324.0, 9280.0, 9303.0, 9262.0, 9317.0, 9296.0, 9317.0, 9287.0, 9298.0, 9251.0, 9278.0, 9274.0, 9286.0, 9246.0, 9272.0, 9234.0, 9252.0, 9271.0, 9292.0, 9335.0, 9292.0, 9339.0, 9301.0, 9319.0, 9326.0, 9345.0, 9377.0, 9328.0, 9313.0, 9403.0, 9326.0, 9405.0, 9387.0, 9417.0, 9418.0, 9317.0, 9310.0, 9340.0, 9305.0, 9337.0, 9289.0, 9315.0, 9308.0, 9311.0, 9346.0, 9282.0, 9313.0, 9258.0, 9278.0, 9328.0, 9273.0, 9325.0, 9265.0, 9286.0, 9261.0, 9284.0, 9314.0, 9276.0, 9298.0, 9250.0, 9270.0, 9283.0, 9286.0, 9299.0, 9256.0, 9302.0, 9276.0, 9288.0, 9283.0, 9306.0, 9338.0, 9306.0, 9334.0, 9308.0, 9333.0, 9314.0, 9322.0, 9349.0, 9299.0, 9327.0, 9281.0, 9314.0, 9277.0, 9283.0, 9320.0, 9275.0, 9324.0, 9279.0, 9306.0, 9291.0, 9294.0, 9259.0, 9309.0, 9342.0, 9266.0, 9314.0, 9264.0, 9277.0, 9318.0, 9303.0, 9328.0, 9280.0, 9313.0, 9282.0, 9304.0, 9344.0, 9298.0, 9322.0, 9302.0, 9366.0, 9363.0, 9372.0, 9332.0, 9365.0, 9323.0, 9285.0, 9321.0, 9293.0, 9261.0, 9328.0, 9391.0, 9376.0, 9322.0, 9317.0, 9271.0, 9250.0, 9294.0, 9234.0, 9275.0, 9280.0, 9284.0, 9240.0, 9245.0, 9285.0, 9269.0, 9257.0, 9241.0, 9250.0, 9250.0, 9256.0, 9259.0, 9207.0, 9252.0, 9217.0, 9275.0, 9235.0, 9261.0, 9229.0, 9266.0, 9206.0, 9246.0, 9191.0, 9209.0, 9181.0, 9196.0, 9249.0, 9203.0, 9187.0, 9204.0, 9208.0, 9242.0, 9248.0, 9289.0, 9257.0, 9288.0, 9288.0, 9345.0, 9273.0, 9268.0, 9245.0, 9266.0, 9247.0, 9328.0, 9280.0, 9296.0, 9271.0, 9284.0, 9282.0, 9341.0, 9289.0, 9360.0, 9324.0, 9317.0, 9320.0, 9326.0, 9320.0, 9275.0, 9372.0, 9347.0, 9373.0, 9344.0, 9311.0, 9361.0, 9391.0, 9333.0, 9353.0, 9297.0, 9286.0, 9259.0, 9280.0, 9340.0, 9301.0, 9316.0, 9301.0, 9302.0, 9261.0, 9297.0, 9303.0, 9305.0, 9297.0, 9311.0, 9300.0, 9324.0, 9309.0, 9363.0, 9326.0, 9325.0, 9296.0, 9327.0, 9306.0, 9336.0, 9391.0, 9329.0, 9371.0, 9327.0, 9352.0, 9313.0, 9354.0, 9309.0, 9341.0, 9332.0, 9348.0, 9335.0, 9330.0, 9369.0, 9286.0, 9346.0, 9305.0, 9325.0, 9310.0, 9346.0, 9300.0, 9327.0, 9310.0, 9352.0, 9305.0, 9355.0, 9303.0, 9310.0, 9300.0, 9297.0, 9340.0, 9316.0, 9326.0, 9289.0, 9307.0, 9304.0, 9320.0, 9279.0, 9297.0, 9293.0, 9322.0, 9352.0, 9353.0, 9346.0, 9366.0, 9335.0, 9347.0, 9345.0, 9333.0, 9323.0, 9340.0, 9336.0, 9310.0, 9370.0, 9320.0, 9380.0, 9337.0, 9376.0, 9333.0, 9333.0, 9292.0, 9269.0, 9246.0, 9260.0, 9279.0, 9260.0, 9238.0, 9303.0, 9283.0, 9258.0, 9282.0, 9213.0, 9290.0, 9253.0, 9234.0, 9204.0, 9245.0, 9221.0, 9221.0, 9283.0, 9268.0, 9266.0, 9223.0, 9217.0, 9266.0, 9240.0, 9255.0, 9225.0, 9190.0, 9192.0, 9203.0, 9215.0, 9197.0, 9217.0, 9208.0, 9234.0, 9217.0, 9229.0, 9230.0, 9267.0, 9315.0, 9266.0, 9276.0, 9274.0, 9266.0, 9299.0, 9303.0, 9294.0, 9310.0, 9292.0, 9302.0, 9278.0, 9348.0, 9316.0, 9313.0, 9301.0, 9296.0, 9309.0, 9287.0, 9346.0, 9300.0, 9307.0, 9285.0, 9271.0, 9300.0, 9318.0, 9349.0, 9297.0, 9362.0, 9309.0, 9335.0, 9323.0, 9324.0, 9343.0, 9326.0, 9359.0, 9326.0, 9322.0, 9329.0, 9350.0, 9330.0, 9371.0, 9313.0, 9334.0, 9286.0, 9348.0, 9330.0, 9348.0, 9319.0, 9312.0, 9281.0, 9325.0, 9305.0, 9332.0, 9282.0, 9302.0, 9256.0, 9277.0, 9276.0, 9307.0, 9273.0, 9283.0, 9266.0, 9268.0, 9286.0, 9288.0, 9264.0, 9270.0, 9266.0, 9266.0, 9253.0, 9292.0, 9289.0, 9274.0, 9288.0, 9291.0, 9283.0, 9288.0, 9326.0, 9303.0, 9318.0, 9295.0, 9307.0, 9295.0, 9316.0, 9305.0, 9345.0, 9302.0, 9317.0, 9311.0, 9304.0, 9326.0, 9336.0, 9304.0, 9335.0, 9306.0, 9333.0, 9307.0, 9344.0, 9315.0, 9323.0, 9313.0, 9376.0, 9336.0, 9331.0, 9301.0, 9281.0, 9308.0, 9283.0, 9286.0, 9330.0, 9293.0, 9305.0, 9326.0, 9267.0, 9354.0, 9294.0, 9245.0, 9294.0, 9258.0, 9248.0, 9225.0, 9224.0, 9265.0, 9262.0, 9246.0, 9270.0, 9225.0, 9245.0, 9232.0, 9267.0, 9241.0, 9224.0, 9172.0, 9194.0, 9181.0, 9166.0, 9201.0, 9189.0, 9206.0, 9203.0, 9209.0, 9210.0, 9228.0, 9233.0, 9233.0, 9240.0, 9284.0, 9294.0, 9289.0, 9291.0, 9289.0, 9324.0, 9326.0, 9349.0, 9277.0, 9276.0, 9302.0, 9281.0, 9340.0, 9282.0, 9301.0, 9273.0, 9260.0, 9322.0, 9288.0, 9325.0, 9317.0, 9322.0, 9286.0, 9327.0, 9365.0, 9302.0, 9345.0, 9303.0, 9325.0, 9312.0, 9332.0, 9299.0, 9319.0, 9273.0, 9314.0, 9293.0, 9325.0, 9344.0, 9286.0, 9342.0, 9304.0, 9329.0, 9288.0, 9343.0, 9301.0, 9342.0, 9317.0, 9348.0, 9388.0, 9328.0, 9379.0, 9323.0, 9309.0, 9370.0, 9304.0, 9332.0, 9313.0, 9299.0, 9311.0, 9304.0, 9328.0, 9305.0, 9339.0, 9298.0, 9322.0, 9277.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.001960045871559633</td></tr>
<tr><td colspan=3>aqi</td><td>0.034155289908256885</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.08410160579792</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2754925103214694</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0182296797933403</td></tr>
<tr><td colspan=3>efc</td><td>0.5202</td></tr>
<tr><td colspan=3>fber</td><td>5316.3496</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.16221972855950814</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>245</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>28.09633027522936</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4659326284828587</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3292509444663296</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.692354390354724</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3761925506275223</td></tr>
<tr><td colspan=3>gcor</td><td>0.0274599</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010011930018663406</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.051705144345760345</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</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.3637731134907725</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>21.5777</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.0671</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>196.2572</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>284794.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>951.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>380.7719</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.4803</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>488.9994</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3321.3171</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3436.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>91750.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1509.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4296.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>787.3877</td></tr>
<tr><td colspan=3>tsnr</td><td>33.975822103209794</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>