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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0078/ses-04/func/sub-0078_ses-04_task-social_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>b9e218b55b7d231d10e4ef6a88349a73</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>21:20:43.077500</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.999982, 0.00556838, 0.00239751, -0.00558508, 0.99996, 0.00701654]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0747853</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4143, -7743, -7263, 740, -52, -134, -123, 83]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 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>229.603</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>24e13d9f-0329-45ec-b06a-9fdd518753a0||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.682877540588379, -0.014984353445470333, 0.006367535330355167, 113.98953247070312], [-0.014939546585083008, 2.68281888961792, 0.018980471417307854, -93.3877182006836], [0.006432353984564543, -0.018824871629476547, 2.6999258995056152, -75.3232421875], [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': ['212043.077500', '212043.537500', '212043.997500', '212044.457500', '212044.917500', '212045.377500', '212045.837500', '212046.297500', '212046.757500', '212047.217500', '212047.677500', '212048.137500', '212048.597500', '212049.057500', '212049.517500', '212049.977500', '212050.437500', '212050.897500', '212051.357500', '212051.817500', '212052.277500', '212052.737500', '212053.197500', '212053.657500', '212054.117500', '212054.577500', '212055.037500', '212055.497500', '212055.957500', '212056.417500', '212056.877500', '212057.337500', '212057.797500', '212058.257500', '212058.717500', '212059.177500', '212059.637500', '212100.097500', '212100.557500', '212101.017500', '212101.477500', '212101.937500', '212102.397500', '212102.857500', '212103.317500', '212103.777500', '212104.237500', '212104.697500', '212105.157500', '212105.617500', '212106.077500', '212106.537500', '212106.997500', '212107.457500', '212107.917500', '212108.377500', '212108.837500', '212109.297500', '212109.757500', '212110.217500', '212110.677500', '212111.137500', '212111.597500', '212112.057500', '212112.517500', '212112.977500', '212113.437500', '212113.897500', '212114.357500', '212114.817500', '212115.277500', '212115.737500', '212116.197500', '212116.657500', '212117.117500', '212117.577500', '212118.037500', '212118.497500', '212118.957500', '212119.417500', '212119.877500', '212120.337500', '212120.797500', '212121.257500', '212121.717500', '212122.177500', '212122.637500', '212123.097500', '212123.557500', '212124.017500', '212124.477500', '212124.937500', '212125.397500', '212125.857500', '212126.317500', '212126.777500', '212127.237500', '212127.697500', '212128.157500', '212128.617500', '212129.077500', '212129.537500', '212129.997500', '212130.457500', '212130.917500', '212131.377500', '212131.837500', '212132.297500', '212132.757500', '212133.217500', '212133.677500', '212134.137500', '212134.597500', '212135.057500', '212135.517500', '212135.977500', '212136.437500', '212136.897500', '212137.357500', '212137.817500', '212138.277500', '212138.737500', '212139.197500', '212139.657500', '212140.117500', '212140.577500', '212141.037500', '212141.497500', '212141.957500', '212142.417500', '212142.877500', '212143.337500', '212143.797500', '212144.257500', '212144.717500', '212145.177500', '212145.637500', '212146.097500', '212146.557500', '212147.017500', '212147.477500', '212147.937500', '212148.397500', '212148.857500', '212149.317500', '212149.777500', '212150.237500', '212150.697500', '212151.157500', '212151.617500', '212152.077500', '212152.537500', '212152.997500', '212153.457500', '212153.917500', '212154.377500', '212154.837500', '212155.297500', '212155.757500', '212156.217500', '212156.677500', '212157.137500', '212157.597500', '212158.057500', '212158.517500', '212158.977500', '212159.437500', '212159.897500', '212200.357500', '212200.817500', '212201.277500', '212201.737500', '212202.197500', '212202.657500', '212203.117500', '212203.577500', '212204.037500', '212204.497500', '212204.957500', '212205.417500', '212205.877500', '212206.337500', '212206.797500', '212207.257500', '212207.717500', '212208.177500', '212208.637500', '212209.097500', '212209.557500', '212210.017500', '212210.477500', '212210.937500', '212211.397500', '212211.857500', '212212.317500', '212212.777500', '212213.237500', '212213.697500', '212214.157500', '212214.617500', '212215.077500', '212215.537500', '212215.997500', '212216.457500', '212216.917500', '212217.377500', '212217.837500', '212218.297500', '212218.757500', '212219.217500', '212219.677500', '212220.137500', '212220.597500', '212221.057500', '212221.517500', '212221.977500', '212222.437500', '212222.897500', '212223.357500', '212223.817500', '212224.277500', '212224.737500', '212225.197500', '212225.657500', '212226.117500', '212226.577500', '212227.037500', '212227.497500', '212227.957500', '212228.417500', '212228.877500', '212229.337500', '212229.797500', '212230.257500', '212230.717500', '212231.177500', '212231.637500', '212232.097500', '212232.557500', '212233.017500', '212233.477500', '212233.937500', '212234.397500', '212234.857500', '212235.317500', '212235.777500', '212236.237500', '212236.697500', '212237.157500', '212237.617500', '212238.077500', '212238.537500', '212238.997500', '212239.457500', '212239.917500', '212240.377500', '212240.837500', '212241.297500', '212241.757500', '212242.217500', '212242.677500', '212243.137500', '212243.597500', '212244.057500', '212244.517500', '212244.977500', '212245.437500', '212245.897500', '212246.357500', '212246.817500', '212247.277500', '212247.737500', '212248.197500', '212248.657500', '212249.117500', '212249.577500', '212250.037500', '212250.497500', '212250.957500', '212251.417500', '212251.877500', '212252.337500', '212252.797500', '212253.257500', '212253.717500', '212254.177500', '212254.637500', '212255.097500', '212255.557500', '212256.017500', '212256.477500', '212256.937500', '212257.397500', '212257.857500', '212258.317500', '212258.777500', '212259.237500', '212259.697500', '212300.157500', '212300.617500', '212301.077500', '212301.537500', '212301.997500', '212302.457500', '212302.917500', '212303.377500', '212303.837500', '212304.297500', '212304.757500', '212305.217500', '212305.677500', '212306.137500', '212306.597500', '212307.057500', '212307.517500', '212307.977500', '212308.437500', '212308.897500', '212309.357500', '212309.817500', '212310.277500', '212310.737500', '212311.197500', '212311.657500', '212312.117500', '212312.577500', '212313.037500', '212313.497500', '212313.957500', '212314.417500', '212314.877500', '212315.337500', '212315.797500', '212316.257500', '212316.717500', '212317.177500', '212317.637500', '212318.097500', '212318.557500', '212319.017500', '212319.477500', '212319.937500', '212320.397500', '212320.857500', '212321.317500', '212321.777500', '212322.237500', '212322.697500', '212323.157500', '212323.617500', '212324.077500', '212324.537500', '212324.997500', '212325.457500', '212325.917500', '212326.377500', '212326.837500', '212327.297500', '212327.757500', '212328.217500', '212328.677500', '212329.137500', '212329.597500', '212330.057500', '212330.517500', '212330.977500', '212331.437500', '212331.897500', '212332.357500', '212332.817500', '212333.277500', '212333.737500', '212334.197500', '212334.657500', '212335.117500', '212335.577500', '212336.037500', '212336.497500', '212336.957500', '212337.417500', '212337.877500', '212338.337500', '212338.797500', '212339.257500', '212339.717500', '212340.177500', '212340.637500', '212341.097500', '212341.557500', '212342.017500', '212342.477500', '212342.937500', '212343.397500', '212343.857500', '212344.317500', '212344.777500', '212345.237500', '212345.697500', '212346.157500', '212346.617500', '212347.077500', '212347.537500', '212347.997500', '212348.457500', '212348.917500', '212349.377500', '212349.837500', '212350.297500', '212350.757500', '212351.217500', '212351.677500', '212352.137500', '212352.597500', '212353.057500', '212353.517500', '212353.977500', '212354.437500', '212354.897500', '212355.357500', '212355.817500', '212356.277500', '212356.737500', '212357.197500', '212357.657500', '212358.117500', '212358.577500', '212359.037500', '212359.497500', '212359.957500', '212400.417500', '212400.877500', '212401.337500', '212401.797500', '212402.257500', '212402.717500', '212403.177500', '212403.637500', '212404.097500', '212404.557500', '212405.017500', '212405.477500', '212405.937500', '212406.397500', '212406.857500', '212407.317500', '212407.777500', '212408.237500', '212408.697500', '212409.157500', '212409.617500', '212410.077500', '212410.537500', '212410.997500', '212411.457500', '212411.917500', '212412.377500', '212412.837500', '212413.297500', '212413.757500', '212414.217500', '212414.677500', '212415.137500', '212415.597500', '212416.057500', '212416.517500', '212416.977500', '212417.437500', '212417.897500', '212418.357500', '212418.817500', '212419.277500', '212419.737500', '212420.197500', '212420.657500', '212421.117500', '212421.577500', '212422.037500', '212422.497500', '212422.957500', '212423.417500', '212423.877500', '212424.337500', '212424.797500', '212425.257500', '212425.717500', '212426.177500', '212426.637500', '212427.097500', '212427.557500', '212428.017500', '212428.477500', '212428.937500', '212429.397500', '212429.857500', '212430.317500', '212430.777500', '212431.237500', '212431.697500', '212432.157500', '212432.617500', '212433.077500', '212433.537500', '212433.997500', '212434.457500', '212434.917500', '212435.377500', '212435.837500', '212436.297500', '212436.757500', '212437.217500', '212437.677500', '212438.137500', '212438.597500', '212439.057500', '212439.517500', '212439.977500', '212440.437500', '212440.897500', '212441.357500', '212441.817500', '212442.277500', '212442.737500', '212443.197500', '212443.657500', '212444.117500', '212444.577500', '212445.037500', '212445.497500', '212445.957500', '212446.417500', '212446.877500', '212447.337500', '212447.797500', '212448.257500', '212448.717500', '212449.177500', '212449.637500', '212450.097500', '212450.557500', '212451.017500', '212451.477500', '212451.937500', '212452.397500', '212452.857500', '212453.317500', '212453.777500', '212454.237500', '212454.697500', '212455.157500', '212455.617500', '212456.077500', '212456.537500', '212456.997500', '212457.457500', '212457.917500', '212458.377500', '212458.837500', '212459.297500', '212459.757500', '212500.217500', '212500.677500', '212501.137500', '212501.597500', '212502.057500', '212502.517500', '212502.977500', '212503.437500', '212503.897500', '212504.357500', '212504.817500', '212505.277500', '212505.737500', '212506.197500', '212506.657500', '212507.117500', '212507.577500', '212508.037500', '212508.497500', '212508.957500', '212509.417500', '212509.877500', '212510.337500', '212510.797500', '212511.257500', '212511.717500', '212512.177500', '212512.637500', '212513.097500', '212513.557500', '212514.017500', '212514.477500', '212514.937500', '212515.397500', '212515.857500', '212516.317500', '212516.777500', '212517.237500', '212517.697500', '212518.157500', '212518.617500', '212519.077500', '212519.537500', '212519.997500', '212520.457500', '212520.917500', '212521.377500', '212521.837500', '212522.297500', '212522.757500', '212523.217500', '212523.677500', '212524.137500', '212524.597500', '212525.057500', '212525.517500', '212525.977500', '212526.437500', '212526.897500', '212527.357500', '212527.817500', '212528.277500', '212528.737500', '212529.197500', '212529.657500', '212530.117500', '212530.577500', '212531.037500', '212531.497500', '212531.957500', '212532.417500', '212532.877500', '212533.337500', '212533.797500', '212534.257500', '212534.717500', '212535.177500', '212535.637500', '212536.097500', '212536.557500', '212537.017500', '212537.477500', '212537.937500', '212538.397500', '212538.857500', '212539.317500', '212539.777500', '212540.237500', '212540.697500', '212541.157500', '212541.617500', '212542.077500', '212542.537500', '212542.997500', '212543.457500', '212543.917500', '212544.377500', '212544.837500', '212545.297500', '212545.757500', '212546.217500', '212546.677500', '212547.137500', '212547.597500', '212548.057500', '212548.517500', '212548.977500', '212549.437500', '212549.897500', '212550.357500', '212550.817500', '212551.277500', '212551.737500', '212552.197500', '212552.657500', '212553.117500', '212553.577500', '212554.037500', '212554.497500', '212554.957500', '212555.417500', '212555.877500', '212556.337500', '212556.797500', '212557.257500', '212557.717500', '212558.177500', '212558.637500', '212559.097500', '212559.557500', '212600.017500', '212600.477500', '212600.937500', '212601.397500', '212601.857500', '212602.317500', '212602.777500', '212603.237500', '212603.697500', '212604.157500', '212604.617500', '212605.077500', '212605.537500', '212605.997500', '212606.457500', '212606.917500', '212607.377500', '212607.837500', '212608.297500', '212608.757500', '212609.217500', '212609.677500', '212610.137500', '212610.597500', '212611.057500', '212611.517500', '212611.977500', '212612.437500', '212612.897500', '212613.357500', '212613.817500', '212614.277500', '212614.737500', '212615.197500', '212615.657500', '212616.117500', '212616.577500', '212617.037500', '212617.497500', '212617.957500', '212618.417500', '212618.877500', '212619.337500', '212619.797500', '212620.257500', '212620.717500', '212621.177500', '212621.637500', '212622.097500', '212622.557500', '212623.017500', '212623.477500', '212623.937500', '212624.397500', '212624.857500', '212625.317500', '212625.777500', '212626.237500', '212626.697500', '212627.157500', '212627.617500', '212628.077500', '212628.537500', '212628.997500', '212629.457500', '212629.917500', '212630.377500', '212630.837500', '212631.297500', '212631.757500', '212632.217500', '212632.677500', '212633.137500', '212633.597500', '212634.057500', '212634.517500', '212634.977500', '212635.437500', '212635.897500', '212636.357500', '212636.817500', '212637.277500', '212637.737500', '212638.197500', '212638.657500', '212639.117500', '212639.577500', '212640.037500', '212640.497500', '212640.957500', '212641.417500', '212641.877500', '212642.337500', '212642.797500', '212643.257500', '212643.717500', '212644.177500', '212644.637500', '212645.097500', '212645.557500', '212646.017500', '212646.477500', '212646.937500', '212647.397500', '212647.857500', '212648.317500', '212648.777500', '212649.237500', '212649.697500', '212650.157500', '212650.617500', '212651.077500', '212651.537500', '212651.997500', '212652.457500', '212652.917500', '212653.377500', '212653.837500', '212654.297500', '212654.757500', '212655.217500', '212655.677500', '212656.137500', '212656.597500', '212657.057500', '212657.517500', '212657.977500', '212658.437500', '212658.897500', '212659.357500', '212659.817500', '212700.277500', '212700.737500', '212701.197500', '212701.657500', '212702.117500', '212702.577500', '212703.037500', '212703.497500', '212703.957500', '212704.417500', '212704.877500', '212705.337500', '212705.797500', '212706.257500', '212706.717500', '212707.177500', '212707.637500', '212708.097500', '212708.557500', '212709.017500', '212709.477500', '212709.937500', '212710.397500', '212710.857500', '212711.317500', '212711.777500', '212712.237500', '212712.697500', '212713.157500', '212713.617500', '212714.077500', '212714.537500', '212714.997500', '212715.457500', '212715.917500', '212716.377500', '212716.837500', '212717.297500', '212717.757500', '212718.217500', '212718.677500', '212719.137500', '212719.597500', '212720.057500', '212720.517500', '212720.977500', '212721.437500', '212721.897500', '212722.357500', '212722.817500', '212723.277500', '212723.737500'], 'ContentTime': ['212106.601000', '212106.604000', '212106.607000', '212106.610000', '212106.613000', '212106.615000', '212106.618000', '212106.620000', '212106.623000', '212106.629000', '212106.632000', '212106.634000', '212106.637000', '212106.640000', '212106.642000', '212106.645000', '212106.647000', '212106.650000', '212106.652000', '212106.655000', '212106.657000', '212106.660000', '212106.663000', '212106.666000', '212106.671000', '212106.674000', '212106.677000', '212106.679000', '212106.682000', '212106.684000', '212106.687000', '212106.690000', '212106.692000', '212106.695000', '212106.697000', '212106.700000', '212106.702000', '212106.705000', '212106.707000', '212106.710000', '212106.712000', '212106.715000', '212106.718000', '212106.720000', '212106.723000', '212106.726000', '212106.728000', '212106.731000', '212126.548000', '212126.551000', '212126.554000', '212126.557000', '212126.559000', '212126.562000', '212126.564000', '212126.567000', '212126.569000', '212126.572000', '212126.575000', '212126.577000', '212126.580000', '212126.582000', '212126.585000', '212126.588000', '212126.598000', '212126.601000', '212126.603000', '212126.606000', '212126.609000', '212126.611000', '212126.614000', '212126.616000', '212126.619000', '212126.622000', '212126.624000', '212126.627000', '212126.629000', '212126.633000', '212126.636000', '212126.638000', '212126.641000', '212126.643000', '212126.646000', '212126.649000', '212126.661000', '212126.664000', '212126.667000', '212126.669000', '212126.672000', '212126.674000', '212126.677000', '212146.548000', '212146.551000', '212146.554000', '212146.556000', '212146.559000', '212146.561000', '212146.564000', '212146.567000', '212146.569000', '212146.572000', '212146.575000', '212146.577000', '212146.580000', '212146.582000', '212146.585000', '212146.587000', '212146.590000', '212146.592000', '212146.595000', '212146.597000', '212146.600000', '212146.603000', '212146.616000', '212146.618000', '212146.621000', '212146.623000', '212146.626000', '212146.629000', '212146.631000', '212146.634000', '212146.636000', '212146.639000', '212146.642000', '212146.644000', '212146.647000', '212146.649000', '212146.652000', '212146.655000', '212146.657000', '212146.660000', '212146.662000', '212146.665000', '212146.667000', '212146.670000', '212206.548000', '212206.551000', '212206.554000', '212206.557000', '212206.559000', '212206.562000', '212206.565000', '212206.567000', '212206.570000', '212206.572000', '212206.575000', '212206.577000', '212206.580000', '212206.583000', '212206.585000', '212206.588000', '212206.590000', '212206.593000', '212206.595000', '212206.598000', '212206.601000', '212206.603000', '212206.606000', '212206.608000', '212206.611000', '212206.613000', '212206.616000', '212206.618000', '212206.621000', '212206.624000', '212206.626000', '212206.629000', '212206.631000', '212206.643000', '212206.646000', '212206.649000', '212206.651000', '212206.654000', '212206.656000', '212206.659000', '212206.661000', '212206.664000', '212206.667000', '212226.548000', '212226.551000', '212226.554000', '212226.556000', '212226.559000', '212226.562000', '212226.564000', '212226.567000', '212226.570000', '212226.572000', '212226.575000', '212226.577000', '212226.580000', '212226.583000', '212226.585000', '212226.588000', '212226.590000', '212226.593000', '212226.595000', '212226.598000', '212226.601000', '212226.603000', '212226.606000', '212226.609000', '212226.611000', '212226.614000', '212226.616000', '212226.619000', '212226.621000', '212226.624000', '212226.627000', '212226.629000', '212226.632000', '212226.635000', '212226.637000', '212226.640000', '212226.642000', '212226.645000', '212226.647000', '212226.650000', '212226.653000', '212226.655000', '212226.664000', '212246.549000', '212246.551000', '212246.554000', '212246.557000', '212246.559000', '212246.562000', '212246.564000', '212246.567000', '212246.570000', '212246.572000', '212246.575000', '212246.577000', '212246.580000', '212246.583000', '212246.585000', '212246.588000', '212246.590000', '212246.593000', '212246.596000', '212246.598000', '212246.601000', '212246.603000', '212246.606000', '212246.608000', '212246.611000', '212246.614000', '212246.616000', '212246.619000', '212246.621000', '212246.624000', '212246.635000', '212246.638000', '212246.641000', '212246.643000', '212246.646000', '212246.649000', '212246.651000', '212246.654000', '212246.656000', '212246.659000', '212246.661000', '212246.664000', '212246.667000', '212246.669000', '212306.547000', '212306.550000', '212306.553000', '212306.555000', '212306.558000', '212306.561000', '212306.563000', '212306.566000', '212306.568000', '212306.571000', '212306.573000', '212306.576000', '212306.579000', '212306.581000', '212306.584000', '212306.587000', '212306.589000', '212306.592000', '212306.594000', '212306.597000', '212306.600000', '212306.602000', '212306.605000', '212306.607000', '212306.610000', '212306.613000', '212306.615000', '212306.618000', '212306.620000', '212306.623000', '212306.626000', '212306.628000', '212306.646000', '212306.649000', '212306.651000', '212306.654000', '212306.656000', '212306.659000', '212306.662000', '212306.664000', '212306.667000', '212306.669000', '212306.672000', '212306.675000', '212326.549000', '212326.552000', '212326.554000', '212326.557000', '212326.559000', '212326.562000', '212326.565000', '212326.567000', '212326.570000', '212326.572000', '212326.575000', '212326.578000', '212326.580000', '212326.583000', '212326.585000', '212326.596000', '212326.599000', '212326.601000', '212326.604000', '212326.607000', '212326.609000', '212326.612000', '212326.614000', '212326.617000', '212326.620000', '212326.622000', '212326.625000', '212326.627000', '212326.630000', '212326.632000', '212326.635000', '212326.638000', '212326.640000', '212326.643000', '212326.645000', '212326.648000', '212326.651000', '212326.653000', '212326.656000', '212326.658000', '212326.661000', '212326.664000', '212326.666000', '212346.548000', '212346.551000', '212346.554000', '212346.557000', '212346.559000', '212346.562000', '212346.564000', '212346.567000', '212346.570000', '212346.572000', '212346.575000', '212346.577000', '212346.580000', '212346.583000', '212346.585000', '212346.588000', '212346.590000', '212346.593000', '212346.596000', '212346.598000', '212346.601000', '212346.604000', '212346.606000', '212346.609000', '212346.611000', '212346.614000', '212346.617000', '212346.619000', '212346.622000', '212346.624000', '212346.627000', '212346.630000', '212346.632000', '212346.635000', '212346.637000', '212346.640000', '212346.643000', '212346.645000', '212346.648000', '212346.650000', '212346.653000', '212346.655000', '212346.658000', '212346.661000', '212406.549000', '212406.552000', '212406.554000', '212406.557000', '212406.559000', '212406.562000', '212406.564000', '212406.567000', '212406.570000', '212406.572000', '212406.575000', '212406.577000', '212406.580000', '212406.583000', '212406.585000', '212406.588000', '212406.590000', '212406.593000', '212406.595000', '212406.598000', '212406.601000', '212406.603000', '212406.606000', '212406.608000', '212406.611000', '212406.614000', '212406.616000', '212406.619000', '212406.622000', '212406.624000', '212406.627000', '212406.629000', '212406.632000', '212406.635000', '212406.637000', '212406.640000', '212406.642000', '212406.653000', '212406.655000', '212406.658000', '212406.660000', '212406.663000', '212406.666000', '212426.548000', '212426.551000', '212426.554000', '212426.556000', '212426.559000', '212426.562000', '212426.564000', '212426.567000', '212426.569000', '212426.572000', '212426.575000', '212426.577000', '212426.580000', '212426.582000', '212426.585000', '212426.588000', '212426.590000', '212426.593000', '212426.595000', '212426.598000', '212426.601000', '212426.603000', '212426.606000', '212426.608000', '212426.611000', '212426.614000', '212426.616000', '212426.619000', '212426.622000', '212426.624000', '212426.627000', '212426.629000', '212426.632000', '212426.635000', '212426.637000', '212426.640000', '212426.642000', '212426.645000', '212426.648000', '212426.650000', '212426.653000', '212426.655000', '212426.658000', '212426.660000', '212446.549000', '212446.551000', '212446.554000', '212446.557000', '212446.559000', '212446.562000', '212446.565000', '212446.567000', '212446.570000', '212446.573000', '212446.575000', '212446.601000', '212446.604000', '212446.616000', '212446.619000', '212446.621000', '212446.624000', '212446.627000', '212446.629000', '212446.632000', '212446.634000', '212446.637000', '212446.640000', '212446.642000', '212446.645000', '212446.647000', '212446.650000', '212446.653000', '212446.655000', '212446.658000', '212446.660000', '212446.663000', '212446.665000', '212446.668000', '212446.671000', '212446.674000', '212446.676000', '212446.679000', '212446.681000', '212446.684000', '212446.687000', '212446.689000', '212446.692000', '212506.548000', '212506.551000', '212506.554000', '212506.556000', '212506.559000', '212506.561000', '212506.564000', '212506.567000', '212506.569000', '212506.572000', '212506.575000', '212506.577000', '212506.580000', '212506.583000', '212506.585000', '212506.588000', '212506.590000', '212506.593000', '212506.596000', '212506.598000', '212506.601000', '212506.603000', '212506.606000', '212506.608000', '212506.611000', '212506.614000', '212506.617000', '212506.619000', '212506.622000', '212506.624000', '212506.627000', '212506.630000', '212506.632000', '212506.635000', '212506.637000', '212506.640000', '212506.643000', '212506.645000', '212506.648000', '212506.650000', '212506.653000', '212506.656000', '212506.658000', '212506.661000', '212526.548000', '212526.551000', '212526.553000', '212526.556000', '212526.559000', '212526.561000', '212526.564000', '212526.566000', '212526.569000', '212526.572000', '212526.574000', '212526.577000', '212526.580000', '212526.582000', '212526.585000', '212526.588000', '212526.590000', '212526.593000', '212526.595000', '212526.598000', '212526.601000', '212526.603000', '212526.606000', '212526.609000', '212526.611000', '212526.614000', '212526.617000', '212526.619000', '212526.622000', '212526.625000', '212526.627000', '212526.630000', '212526.633000', '212526.635000', '212526.638000', '212526.641000', '212526.643000', '212526.646000', '212526.648000', '212526.651000', '212526.654000', '212526.656000', '212526.659000', '212546.548000', '212546.551000', '212546.554000', '212546.557000', '212546.559000', '212546.562000', '212546.564000', '212546.567000', '212546.569000', '212546.572000', '212546.575000', '212546.577000', '212546.580000', '212546.583000', '212546.585000', '212546.588000', '212546.590000', '212546.593000', '212546.596000', '212546.598000', '212546.601000', '212546.603000', '212546.606000', '212546.608000', '212546.611000', '212546.614000', '212546.616000', '212546.619000', '212546.622000', '212546.624000', '212546.627000', '212546.629000', '212546.632000', '212546.634000', '212546.637000', '212546.640000', '212546.642000', '212546.645000', '212546.647000', '212546.650000', '212546.653000', '212546.655000', '212546.658000', '212606.548000', '212606.551000', '212606.554000', '212606.556000', '212606.559000', '212606.562000', '212606.564000', '212606.567000', '212606.569000', '212606.572000', '212606.575000', '212606.577000', '212606.580000', '212606.582000', '212606.585000', '212606.588000', '212606.590000', '212606.593000', '212606.595000', '212606.598000', '212606.600000', '212606.603000', '212606.606000', '212606.608000', '212606.611000', '212606.614000', '212606.616000', '212606.619000', '212606.622000', '212606.624000', '212606.627000', '212606.629000', '212606.632000', '212606.634000', '212606.637000', '212606.640000', '212606.642000', '212606.645000', '212606.647000', '212606.660000', '212606.663000', '212606.666000', '212606.668000', '212606.671000', '212626.548000', '212626.552000', '212626.555000', '212626.557000', '212626.560000', '212626.563000', '212626.565000', '212626.568000', '212626.570000', '212626.573000', '212626.576000', '212626.578000', '212626.581000', '212626.583000', '212626.586000', '212626.589000', '212626.591000', '212626.594000', '212626.597000', '212626.599000', '212626.602000', '212626.605000', '212626.607000', '212626.610000', '212626.613000', '212626.615000', '212626.618000', '212626.621000', '212626.623000', '212626.626000', '212626.628000', '212626.631000', '212626.634000', '212626.636000', '212626.639000', '212626.641000', '212626.644000', '212626.647000', '212626.649000', '212626.652000', '212626.654000', '212626.657000', '212626.660000', '212646.549000', '212646.552000', '212646.554000', '212646.557000', '212646.559000', '212646.562000', '212646.565000', '212646.567000', '212646.571000', '212646.574000', '212646.577000', '212646.579000', '212646.582000', '212646.584000', '212646.587000', '212646.590000', '212646.592000', '212646.595000', '212646.597000', '212646.600000', '212646.602000', '212646.605000', '212646.608000', '212646.610000', '212646.613000', '212646.616000', '212646.618000', '212646.621000', '212646.623000', '212646.626000', '212646.628000', '212646.631000', '212646.634000', '212646.636000', '212646.639000', '212646.641000', '212646.644000', '212646.646000', '212646.649000', '212646.652000', '212646.654000', '212646.657000', '212646.659000', '212646.662000', '212706.549000', '212706.552000', '212706.554000', '212706.557000', '212706.560000', '212706.562000', '212706.565000', '212706.567000', '212706.570000', '212706.573000', '212706.575000', '212706.578000', '212706.581000', '212706.583000', '212706.586000', '212706.589000', '212706.591000', '212706.594000', '212706.596000', '212706.599000', '212706.601000', '212706.604000', '212706.607000', '212706.609000', '212706.612000', '212706.614000', '212706.617000', '212706.620000', '212706.622000', '212706.625000', '212706.627000', '212706.630000', '212706.632000', '212706.635000', '212706.638000', '212706.640000', '212706.643000', '212706.646000', '212706.648000', '212706.651000', '212706.653000', '212706.656000', '212706.659000', '212725.367000', '212725.370000', '212725.373000', '212725.376000', '212725.378000', '212725.381000', '212725.384000', '212725.388000', '212725.391000', '212725.394000', '212725.396000', '212725.399000', '212725.402000', '212725.405000', '212725.410000', '212725.413000', '212725.423000', '212725.426000', '212725.429000', '212725.432000', '212725.435000', '212725.438000', '212725.441000', '212725.445000', '212725.448000', '212725.450000', '212725.454000', '212725.456000', '212725.459000', '212725.462000', '212725.465000', '212725.468000', '212725.470000', '212725.474000', '212725.477000', '212725.480000', '212725.483000', '212725.487000', '212725.490000', '212725.492000', '212725.495000', '212725.498000'], 'InstanceCreationTime': ['212106.601000', '212106.604000', '212106.607000', '212106.610000', '212106.613000', '212106.615000', '212106.618000', '212106.620000', '212106.623000', '212106.629000', '212106.632000', '212106.634000', '212106.637000', '212106.640000', '212106.642000', '212106.645000', '212106.647000', '212106.650000', '212106.652000', '212106.655000', '212106.657000', '212106.660000', '212106.663000', '212106.666000', '212106.671000', '212106.674000', '212106.677000', '212106.679000', '212106.682000', '212106.684000', '212106.687000', '212106.690000', '212106.692000', '212106.695000', '212106.697000', '212106.700000', '212106.702000', '212106.705000', '212106.707000', '212106.710000', '212106.712000', '212106.715000', '212106.718000', '212106.720000', '212106.723000', '212106.726000', '212106.728000', '212106.731000', '212126.548000', '212126.551000', '212126.554000', '212126.557000', '212126.559000', '212126.562000', '212126.564000', '212126.567000', '212126.569000', '212126.572000', '212126.575000', '212126.577000', '212126.580000', '212126.582000', '212126.585000', '212126.588000', '212126.598000', '212126.601000', '212126.603000', '212126.606000', '212126.609000', '212126.611000', '212126.614000', '212126.616000', '212126.619000', '212126.622000', '212126.624000', '212126.627000', '212126.629000', '212126.633000', '212126.636000', '212126.638000', '212126.641000', '212126.643000', '212126.646000', '212126.649000', '212126.661000', '212126.664000', '212126.667000', '212126.669000', '212126.672000', '212126.674000', '212126.677000', '212146.548000', '212146.551000', '212146.554000', '212146.556000', '212146.559000', '212146.561000', '212146.564000', '212146.567000', '212146.569000', '212146.572000', '212146.575000', '212146.577000', '212146.580000', '212146.582000', '212146.585000', '212146.587000', '212146.590000', '212146.592000', '212146.595000', '212146.597000', '212146.600000', '212146.603000', '212146.616000', '212146.618000', '212146.621000', '212146.623000', '212146.626000', '212146.629000', '212146.631000', '212146.634000', '212146.636000', '212146.639000', '212146.642000', '212146.644000', '212146.647000', '212146.649000', '212146.652000', '212146.655000', '212146.657000', '212146.660000', '212146.662000', '212146.665000', '212146.667000', '212146.670000', '212206.548000', '212206.551000', '212206.554000', '212206.557000', '212206.559000', '212206.562000', '212206.565000', '212206.567000', '212206.570000', '212206.572000', '212206.575000', '212206.577000', '212206.580000', '212206.583000', '212206.585000', '212206.588000', '212206.590000', '212206.593000', '212206.595000', '212206.598000', '212206.601000', '212206.603000', '212206.606000', '212206.608000', '212206.611000', '212206.613000', '212206.616000', '212206.618000', '212206.621000', '212206.624000', '212206.626000', '212206.629000', '212206.631000', '212206.643000', '212206.646000', '212206.649000', '212206.651000', '212206.654000', '212206.656000', '212206.659000', '212206.661000', '212206.664000', '212206.667000', '212226.548000', '212226.551000', '212226.554000', '212226.556000', '212226.559000', '212226.562000', '212226.564000', '212226.567000', '212226.570000', '212226.572000', '212226.575000', '212226.577000', '212226.580000', '212226.583000', '212226.585000', '212226.588000', '212226.590000', '212226.593000', '212226.595000', '212226.598000', '212226.601000', '212226.603000', '212226.606000', '212226.609000', '212226.611000', '212226.614000', '212226.616000', '212226.619000', '212226.621000', '212226.624000', '212226.627000', '212226.629000', '212226.632000', '212226.635000', '212226.637000', '212226.640000', '212226.642000', '212226.645000', '212226.647000', '212226.650000', '212226.653000', '212226.655000', '212226.664000', '212246.549000', '212246.551000', '212246.554000', '212246.557000', '212246.559000', '212246.562000', '212246.564000', '212246.567000', '212246.570000', '212246.572000', '212246.575000', '212246.577000', '212246.580000', '212246.583000', '212246.585000', '212246.588000', '212246.590000', '212246.593000', '212246.596000', '212246.598000', '212246.601000', '212246.603000', '212246.606000', '212246.608000', '212246.611000', '212246.614000', '212246.616000', '212246.619000', '212246.621000', '212246.624000', '212246.635000', '212246.638000', '212246.641000', '212246.643000', '212246.646000', '212246.649000', '212246.651000', '212246.654000', '212246.656000', '212246.659000', '212246.661000', '212246.664000', '212246.667000', '212246.669000', '212306.547000', '212306.550000', '212306.553000', '212306.555000', '212306.558000', '212306.561000', '212306.563000', '212306.566000', '212306.568000', '212306.571000', '212306.573000', '212306.576000', '212306.579000', '212306.581000', '212306.584000', '212306.587000', '212306.589000', '212306.592000', '212306.594000', '212306.597000', '212306.600000', '212306.602000', '212306.605000', '212306.607000', '212306.610000', '212306.613000', '212306.615000', '212306.618000', '212306.620000', '212306.623000', '212306.626000', '212306.628000', '212306.646000', '212306.649000', '212306.651000', '212306.654000', '212306.656000', '212306.659000', '212306.662000', '212306.664000', '212306.667000', '212306.669000', '212306.672000', '212306.675000', '212326.549000', '212326.552000', '212326.554000', '212326.557000', '212326.559000', '212326.562000', '212326.565000', '212326.567000', '212326.570000', '212326.572000', '212326.575000', '212326.578000', '212326.580000', '212326.583000', '212326.585000', '212326.596000', '212326.599000', '212326.601000', '212326.604000', '212326.607000', '212326.609000', '212326.612000', '212326.614000', '212326.617000', '212326.620000', '212326.622000', '212326.625000', '212326.627000', '212326.630000', '212326.632000', '212326.635000', '212326.638000', '212326.640000', '212326.643000', '212326.645000', '212326.648000', '212326.651000', '212326.653000', '212326.656000', '212326.658000', '212326.661000', '212326.664000', '212326.666000', '212346.548000', '212346.551000', '212346.554000', '212346.557000', '212346.559000', '212346.562000', '212346.564000', '212346.567000', '212346.570000', '212346.572000', '212346.575000', '212346.577000', '212346.580000', '212346.583000', '212346.585000', '212346.588000', '212346.590000', '212346.593000', '212346.596000', '212346.598000', '212346.601000', '212346.604000', '212346.606000', '212346.609000', '212346.611000', '212346.614000', '212346.617000', '212346.619000', '212346.622000', '212346.624000', '212346.627000', '212346.630000', '212346.632000', '212346.635000', '212346.637000', '212346.640000', '212346.643000', '212346.645000', '212346.648000', '212346.650000', '212346.653000', '212346.655000', '212346.658000', '212346.661000', '212406.549000', '212406.552000', '212406.554000', '212406.557000', '212406.559000', '212406.562000', '212406.564000', '212406.567000', '212406.570000', '212406.572000', '212406.575000', '212406.577000', '212406.580000', '212406.583000', '212406.585000', '212406.588000', '212406.590000', '212406.593000', '212406.595000', '212406.598000', '212406.601000', '212406.603000', '212406.606000', '212406.608000', '212406.611000', '212406.614000', '212406.616000', '212406.619000', '212406.622000', '212406.624000', '212406.627000', '212406.629000', '212406.632000', '212406.635000', '212406.637000', '212406.640000', '212406.642000', '212406.653000', '212406.655000', '212406.658000', '212406.660000', '212406.663000', '212406.666000', '212426.548000', '212426.551000', '212426.554000', '212426.556000', '212426.559000', '212426.562000', '212426.564000', '212426.567000', '212426.569000', '212426.572000', '212426.575000', '212426.577000', '212426.580000', '212426.582000', '212426.585000', '212426.588000', '212426.590000', '212426.593000', '212426.595000', '212426.598000', '212426.601000', '212426.603000', '212426.606000', '212426.608000', '212426.611000', '212426.614000', '212426.616000', '212426.619000', '212426.622000', '212426.624000', '212426.627000', '212426.629000', '212426.632000', '212426.635000', '212426.637000', '212426.640000', '212426.642000', '212426.645000', '212426.648000', '212426.650000', '212426.653000', '212426.655000', '212426.658000', '212426.660000', '212446.549000', '212446.551000', '212446.554000', '212446.557000', '212446.559000', '212446.562000', '212446.565000', '212446.567000', '212446.570000', '212446.573000', '212446.575000', '212446.601000', '212446.604000', '212446.616000', '212446.619000', '212446.621000', '212446.624000', '212446.627000', '212446.629000', '212446.632000', '212446.634000', '212446.637000', '212446.640000', '212446.642000', '212446.645000', '212446.647000', '212446.650000', '212446.653000', '212446.655000', '212446.658000', '212446.660000', '212446.663000', '212446.665000', '212446.668000', '212446.671000', '212446.674000', '212446.676000', '212446.679000', '212446.681000', '212446.684000', '212446.687000', '212446.689000', '212446.692000', '212506.548000', '212506.551000', '212506.554000', '212506.556000', '212506.559000', '212506.561000', '212506.564000', '212506.567000', '212506.569000', '212506.572000', '212506.575000', '212506.577000', '212506.580000', '212506.583000', '212506.585000', '212506.588000', '212506.590000', '212506.593000', '212506.596000', '212506.598000', '212506.601000', '212506.603000', '212506.606000', '212506.608000', '212506.611000', '212506.614000', '212506.617000', '212506.619000', '212506.622000', '212506.624000', '212506.627000', '212506.630000', '212506.632000', '212506.635000', '212506.637000', '212506.640000', '212506.643000', '212506.645000', '212506.648000', '212506.650000', '212506.653000', '212506.656000', '212506.658000', '212506.661000', '212526.548000', '212526.551000', '212526.553000', '212526.556000', '212526.559000', '212526.561000', '212526.564000', '212526.566000', '212526.569000', '212526.572000', '212526.574000', '212526.577000', '212526.580000', '212526.582000', '212526.585000', '212526.588000', '212526.590000', '212526.593000', '212526.595000', '212526.598000', '212526.601000', '212526.603000', '212526.606000', '212526.609000', '212526.611000', '212526.614000', '212526.617000', '212526.619000', '212526.622000', '212526.625000', '212526.627000', '212526.630000', '212526.633000', '212526.635000', '212526.638000', '212526.641000', '212526.643000', '212526.646000', '212526.648000', '212526.651000', '212526.654000', '212526.656000', '212526.659000', '212546.548000', '212546.551000', '212546.554000', '212546.557000', '212546.559000', '212546.562000', '212546.564000', '212546.567000', '212546.569000', '212546.572000', '212546.575000', '212546.577000', '212546.580000', '212546.583000', '212546.585000', '212546.588000', '212546.590000', '212546.593000', '212546.596000', '212546.598000', '212546.601000', '212546.603000', '212546.606000', '212546.608000', '212546.611000', '212546.614000', '212546.616000', '212546.619000', '212546.622000', '212546.624000', '212546.627000', '212546.629000', '212546.632000', '212546.634000', '212546.637000', '212546.640000', '212546.642000', '212546.645000', '212546.647000', '212546.650000', '212546.653000', '212546.655000', '212546.658000', '212606.548000', '212606.551000', '212606.554000', '212606.556000', '212606.559000', '212606.562000', '212606.564000', '212606.567000', '212606.569000', '212606.572000', '212606.575000', '212606.577000', '212606.580000', '212606.582000', '212606.585000', '212606.588000', '212606.590000', '212606.593000', '212606.595000', '212606.598000', '212606.600000', '212606.603000', '212606.606000', '212606.608000', '212606.611000', '212606.614000', '212606.616000', '212606.619000', '212606.622000', '212606.624000', '212606.627000', '212606.629000', '212606.632000', '212606.634000', '212606.637000', '212606.640000', '212606.642000', '212606.645000', '212606.647000', '212606.660000', '212606.663000', '212606.666000', '212606.668000', '212606.671000', '212626.548000', '212626.552000', '212626.555000', '212626.557000', '212626.560000', '212626.563000', '212626.565000', '212626.568000', '212626.570000', '212626.573000', '212626.576000', '212626.578000', '212626.581000', '212626.583000', '212626.586000', '212626.589000', '212626.591000', '212626.594000', '212626.597000', '212626.599000', '212626.602000', '212626.605000', '212626.607000', '212626.610000', '212626.613000', '212626.615000', '212626.618000', '212626.621000', '212626.623000', '212626.626000', '212626.628000', '212626.631000', '212626.634000', '212626.636000', '212626.639000', '212626.641000', '212626.644000', '212626.647000', '212626.649000', '212626.652000', '212626.654000', '212626.657000', '212626.660000', '212646.549000', '212646.552000', '212646.554000', '212646.557000', '212646.559000', '212646.562000', '212646.565000', '212646.567000', '212646.571000', '212646.574000', '212646.577000', '212646.579000', '212646.582000', '212646.584000', '212646.587000', '212646.590000', '212646.592000', '212646.595000', '212646.597000', '212646.600000', '212646.602000', '212646.605000', '212646.608000', '212646.610000', '212646.613000', '212646.616000', '212646.618000', '212646.621000', '212646.623000', '212646.626000', '212646.628000', '212646.631000', '212646.634000', '212646.636000', '212646.639000', '212646.641000', '212646.644000', '212646.646000', '212646.649000', '212646.652000', '212646.654000', '212646.657000', '212646.659000', '212646.662000', '212706.549000', '212706.552000', '212706.554000', '212706.557000', '212706.560000', '212706.562000', '212706.565000', '212706.567000', '212706.570000', '212706.573000', '212706.575000', '212706.578000', '212706.581000', '212706.583000', '212706.586000', '212706.589000', '212706.591000', '212706.594000', '212706.596000', '212706.599000', '212706.601000', '212706.604000', '212706.607000', '212706.609000', '212706.612000', '212706.614000', '212706.617000', '212706.620000', '212706.622000', '212706.625000', '212706.627000', '212706.630000', '212706.632000', '212706.635000', '212706.638000', '212706.640000', '212706.643000', '212706.646000', '212706.648000', '212706.651000', '212706.653000', '212706.656000', '212706.659000', '212725.367000', '212725.370000', '212725.373000', '212725.376000', '212725.378000', '212725.381000', '212725.384000', '212725.388000', '212725.391000', '212725.394000', '212725.396000', '212725.399000', '212725.402000', '212725.405000', '212725.410000', '212725.413000', '212725.423000', '212725.426000', '212725.429000', '212725.432000', '212725.435000', '212725.438000', '212725.441000', '212725.445000', '212725.448000', '212725.450000', '212725.454000', '212725.456000', '212725.459000', '212725.462000', '212725.465000', '212725.468000', '212725.470000', '212725.474000', '212725.477000', '212725.480000', '212725.483000', '212725.487000', '212725.490000', '212725.492000', '212725.495000', '212725.498000'], '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': [6311, 6803, 6083, 7062, 5996, 6683, 6228, 6663, 6560, 8077, 7058, 7324, 7140, 6718, 7070, 7179, 7060, 7419, 6957, 7067, 6647, 6954, 6668, 6342, 6612, 6665, 6518, 7006, 6292, 7469, 6170, 5881, 6308, 6275, 7442, 6166, 7526, 6687, 7784, 6348, 8058, 7196, 7415, 8977, 7087, 8335, 7240, 7716, 6826, 7462, 6707, 6641, 5763, 7145, 7220, 7029, 7709, 6796, 7374, 6668, 7939, 6691, 5601, 6311, 5823, 5612, 5795, 6032, 7645, 6766, 7446, 6984, 8217, 6938, 7815, 6694, 7885, 6961, 7177, 6764, 7762, 6798, 7901, 6521, 8014, 7048, 7852, 7164, 7985, 7125, 7377, 6628, 7639, 6704, 8238, 6752, 7184, 6900, 7034, 7204, 7336, 7167, 7843, 7165, 8021, 7490, 7970, 7401, 8173, 7270, 8406, 7383, 7890, 7309, 7710, 7284, 7640, 6921, 7179, 7076, 6956, 7514, 7046, 7430, 7147, 7452, 7372, 7256, 7337, 6819, 7464, 6986, 6945, 6210, 5518, 6580, 5734, 6410, 5808, 7076, 6830, 6976, 7019, 6808, 6331, 7801, 6819, 7600, 7313, 7824, 7246, 7285, 7481, 8428, 7051, 6534, 7936, 7100, 7739, 7059, 7172, 7111, 6931, 7666, 7336, 7353, 7467, 7745, 8028, 7756, 8592, 7248, 8245, 7608, 8435, 7620, 8328, 7667, 7855, 7508, 7541, 7505, 7524, 7378, 7301, 7716, 7710, 6450, 6568, 5967, 5756, 6125, 6035, 5878, 6546, 7615, 7572, 7574, 7434, 7550, 7212, 7435, 6733, 7482, 6846, 8886, 6520, 7228, 6880, 7470, 6254, 6152, 5644, 6706, 7150, 6714, 7128, 6524, 6873, 6624, 7222, 7475, 8341, 7464, 9099, 7402, 7755, 9246, 7760, 9489, 8212, 8735, 8059, 7153, 8270, 7733, 7411, 7769, 8005, 7589, 8454, 7540, 7659, 7499, 7423, 7508, 7212, 7443, 7489, 7516, 7614, 7682, 7806, 7368, 7661, 7524, 6540, 7058, 6274, 6966, 6488, 7167, 6317, 7154, 6477, 7615, 6548, 7249, 6514, 7211, 6491, 7265, 6432, 7041, 6433, 7125, 6391, 6802, 7050, 6861, 6123, 7302, 6719, 7276, 6622, 6703, 5807, 7379, 6210, 7115, 6615, 6712, 6550, 6714, 6801, 6840, 5758, 7237, 7921, 7420, 8842, 7368, 8724, 7310, 8988, 7733, 8800, 7005, 8593, 7365, 8268, 6458, 8212, 6944, 7308, 7539, 6749, 7458, 7004, 6973, 7080, 6129, 7605, 8069, 7341, 7794, 7241, 7649, 7461, 7277, 7531, 7754, 7494, 7670, 7432, 6867, 6861, 7384, 6094, 7435, 6486, 7397, 8213, 7441, 7588, 7787, 8177, 6556, 7069, 6919, 7334, 7465, 6191, 6737, 7142, 5867, 7408, 8272, 7417, 7676, 7289, 7188, 7223, 6851, 7262, 7081, 6881, 7088, 6949, 7022, 6871, 7443, 6863, 7869, 7223, 7445, 7384, 7404, 7419, 7415, 7402, 7513, 7205, 8403, 7118, 8606, 6843, 6875, 7168, 7495, 7321, 7748, 6802, 7679, 6610, 7307, 9672, 7346, 8581, 7245, 7688, 7294, 7313, 7473, 7714, 7227, 6318, 7481, 7112, 7158, 6610, 6043, 7624, 8885, 7346, 8010, 7185, 7025, 7478, 6979, 7283, 7187, 7370, 7044, 7424, 7046, 7305, 6403, 7318, 7008, 7360, 7155, 7625, 7345, 7802, 8291, 7330, 8322, 7085, 7142, 9211, 7481, 8423, 7313, 8270, 7311, 7712, 7188, 6964, 7415, 7212, 7573, 7093, 7789, 6772, 7326, 6499, 7190, 6459, 7079, 6348, 6494, 6484, 6019, 6569, 6266, 6330, 5817, 5697, 6234, 6968, 7579, 7028, 5874, 6667, 5947, 7443, 8568, 6722, 7786, 6772, 7973, 6854, 5573, 6083, 6306, 6828, 6209, 7267, 5679, 7328, 7560, 7385, 9418, 7388, 8766, 7279, 8492, 7475, 8486, 7048, 8426, 6754, 7678, 7036, 6863, 6467, 7396, 6368, 7494, 8390, 7386, 7833, 7320, 7644, 7304, 7427, 7098, 7510, 7574, 7489, 7429, 7668, 7071, 7963, 7299, 8160, 7029, 7881, 7393, 6760, 7150, 6432, 7026, 6260, 6756, 6230, 6992, 6372, 7062, 6435, 6882, 7074, 6973, 7294, 7278, 7008, 7258, 7110, 7399, 7147, 7331, 7193, 6180, 6486, 6603, 6019, 6983, 6116, 6865, 6081, 8007, 6879, 8279, 6979, 7817, 7122, 7956, 7327, 7899, 7163, 7498, 9478, 7626, 8487, 7430, 8650, 5955, 5643, 7464, 6019, 7544, 7602, 7550, 7433, 7385, 7398, 7399, 7759, 7402, 8058, 7201, 8388, 7097, 7136, 6816, 7102, 6953, 7694, 7076, 8388, 6931, 7162, 7269, 6408, 6529, 7433, 8581, 7443, 7704, 7546, 7370, 7692, 7049, 7342, 6562, 7442, 6471, 7135, 7254, 7606, 7705, 6097, 6729, 7424, 6092, 6652, 6432, 7424, 7596, 7526, 8240, 7221, 8065, 6928, 8413, 6823, 8469, 6690, 7778, 7424, 6779, 7462, 7550, 7440, 7516, 7668, 8120, 7449, 7850, 7542, 8855, 7388, 9146, 7304, 8355, 8113, 7522, 8991, 7221, 8363, 7393, 8168, 7198, 7345, 7139, 7438, 7322, 6888, 7261, 7470, 7434, 7345, 7364, 7180, 7603, 7550, 7376, 7346, 7832, 7050, 6403, 6229, 6428, 7129, 6654, 5897, 5383, 7245, 6009, 7588, 7703, 7325, 7204, 7544, 7919, 7083, 9130, 7710, 9355, 7148, 8864, 7250, 8064, 7747, 7819, 7390, 7975, 7055, 7270, 9059, 7141, 8354, 7362, 8526, 7098, 8210, 7119, 8086, 7041, 7971, 7137, 7872, 6764, 8458, 7175, 7103, 7044, 6950, 7073, 6410, 6447, 6943, 6771, 7103, 6219, 7162, 6579, 7445, 6462, 7666, 6562, 7365, 6746, 7597, 6977, 7448, 6506, 7535, 6901, 7738, 6872, 7795, 6716, 6515, 6588, 6527, 7390, 7012, 8190, 7386, 7588, 6709, 6259, 7015, 8450, 7321, 8905, 7431, 7011, 7571, 8142, 7694, 9064, 7611, 8294, 7629, 7804, 7580, 7616, 7571, 8513, 6256, 6650, 6435, 7090, 6742, 6838, 6709, 6662, 6875, 7039, 7732, 7304, 8501, 7388, 8488, 7196, 7534, 7364, 7613, 8080, 7478, 8815, 7626, 7846, 7676, 7710, 7419, 7465, 7252, 6387, 6459, 6563, 6293, 6986, 6329, 7039, 6511, 7460, 6405, 7577, 6625, 7302, 6882, 7077, 7440, 7158, 7826, 6360, 7073, 6509, 6947, 6827, 7267, 7199, 7203, 7235, 6944, 7886, 7191, 8342, 6060, 6154, 6330, 7375, 7251, 7450, 7783, 7215, 8091, 7004, 8205, 7094, 8863, 7133, 8852, 7167, 8651, 7298, 8611, 7388, 8743, 7516, 8397, 7462, 7515, 7437, 7346, 7379, 7414, 7434], 'WindowCenter': [3619.0, 3615.0, 3591.0, 3611.0, 3577.0, 3588.0, 3576.0, 3601.0, 3599.0, 3610.0, 3599.0, 3598.0, 3600.0, 3589.0, 3599.0, 3597.0, 3599.0, 3609.0, 3599.0, 3599.0, 3599.0, 3612.0, 3600.0, 3588.0, 3600.0, 3599.0, 3600.0, 3611.0, 3603.0, 3623.0, 3604.0, 3594.0, 3614.0, 3604.0, 3624.0, 3591.0, 3623.0, 3601.0, 3623.0, 3590.0, 3622.0, 3598.0, 3610.0, 3618.0, 3597.0, 3607.0, 3598.0, 3596.0, 3586.0, 3597.0, 3586.0, 3598.0, 3577.0, 3598.0, 3598.0, 3599.0, 3607.0, 3599.0, 3611.0, 3613.0, 3624.0, 3614.0, 3593.0, 3615.0, 3606.0, 3605.0, 3606.0, 3620.0, 3651.0, 3629.0, 3626.0, 3627.0, 3634.0, 3615.0, 3626.0, 3615.0, 3624.0, 3615.0, 3611.0, 3601.0, 3611.0, 3601.0, 3623.0, 3603.0, 3622.0, 3611.0, 3611.0, 3598.0, 3608.0, 3598.0, 3612.0, 3600.0, 3623.0, 3601.0, 3620.0, 3599.0, 3599.0, 3599.0, 3597.0, 3610.0, 3598.0, 3599.0, 3610.0, 3598.0, 3608.0, 3597.0, 3607.0, 3596.0, 3607.0, 3595.0, 3605.0, 3584.0, 3595.0, 3583.0, 3594.0, 3583.0, 3595.0, 3583.0, 3585.0, 3584.0, 3585.0, 3584.0, 3584.0, 3594.0, 3584.0, 3596.0, 3596.0, 3597.0, 3597.0, 3587.0, 3597.0, 3598.0, 3598.0, 3587.0, 3567.0, 3599.0, 3579.0, 3602.0, 3592.0, 3613.0, 3602.0, 3613.0, 3612.0, 3601.0, 3603.0, 3623.0, 3614.0, 3623.0, 3613.0, 3611.0, 3612.0, 3610.0, 3613.0, 3623.0, 3613.0, 3601.0, 3610.0, 3600.0, 3609.0, 3599.0, 3599.0, 3599.0, 3598.0, 3611.0, 3609.0, 3599.0, 3598.0, 3608.0, 3609.0, 3596.0, 3607.0, 3594.0, 3595.0, 3594.0, 3605.0, 3595.0, 3595.0, 3594.0, 3593.0, 3584.0, 3594.0, 3583.0, 3583.0, 3584.0, 3584.0, 3595.0, 3595.0, 3573.0, 3584.0, 3574.0, 3575.0, 3588.0, 3589.0, 3591.0, 3602.0, 3626.0, 3623.0, 3624.0, 3611.0, 3611.0, 3598.0, 3610.0, 3599.0, 3609.0, 3600.0, 3632.0, 3601.0, 3611.0, 3612.0, 3612.0, 3601.0, 3590.0, 3577.0, 3601.0, 3613.0, 3615.0, 3614.0, 3603.0, 3615.0, 3614.0, 3625.0, 3624.0, 3622.0, 3611.0, 3633.0, 3610.0, 3609.0, 3619.0, 3611.0, 3632.0, 3610.0, 3608.0, 3609.0, 3585.0, 3594.0, 3582.0, 3581.0, 3594.0, 3592.0, 3607.0, 3607.0, 3595.0, 3593.0, 3584.0, 3583.0, 3582.0, 3582.0, 3581.0, 3581.0, 3580.0, 3581.0, 3581.0, 3581.0, 3570.0, 3580.0, 3580.0, 3560.0, 3570.0, 3560.0, 3570.0, 3560.0, 3570.0, 3571.0, 3582.0, 3572.0, 3593.0, 3574.0, 3584.0, 3574.0, 3594.0, 3574.0, 3595.0, 3576.0, 3596.0, 3574.0, 3586.0, 3585.0, 3598.0, 3600.0, 3601.0, 3588.0, 3611.0, 3598.0, 3613.0, 3614.0, 3614.0, 3592.0, 3624.0, 3605.0, 3614.0, 3602.0, 3600.0, 3590.0, 3613.0, 3614.0, 3614.0, 3579.0, 3613.0, 3622.0, 3614.0, 3633.0, 3612.0, 3622.0, 3599.0, 3619.0, 3596.0, 3607.0, 3586.0, 3608.0, 3585.0, 3607.0, 3574.0, 3607.0, 3585.0, 3583.0, 3595.0, 3572.0, 3584.0, 3586.0, 3583.0, 3599.0, 3575.0, 3597.0, 3595.0, 3596.0, 3594.0, 3595.0, 3593.0, 3583.0, 3582.0, 3593.0, 3594.0, 3582.0, 3594.0, 3582.0, 3572.0, 3572.0, 3581.0, 3559.0, 3582.0, 3570.0, 3583.0, 3593.0, 3583.0, 3593.0, 3594.0, 3594.0, 3574.0, 3583.0, 3597.0, 3611.0, 3611.0, 3589.0, 3600.0, 3600.0, 3566.0, 3597.0, 3607.0, 3598.0, 3597.0, 3598.0, 3600.0, 3610.0, 3587.0, 3610.0, 3598.0, 3599.0, 3599.0, 3600.0, 3600.0, 3600.0, 3613.0, 3603.0, 3623.0, 3613.0, 3610.0, 3612.0, 3610.0, 3612.0, 3612.0, 3613.0, 3612.0, 3613.0, 3623.0, 3613.0, 3622.0, 3600.0, 3588.0, 3598.0, 3596.0, 3596.0, 3608.0, 3587.0, 3609.0, 3587.0, 3598.0, 3618.0, 3595.0, 3606.0, 3595.0, 3595.0, 3597.0, 3597.0, 3597.0, 3595.0, 3597.0, 3574.0, 3586.0, 3585.0, 3584.0, 3585.0, 3564.0, 3596.0, 3619.0, 3597.0, 3596.0, 3586.0, 3584.0, 3598.0, 3597.0, 3597.0, 3598.0, 3597.0, 3598.0, 3598.0, 3597.0, 3599.0, 3587.0, 3598.0, 3598.0, 3598.0, 3598.0, 3610.0, 3599.0, 3609.0, 3609.0, 3596.0, 3608.0, 3584.0, 3584.0, 3604.0, 3583.0, 3593.0, 3582.0, 3592.0, 3580.0, 3580.0, 3570.0, 3570.0, 3582.0, 3581.0, 3592.0, 3584.0, 3593.0, 3583.0, 3584.0, 3573.0, 3586.0, 3575.0, 3584.0, 3575.0, 3574.0, 3587.0, 3576.0, 3587.0, 3588.0, 3600.0, 3581.0, 3593.0, 3604.0, 3629.0, 3639.0, 3626.0, 3594.0, 3614.0, 3591.0, 3613.0, 3632.0, 3616.0, 3625.0, 3614.0, 3623.0, 3601.0, 3582.0, 3593.0, 3602.0, 3602.0, 3592.0, 3626.0, 3593.0, 3626.0, 3625.0, 3625.0, 3649.0, 3626.0, 3622.0, 3600.0, 3619.0, 3598.0, 3620.0, 3598.0, 3608.0, 3586.0, 3598.0, 3585.0, 3588.0, 3575.0, 3596.0, 3574.0, 3596.0, 3607.0, 3596.0, 3597.0, 3596.0, 3596.0, 3595.0, 3585.0, 3583.0, 3595.0, 3594.0, 3584.0, 3583.0, 3596.0, 3584.0, 3596.0, 3585.0, 3595.0, 3583.0, 3595.0, 3583.0, 3573.0, 3584.0, 3573.0, 3583.0, 3574.0, 3585.0, 3574.0, 3585.0, 3576.0, 3598.0, 3588.0, 3600.0, 3598.0, 3599.0, 3610.0, 3610.0, 3600.0, 3610.0, 3599.0, 3613.0, 3612.0, 3625.0, 3615.0, 3592.0, 3601.0, 3602.0, 3591.0, 3612.0, 3590.0, 3602.0, 3592.0, 3624.0, 3602.0, 3623.0, 3612.0, 3612.0, 3613.0, 3623.0, 3611.0, 3622.0, 3600.0, 3610.0, 3632.0, 3610.0, 3621.0, 3610.0, 3618.0, 3577.0, 3565.0, 3598.0, 3576.0, 3609.0, 3609.0, 3609.0, 3598.0, 3598.0, 3597.0, 3598.0, 3598.0, 3598.0, 3607.0, 3595.0, 3606.0, 3584.0, 3587.0, 3585.0, 3586.0, 3597.0, 3597.0, 3585.0, 3607.0, 3585.0, 3586.0, 3583.0, 3574.0, 3573.0, 3595.0, 3605.0, 3585.0, 3596.0, 3596.0, 3596.0, 3596.0, 3586.0, 3596.0, 3585.0, 3596.0, 3575.0, 3598.0, 3612.0, 3623.0, 3612.0, 3592.0, 3616.0, 3626.0, 3606.0, 3614.0, 3603.0, 3614.0, 3623.0, 3612.0, 3623.0, 3601.0, 3623.0, 3602.0, 3624.0, 3601.0, 3624.0, 3601.0, 3597.0, 3597.0, 3586.0, 3611.0, 3609.0, 3623.0, 3613.0, 3625.0, 3612.0, 3600.0, 3611.0, 3609.0, 3620.0, 3596.0, 3618.0, 3583.0, 3593.0, 3593.0, 3582.0, 3591.0, 3582.0, 3592.0, 3581.0, 3592.0, 3572.0, 3581.0, 3571.0, 3581.0, 3582.0, 3572.0, 3583.0, 3582.0, 3582.0, 3581.0, 3583.0, 3583.0, 3594.0, 3593.0, 3595.0, 3597.0, 3608.0, 3599.0, 3590.0, 3589.0, 3590.0, 3599.0, 3601.0, 3580.0, 3581.0, 3625.0, 3592.0, 3625.0, 3624.0, 3625.0, 3614.0, 3625.0, 3623.0, 3614.0, 3636.0, 3612.0, 3634.0, 3598.0, 3606.0, 3583.0, 3596.0, 3582.0, 3594.0, 3583.0, 3595.0, 3573.0, 3582.0, 3605.0, 3572.0, 3593.0, 3595.0, 3593.0, 3571.0, 3590.0, 3571.0, 3581.0, 3572.0, 3579.0, 3570.0, 3579.0, 3558.0, 3578.0, 3568.0, 3568.0, 3568.0, 3568.0, 3570.0, 3558.0, 3559.0, 3571.0, 3571.0, 3570.0, 3560.0, 3582.0, 3572.0, 3583.0, 3573.0, 3595.0, 3585.0, 3598.0, 3586.0, 3608.0, 3586.0, 3596.0, 3575.0, 3610.0, 3597.0, 3610.0, 3600.0, 3612.0, 3613.0, 3603.0, 3603.0, 3603.0, 3613.0, 3612.0, 3623.0, 3613.0, 3624.0, 3602.0, 3604.0, 3614.0, 3636.0, 3627.0, 3646.0, 3614.0, 3600.0, 3610.0, 3608.0, 3597.0, 3607.0, 3597.0, 3607.0, 3599.0, 3597.0, 3608.0, 3597.0, 3596.0, 3606.0, 3575.0, 3586.0, 3587.0, 3598.0, 3588.0, 3588.0, 3599.0, 3589.0, 3590.0, 3599.0, 3609.0, 3597.0, 3608.0, 3597.0, 3607.0, 3584.0, 3595.0, 3584.0, 3595.0, 3594.0, 3584.0, 3604.0, 3594.0, 3592.0, 3593.0, 3593.0, 3584.0, 3582.0, 3584.0, 3574.0, 3574.0, 3584.0, 3575.0, 3585.0, 3575.0, 3598.0, 3586.0, 3598.0, 3587.0, 3609.0, 3588.0, 3610.0, 3599.0, 3611.0, 3612.0, 3613.0, 3622.0, 3603.0, 3612.0, 3601.0, 3613.0, 3601.0, 3613.0, 3612.0, 3614.0, 3614.0, 3615.0, 3636.0, 3615.0, 3623.0, 3592.0, 3590.0, 3591.0, 3611.0, 3612.0, 3612.0, 3625.0, 3612.0, 3624.0, 3601.0, 3622.0, 3599.0, 3620.0, 3586.0, 3608.0, 3584.0, 3605.0, 3584.0, 3605.0, 3582.0, 3604.0, 3583.0, 3594.0, 3583.0, 3581.0, 3581.0, 3581.0, 3582.0, 3582.0, 3584.0], 'WindowWidth': [8203.0, 8190.0, 8149.0, 8174.0, 8123.0, 8137.0, 8119.0, 8158.0, 8153.0, 8166.0, 8151.0, 8149.0, 8155.0, 8136.0, 8150.0, 8145.0, 8153.0, 8163.0, 8152.0, 8151.0, 8154.0, 8174.0, 8156.0, 8135.0, 8154.0, 8152.0, 8155.0, 8170.0, 8164.0, 8190.0, 8168.0, 8155.0, 8182.0, 8168.0, 8194.0, 8147.0, 8191.0, 8159.0, 8191.0, 8143.0, 8187.0, 8150.0, 8165.0, 8174.0, 8146.0, 8158.0, 8147.0, 8143.0, 8130.0, 8144.0, 8128.0, 8148.0, 8119.0, 8149.0, 8147.0, 8150.0, 8159.0, 8152.0, 8172.0, 8177.0, 8193.0, 8181.0, 8151.0, 8187.0, 8176.0, 8175.0, 8175.0, 8201.0, 8243.0, 8209.0, 8201.0, 8201.0, 8208.0, 8182.0, 8199.0, 8185.0, 8192.0, 8184.0, 8172.0, 8159.0, 8169.0, 8157.0, 8189.0, 8163.0, 8187.0, 8170.0, 8168.0, 8148.0, 8159.0, 8146.0, 8171.0, 8154.0, 8190.0, 8156.0, 8179.0, 8152.0, 8153.0, 8150.0, 8146.0, 8168.0, 8148.0, 8150.0, 8164.0, 8146.0, 8160.0, 8144.0, 8156.0, 8140.0, 8157.0, 8137.0, 8150.0, 8118.0, 8134.0, 8116.0, 8132.0, 8117.0, 8134.0, 8119.0, 8124.0, 8121.0, 8123.0, 8121.0, 8120.0, 8135.0, 8122.0, 8139.0, 8139.0, 8143.0, 8143.0, 8131.0, 8144.0, 8147.0, 8145.0, 8134.0, 8106.0, 8152.0, 8125.0, 8161.0, 8148.0, 8176.0, 8159.0, 8177.0, 8173.0, 8156.0, 8162.0, 8190.0, 8178.0, 8188.0, 8177.0, 8171.0, 8174.0, 8168.0, 8177.0, 8190.0, 8175.0, 8157.0, 8166.0, 8153.0, 8161.0, 8151.0, 8149.0, 8151.0, 8149.0, 8169.0, 8164.0, 8151.0, 8147.0, 8160.0, 8162.0, 8142.0, 8156.0, 8134.0, 8135.0, 8133.0, 8148.0, 8134.0, 8134.0, 8132.0, 8130.0, 8120.0, 8131.0, 8116.0, 8116.0, 8119.0, 8120.0, 8135.0, 8134.0, 8106.0, 8122.0, 8110.0, 8112.0, 8135.0, 8140.0, 8146.0, 8162.0, 8198.0, 8190.0, 8191.0, 8169.0, 8170.0, 8147.0, 8166.0, 8150.0, 8165.0, 8155.0, 8198.0, 8160.0, 8171.0, 8173.0, 8173.0, 8159.0, 8140.0, 8118.0, 8158.0, 8177.0, 8182.0, 8180.0, 8165.0, 8184.0, 8178.0, 8198.0, 8191.0, 8186.0, 8170.0, 8201.0, 8165.0, 8162.0, 8175.0, 8169.0, 8198.0, 8166.0, 8159.0, 8162.0, 8125.0, 8131.0, 8112.0, 8110.0, 8133.0, 8127.0, 8157.0, 8156.0, 8136.0, 8131.0, 8119.0, 8116.0, 8113.0, 8112.0, 8110.0, 8110.0, 8108.0, 8109.0, 8109.0, 8109.0, 8093.0, 8107.0, 8106.0, 8082.0, 8093.0, 8081.0, 8093.0, 8082.0, 8095.0, 8099.0, 8115.0, 8103.0, 8130.0, 8107.0, 8119.0, 8108.0, 8133.0, 8108.0, 8136.0, 8113.0, 8140.0, 8110.0, 8126.0, 8126.0, 8148.0, 8153.0, 8156.0, 8135.0, 8169.0, 8149.0, 8174.0, 8181.0, 8180.0, 8149.0, 8194.0, 8169.0, 8180.0, 8159.0, 8153.0, 8141.0, 8175.0, 8178.0, 8179.0, 8127.0, 8177.0, 8186.0, 8178.0, 8202.0, 8175.0, 8186.0, 8149.0, 8173.0, 8139.0, 8155.0, 8124.0, 8156.0, 8124.0, 8154.0, 8107.0, 8153.0, 8122.0, 8116.0, 8133.0, 8101.0, 8118.0, 8125.0, 8119.0, 8148.0, 8113.0, 8142.0, 8137.0, 8140.0, 8135.0, 8137.0, 8130.0, 8117.0, 8115.0, 8129.0, 8132.0, 8112.0, 8132.0, 8113.0, 8100.0, 8098.0, 8111.0, 8080.0, 8113.0, 8096.0, 8117.0, 8130.0, 8117.0, 8131.0, 8132.0, 8131.0, 8109.0, 8121.0, 8145.0, 8170.0, 8170.0, 8139.0, 8152.0, 8152.0, 8100.0, 8144.0, 8155.0, 8144.0, 8143.0, 8145.0, 8151.0, 8166.0, 8133.0, 8164.0, 8147.0, 8151.0, 8149.0, 8153.0, 8154.0, 8154.0, 8174.0, 8164.0, 8189.0, 8175.0, 8169.0, 8172.0, 8168.0, 8174.0, 8172.0, 8175.0, 8174.0, 8175.0, 8189.0, 8174.0, 8185.0, 8154.0, 8132.0, 8145.0, 8140.0, 8140.0, 8161.0, 8131.0, 8163.0, 8131.0, 8145.0, 8171.0, 8139.0, 8154.0, 8137.0, 8138.0, 8143.0, 8143.0, 8143.0, 8138.0, 8142.0, 8109.0, 8124.0, 8124.0, 8119.0, 8125.0, 8093.0, 8140.0, 8173.0, 8142.0, 8140.0, 8126.0, 8121.0, 8144.0, 8142.0, 8143.0, 8147.0, 8146.0, 8147.0, 8148.0, 8143.0, 8149.0, 8130.0, 8148.0, 8145.0, 8147.0, 8147.0, 8164.0, 8148.0, 8161.0, 8162.0, 8140.0, 8159.0, 8122.0, 8121.0, 8146.0, 8116.0, 8128.0, 8112.0, 8127.0, 8108.0, 8107.0, 8094.0, 8094.0, 8112.0, 8111.0, 8127.0, 8118.0, 8130.0, 8119.0, 8119.0, 8106.0, 8124.0, 8111.0, 8121.0, 8112.0, 8108.0, 8130.0, 8116.0, 8129.0, 8134.0, 8154.0, 8132.0, 8149.0, 8168.0, 8207.0, 8222.0, 8201.0, 8154.0, 8179.0, 8143.0, 8175.0, 8200.0, 8183.0, 8197.0, 8180.0, 8187.0, 8158.0, 8132.0, 8150.0, 8160.0, 8161.0, 8149.0, 8198.0, 8150.0, 8199.0, 8194.0, 8195.0, 8231.0, 8197.0, 8185.0, 8153.0, 8173.0, 8144.0, 8176.0, 8146.0, 8158.0, 8126.0, 8145.0, 8124.0, 8131.0, 8110.0, 8138.0, 8108.0, 8140.0, 8155.0, 8140.0, 8141.0, 8140.0, 8137.0, 8137.0, 8122.0, 8119.0, 8135.0, 8132.0, 8121.0, 8118.0, 8138.0, 8120.0, 8137.0, 8121.0, 8135.0, 8116.0, 8135.0, 8116.0, 8104.0, 8118.0, 8105.0, 8117.0, 8109.0, 8122.0, 8110.0, 8124.0, 8114.0, 8145.0, 8133.0, 8151.0, 8148.0, 8152.0, 8167.0, 8166.0, 8151.0, 8165.0, 8151.0, 8175.0, 8172.0, 8195.0, 8182.0, 8148.0, 8158.0, 8160.0, 8143.0, 8172.0, 8142.0, 8161.0, 8147.0, 8193.0, 8161.0, 8188.0, 8173.0, 8172.0, 8174.0, 8187.0, 8168.0, 8185.0, 8152.0, 8167.0, 8197.0, 8165.0, 8181.0, 8167.0, 8173.0, 8119.0, 8099.0, 8146.0, 8113.0, 8163.0, 8163.0, 8164.0, 8147.0, 8146.0, 8145.0, 8145.0, 8145.0, 8146.0, 8156.0, 8136.0, 8153.0, 8120.0, 8128.0, 8122.0, 8126.0, 8141.0, 8143.0, 8125.0, 8155.0, 8123.0, 8125.0, 8117.0, 8109.0, 8104.0, 8135.0, 8147.0, 8124.0, 8138.0, 8138.0, 8140.0, 8142.0, 8125.0, 8140.0, 8124.0, 8141.0, 8113.0, 8149.0, 8171.0, 8187.0, 8172.0, 8147.0, 8186.0, 8201.0, 8173.0, 8182.0, 8166.0, 8179.0, 8189.0, 8172.0, 8188.0, 8154.0, 8188.0, 8159.0, 8190.0, 8157.0, 8190.0, 8156.0, 8143.0, 8141.0, 8124.0, 8168.0, 8164.0, 8192.0, 8176.0, 8196.0, 8171.0, 8153.0, 8167.0, 8162.0, 8175.0, 8139.0, 8169.0, 8116.0, 8129.0, 8127.0, 8112.0, 8123.0, 8113.0, 8124.0, 8111.0, 8125.0, 8099.0, 8110.0, 8098.0, 8110.0, 8113.0, 8098.0, 8114.0, 8111.0, 8114.0, 8110.0, 8115.0, 8115.0, 8131.0, 8130.0, 8137.0, 8145.0, 8162.0, 8151.0, 8141.0, 8140.0, 8140.0, 8150.0, 8155.0, 8127.0, 8130.0, 8196.0, 8146.0, 8194.0, 8193.0, 8196.0, 8178.0, 8192.0, 8190.0, 8178.0, 8210.0, 8173.0, 8202.0, 8144.0, 8152.0, 8115.0, 8136.0, 8113.0, 8132.0, 8115.0, 8136.0, 8102.0, 8115.0, 8145.0, 8101.0, 8129.0, 8138.0, 8128.0, 8098.0, 8120.0, 8098.0, 8108.0, 8097.0, 8103.0, 8092.0, 8101.0, 8075.0, 8100.0, 8087.0, 8086.0, 8088.0, 8087.0, 8093.0, 8074.0, 8079.0, 8095.0, 8097.0, 8095.0, 8084.0, 8112.0, 8102.0, 8116.0, 8103.0, 8134.0, 8124.0, 8145.0, 8128.0, 8158.0, 8125.0, 8141.0, 8112.0, 8163.0, 8143.0, 8167.0, 8152.0, 8172.0, 8175.0, 8163.0, 8163.0, 8163.0, 8174.0, 8171.0, 8187.0, 8174.0, 8192.0, 8163.0, 8167.0, 8180.0, 8211.0, 8202.0, 8225.0, 8179.0, 8154.0, 8166.0, 8156.0, 8141.0, 8155.0, 8141.0, 8155.0, 8146.0, 8144.0, 8160.0, 8143.0, 8141.0, 8153.0, 8112.0, 8127.0, 8130.0, 8145.0, 8134.0, 8134.0, 8151.0, 8135.0, 8138.0, 8148.0, 8162.0, 8143.0, 8159.0, 8141.0, 8154.0, 8120.0, 8136.0, 8120.0, 8135.0, 8131.0, 8120.0, 8145.0, 8133.0, 8128.0, 8130.0, 8129.0, 8120.0, 8115.0, 8119.0, 8106.0, 8107.0, 8121.0, 8111.0, 8124.0, 8113.0, 8144.0, 8128.0, 8146.0, 8131.0, 8162.0, 8134.0, 8166.0, 8150.0, 8170.0, 8173.0, 8175.0, 8186.0, 8163.0, 8173.0, 8157.0, 8174.0, 8158.0, 8176.0, 8173.0, 8179.0, 8178.0, 8182.0, 8213.0, 8182.0, 8188.0, 8146.0, 8140.0, 8143.0, 8168.0, 8172.0, 8173.0, 8195.0, 8174.0, 8190.0, 8155.0, 8184.0, 8149.0, 8178.0, 8125.0, 8157.0, 8119.0, 8149.0, 8117.0, 8146.0, 8114.0, 8145.0, 8114.0, 8130.0, 8113.0, 8111.0, 8111.0, 8110.0, 8113.0, 8113.0, 8118.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.001078933486238532</td></tr>
<tr><td colspan=3>aqi</td><td>0.020675417545871558</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.527751751940286</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1761290758553389</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0181467547876006</td></tr>
<tr><td colspan=3>efc</td><td>0.4545</td></tr>
<tr><td colspan=3>fber</td><td>5028.1567</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08056412425125854</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>30</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.4403669724770642</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6211909931204542</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5533718482137804</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8303678416096814</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4798332895379014</td></tr>
<tr><td colspan=3>gcor</td><td>0.0309003</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011361814104020596</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.023669304326176643</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>3.569970017948842</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>28.4711</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.5351</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>139.5246</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>307212.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>616.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>271.3566</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.6376</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>465.2473</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2820.5189</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3054.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>69332.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>725.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3750.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>855.4632</td></tr>
<tr><td colspan=3>tsnr</td><td>39.480871196021326</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>