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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0087/ses-03/func/sub-0087_ses-03_task-social_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>5217331318751e3b402329fda2e69ba5</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>12:26:3.525000</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.999511, -0.0102699, 0.0295187, 0.00593134, 0.989637, 0.14347]</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.122656</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4172, -7773, -7219, 515, -17, -44, 50, 55]</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>278.703</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>084f64ff-b554-4b0b-bb72-a001cb715e01||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.6816163063049316, 0.0159133393317461, 0.08285287767648697, 110.96694946289062], [0.027553437277674675, 2.655123472213745, 0.3867069184780121, -102.455810546875], [0.07919660210609436, -0.3849194049835205, 2.6708786487579346, -31.893966674804688], [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': ['122603.525000', '122603.985000', '122604.445000', '122604.905000', '122605.365000', '122605.825000', '122606.285000', '122606.745000', '122607.205000', '122607.665000', '122608.125000', '122608.585000', '122609.045000', '122609.505000', '122609.965000', '122610.425000', '122610.885000', '122611.345000', '122611.805000', '122612.265000', '122612.725000', '122613.185000', '122613.645000', '122614.105000', '122614.565000', '122615.025000', '122615.485000', '122615.945000', '122616.405000', '122616.865000', '122617.325000', '122617.785000', '122618.245000', '122618.705000', '122619.165000', '122619.625000', '122620.085000', '122620.545000', '122621.005000', '122621.465000', '122621.925000', '122622.385000', '122622.845000', '122623.305000', '122623.765000', '122624.225000', '122624.685000', '122625.145000', '122625.605000', '122626.065000', '122626.525000', '122626.985000', '122627.445000', '122627.905000', '122628.365000', '122628.825000', '122629.285000', '122629.745000', '122630.205000', '122630.665000', '122631.125000', '122631.585000', '122632.045000', '122632.505000', '122632.965000', '122633.425000', '122633.885000', '122634.345000', '122634.805000', '122635.265000', '122635.725000', '122636.185000', '122636.645000', '122637.105000', '122637.565000', '122638.025000', '122638.485000', '122638.945000', '122639.405000', '122639.865000', '122640.325000', '122640.785000', '122641.245000', '122641.705000', '122642.165000', '122642.625000', '122643.085000', '122643.545000', '122644.005000', '122644.465000', '122644.925000', '122645.385000', '122645.845000', '122646.305000', '122646.765000', '122647.225000', '122647.685000', '122648.145000', '122648.605000', '122649.065000', '122649.525000', '122649.985000', '122650.445000', '122650.905000', '122651.365000', '122651.825000', '122652.285000', '122652.745000', '122653.205000', '122653.665000', '122654.125000', '122654.585000', '122655.045000', '122655.505000', '122655.965000', '122656.425000', '122656.885000', '122657.345000', '122657.805000', '122658.265000', '122658.725000', '122659.185000', '122659.645000', '122700.105000', '122700.565000', '122701.025000', '122701.485000', '122701.945000', '122702.405000', '122702.865000', '122703.325000', '122703.785000', '122704.245000', '122704.705000', '122705.165000', '122705.625000', '122706.085000', '122706.545000', '122707.005000', '122707.465000', '122707.925000', '122708.385000', '122708.845000', '122709.305000', '122709.765000', '122710.225000', '122710.685000', '122711.145000', '122711.605000', '122712.065000', '122712.525000', '122712.985000', '122713.445000', '122713.905000', '122714.365000', '122714.825000', '122715.285000', '122715.745000', '122716.205000', '122716.665000', '122717.125000', '122717.585000', '122718.045000', '122718.505000', '122718.965000', '122719.425000', '122719.885000', '122720.345000', '122720.805000', '122721.265000', '122721.725000', '122722.185000', '122722.645000', '122723.105000', '122723.565000', '122724.025000', '122724.485000', '122724.945000', '122725.405000', '122725.865000', '122726.325000', '122726.785000', '122727.245000', '122727.705000', '122728.165000', '122728.625000', '122729.085000', '122729.545000', '122730.005000', '122730.465000', '122730.925000', '122731.385000', '122731.845000', '122732.305000', '122732.765000', '122733.225000', '122733.685000', '122734.145000', '122734.605000', '122735.065000', '122735.525000', '122735.985000', '122736.445000', '122736.905000', '122737.365000', '122737.825000', '122738.285000', '122738.745000', '122739.205000', '122739.665000', '122740.125000', '122740.585000', '122741.045000', '122741.505000', '122741.965000', '122742.425000', '122742.885000', '122743.345000', '122743.805000', '122744.265000', '122744.725000', '122745.185000', '122745.645000', '122746.105000', '122746.565000', '122747.025000', '122747.485000', '122747.945000', '122748.405000', '122748.865000', '122749.325000', '122749.785000', '122750.245000', '122750.705000', '122751.165000', '122751.625000', '122752.085000', '122752.545000', '122753.005000', '122753.465000', '122753.925000', '122754.385000', '122754.845000', '122755.305000', '122755.765000', '122756.225000', '122756.685000', '122757.145000', '122757.605000', '122758.065000', '122758.525000', '122758.985000', '122759.445000', '122759.905000', '122800.365000', '122800.825000', '122801.285000', '122801.745000', '122802.205000', '122802.665000', '122803.125000', '122803.585000', '122804.045000', '122804.505000', '122804.965000', '122805.425000', '122805.885000', '122806.345000', '122806.805000', '122807.265000', '122807.725000', '122808.185000', '122808.645000', '122809.105000', '122809.565000', '122810.025000', '122810.485000', '122810.945000', '122811.405000', '122811.865000', '122812.325000', '122812.785000', '122813.245000', '122813.705000', '122814.165000', '122814.625000', '122815.085000', '122815.545000', '122816.005000', '122816.465000', '122816.925000', '122817.385000', '122817.845000', '122818.305000', '122818.765000', '122819.225000', '122819.685000', '122820.145000', '122820.605000', '122821.065000', '122821.525000', '122821.985000', '122822.445000', '122822.905000', '122823.365000', '122823.825000', '122824.285000', '122824.745000', '122825.205000', '122825.665000', '122826.125000', '122826.585000', '122827.045000', '122827.505000', '122827.965000', '122828.425000', '122828.885000', '122829.345000', '122829.805000', '122830.265000', '122830.725000', '122831.185000', '122831.645000', '122832.105000', '122832.565000', '122833.025000', '122833.485000', '122833.945000', '122834.405000', '122834.865000', '122835.325000', '122835.785000', '122836.245000', '122836.705000', '122837.165000', '122837.625000', '122838.085000', '122838.545000', '122839.005000', '122839.465000', '122839.925000', '122840.385000', '122840.845000', '122841.305000', '122841.765000', '122842.225000', '122842.685000', '122843.145000', '122843.605000', '122844.065000', '122844.525000', '122844.985000', '122845.445000', '122845.905000', '122846.365000', '122846.825000', '122847.285000', '122847.745000', '122848.205000', '122848.665000', '122849.125000', '122849.585000', '122850.045000', '122850.505000', '122850.965000', '122851.425000', '122851.885000', '122852.345000', '122852.805000', '122853.265000', '122853.725000', '122854.185000', '122854.645000', '122855.105000', '122855.565000', '122856.025000', '122856.485000', '122856.945000', '122857.405000', '122857.865000', '122858.325000', '122858.785000', '122859.245000', '122859.705000', '122900.165000', '122900.625000', '122901.085000', '122901.545000', '122902.005000', '122902.465000', '122902.925000', '122903.385000', '122903.845000', '122904.305000', '122904.765000', '122905.225000', '122905.685000', '122906.145000', '122906.605000', '122907.065000', '122907.525000', '122907.985000', '122908.445000', '122908.905000', '122909.365000', '122909.825000', '122910.285000', '122910.745000', '122911.205000', '122911.665000', '122912.125000', '122912.585000', '122913.045000', '122913.505000', '122913.965000', '122914.425000', '122914.885000', '122915.345000', '122915.805000', '122916.265000', '122916.725000', '122917.185000', '122917.645000', '122918.105000', '122918.565000', '122919.025000', '122919.485000', '122919.945000', '122920.405000', '122920.865000', '122921.325000', '122921.785000', '122922.245000', '122922.705000', '122923.165000', '122923.625000', '122924.085000', '122924.545000', '122925.005000', '122925.465000', '122925.925000', '122926.385000', '122926.845000', '122927.305000', '122927.765000', '122928.225000', '122928.685000', '122929.145000', '122929.605000', '122930.065000', '122930.525000', '122930.985000', '122931.445000', '122931.905000', '122932.365000', '122932.825000', '122933.285000', '122933.745000', '122934.205000', '122934.665000', '122935.125000', '122935.585000', '122936.045000', '122936.505000', '122936.965000', '122937.425000', '122937.885000', '122938.345000', '122938.805000', '122939.265000', '122939.725000', '122940.185000', '122940.645000', '122941.105000', '122941.565000', '122942.025000', '122942.485000', '122942.945000', '122943.405000', '122943.865000', '122944.325000', '122944.785000', '122945.245000', '122945.705000', '122946.165000', '122946.625000', '122947.085000', '122947.545000', '122948.005000', '122948.465000', '122948.925000', '122949.385000', '122949.845000', '122950.305000', '122950.765000', '122951.225000', '122951.685000', '122952.145000', '122952.605000', '122953.065000', '122953.525000', '122953.985000', '122954.445000', '122954.905000', '122955.365000', '122955.825000', '122956.285000', '122956.745000', '122957.205000', '122957.665000', '122958.125000', '122958.585000', '122959.045000', '122959.505000', '122959.965000', '123000.425000', '123000.885000', '123001.345000', '123001.805000', '123002.265000', '123002.725000', '123003.185000', '123003.645000', '123004.105000', '123004.565000', '123005.025000', '123005.485000', '123005.945000', '123006.405000', '123006.865000', '123007.325000', '123007.785000', '123008.245000', '123008.705000', '123009.165000', '123009.625000', '123010.085000', '123010.545000', '123011.005000', '123011.465000', '123011.925000', '123012.385000', '123012.845000', '123013.305000', '123013.765000', '123014.225000', '123014.685000', '123015.145000', '123015.605000', '123016.065000', '123016.525000', '123016.985000', '123017.445000', '123017.905000', '123018.365000', '123018.825000', '123019.285000', '123019.745000', '123020.205000', '123020.665000', '123021.125000', '123021.585000', '123022.045000', '123022.505000', '123022.965000', '123023.425000', '123023.885000', '123024.345000', '123024.805000', '123025.265000', '123025.725000', '123026.185000', '123026.645000', '123027.105000', '123027.565000', '123028.025000', '123028.485000', '123028.945000', '123029.405000', '123029.865000', '123030.325000', '123030.785000', '123031.245000', '123031.705000', '123032.165000', '123032.625000', '123033.085000', '123033.545000', '123034.005000', '123034.465000', '123034.925000', '123035.385000', '123035.845000', '123036.305000', '123036.765000', '123037.225000', '123037.685000', '123038.145000', '123038.605000', '123039.065000', '123039.525000', '123039.985000', '123040.445000', '123040.905000', '123041.365000', '123041.825000', '123042.285000', '123042.745000', '123043.205000', '123043.665000', '123044.125000', '123044.585000', '123045.045000', '123045.505000', '123045.965000', '123046.425000', '123046.885000', '123047.345000', '123047.805000', '123048.265000', '123048.725000', '123049.185000', '123049.645000', '123050.105000', '123050.565000', '123051.025000', '123051.485000', '123051.945000', '123052.405000', '123052.865000', '123053.325000', '123053.785000', '123054.245000', '123054.705000', '123055.165000', '123055.625000', '123056.085000', '123056.545000', '123057.005000', '123057.465000', '123057.925000', '123058.385000', '123058.845000', '123059.305000', '123059.765000', '123100.225000', '123100.685000', '123101.145000', '123101.605000', '123102.065000', '123102.525000', '123102.985000', '123103.445000', '123103.905000', '123104.365000', '123104.825000', '123105.285000', '123105.745000', '123106.205000', '123106.665000', '123107.125000', '123107.585000', '123108.045000', '123108.505000', '123108.965000', '123109.425000', '123109.885000', '123110.345000', '123110.805000', '123111.265000', '123111.725000', '123112.185000', '123112.645000', '123113.105000', '123113.565000', '123114.025000', '123114.485000', '123114.945000', '123115.405000', '123115.865000', '123116.325000', '123116.785000', '123117.245000', '123117.705000', '123118.165000', '123118.625000', '123119.085000', '123119.545000', '123120.005000', '123120.465000', '123120.925000', '123121.385000', '123121.845000', '123122.305000', '123122.765000', '123123.225000', '123123.685000', '123124.145000', '123124.605000', '123125.065000', '123125.525000', '123125.985000', '123126.445000', '123126.905000', '123127.365000', '123127.825000', '123128.285000', '123128.745000', '123129.205000', '123129.665000', '123130.125000', '123130.585000', '123131.045000', '123131.505000', '123131.965000', '123132.425000', '123132.885000', '123133.345000', '123133.805000', '123134.265000', '123134.725000', '123135.185000', '123135.645000', '123136.105000', '123136.565000', '123137.025000', '123137.485000', '123137.945000', '123138.405000', '123138.865000', '123139.325000', '123139.785000', '123140.245000', '123140.705000', '123141.165000', '123141.625000', '123142.085000', '123142.545000', '123143.005000', '123143.465000', '123143.925000', '123144.385000', '123144.845000', '123145.305000', '123145.765000', '123146.225000', '123146.685000', '123147.145000', '123147.605000', '123148.065000', '123148.525000', '123148.985000', '123149.445000', '123149.905000', '123150.365000', '123150.825000', '123151.285000', '123151.745000', '123152.205000', '123152.665000', '123153.125000', '123153.585000', '123154.045000', '123154.505000', '123154.965000', '123155.425000', '123155.885000', '123156.345000', '123156.805000', '123157.265000', '123157.725000', '123158.185000', '123158.645000', '123159.105000', '123159.565000', '123200.025000', '123200.485000', '123200.945000', '123201.405000', '123201.865000', '123202.325000', '123202.785000', '123203.245000', '123203.705000', '123204.165000', '123204.625000', '123205.085000', '123205.545000', '123206.005000', '123206.465000', '123206.925000', '123207.385000', '123207.845000', '123208.305000', '123208.765000', '123209.225000', '123209.685000', '123210.145000', '123210.605000', '123211.065000', '123211.525000', '123211.985000', '123212.445000', '123212.905000', '123213.365000', '123213.825000', '123214.285000', '123214.745000', '123215.205000', '123215.665000', '123216.125000', '123216.585000', '123217.045000', '123217.505000', '123217.965000', '123218.425000', '123218.885000', '123219.345000', '123219.805000', '123220.265000', '123220.725000', '123221.185000', '123221.645000', '123222.105000', '123222.565000', '123223.025000', '123223.485000', '123223.945000', '123224.405000', '123224.865000', '123225.325000', '123225.785000', '123226.245000', '123226.705000', '123227.165000', '123227.625000', '123228.085000', '123228.545000', '123229.005000', '123229.465000', '123229.925000', '123230.385000', '123230.845000', '123231.305000', '123231.765000', '123232.225000', '123232.685000', '123233.145000', '123233.605000', '123234.065000', '123234.525000', '123234.985000', '123235.445000', '123235.905000', '123236.365000', '123236.825000', '123237.285000', '123237.745000', '123238.205000', '123238.665000', '123239.125000', '123239.585000', '123240.045000', '123240.505000', '123240.965000', '123241.425000', '123241.885000', '123242.345000', '123242.805000', '123243.265000', '123243.725000', '123244.185000'], 'ContentTime': ['122627.680000', '122627.684000', '122627.686000', '122627.689000', '122627.692000', '122627.694000', '122627.703000', '122627.705000', '122627.708000', '122627.710000', '122627.713000', '122627.715000', '122627.718000', '122627.721000', '122627.723000', '122627.726000', '122627.728000', '122627.731000', '122627.734000', '122627.736000', '122627.739000', '122627.747000', '122627.750000', '122627.752000', '122627.755000', '122627.758000', '122627.760000', '122627.763000', '122627.766000', '122627.768000', '122627.771000', '122627.773000', '122627.776000', '122627.779000', '122627.782000', '122627.786000', '122627.802000', '122627.805000', '122627.808000', '122627.816000', '122627.819000', '122627.821000', '122627.824000', '122627.827000', '122627.829000', '122627.832000', '122627.834000', '122627.837000', '122627.840000', '122627.842000', '122647.634000', '122647.636000', '122647.639000', '122647.642000', '122647.644000', '122647.647000', '122647.650000', '122647.652000', '122647.657000', '122647.659000', '122647.662000', '122647.665000', '122647.667000', '122647.670000', '122647.672000', '122647.675000', '122647.678000', '122647.680000', '122647.683000', '122647.686000', '122647.688000', '122647.691000', '122647.694000', '122647.696000', '122647.699000', '122647.701000', '122647.704000', '122647.707000', '122647.709000', '122647.712000', '122647.715000', '122647.717000', '122647.720000', '122647.722000', '122647.725000', '122647.727000', '122647.730000', '122647.732000', '122647.735000', '122647.737000', '122647.740000', '122647.743000', '122647.745000', '122647.748000', '122707.634000', '122707.636000', '122707.639000', '122707.642000', '122707.644000', '122707.647000', '122707.650000', '122707.652000', '122707.655000', '122707.657000', '122707.660000', '122707.662000', '122707.665000', '122707.668000', '122707.670000', '122707.673000', '122707.676000', '122707.678000', '122707.689000', '122707.692000', '122707.695000', '122707.697000', '122707.700000', '122707.703000', '122707.705000', '122707.708000', '122707.745000', '122707.747000', '122707.750000', '122707.753000', '122707.755000', '122707.758000', '122707.761000', '122707.763000', '122707.766000', '122707.768000', '122707.771000', '122707.774000', '122707.776000', '122707.779000', '122707.781000', '122707.784000', '122707.787000', '122727.633000', '122727.636000', '122727.638000', '122727.641000', '122727.643000', '122727.646000', '122727.649000', '122727.652000', '122727.654000', '122727.657000', '122727.659000', '122727.662000', '122727.665000', '122727.667000', '122727.670000', '122727.673000', '122727.675000', '122727.678000', '122727.680000', '122727.683000', '122727.686000', '122727.688000', '122727.691000', '122727.693000', '122727.696000', '122727.699000', '122727.701000', '122727.704000', '122727.706000', '122727.709000', '122727.711000', '122727.714000', '122727.717000', '122727.719000', '122727.722000', '122727.724000', '122727.727000', '122727.730000', '122727.732000', '122727.735000', '122727.737000', '122727.740000', '122727.743000', '122727.745000', '122747.633000', '122747.636000', '122747.639000', '122747.642000', '122747.644000', '122747.647000', '122747.649000', '122747.652000', '122747.655000', '122747.657000', '122747.660000', '122747.662000', '122747.665000', '122747.667000', '122747.670000', '122747.673000', '122747.675000', '122747.678000', '122747.680000', '122747.683000', '122747.686000', '122747.688000', '122747.691000', '122747.694000', '122747.696000', '122747.699000', '122747.701000', '122747.704000', '122747.707000', '122747.709000', '122747.712000', '122747.715000', '122747.717000', '122747.720000', '122747.722000', '122747.725000', '122747.728000', '122747.730000', '122747.733000', '122747.735000', '122747.738000', '122747.741000', '122747.743000', '122807.633000', '122807.636000', '122807.639000', '122807.641000', '122807.644000', '122807.647000', '122807.649000', '122807.652000', '122807.658000', '122807.661000', '122807.664000', '122807.667000', '122807.670000', '122807.672000', '122807.675000', '122807.677000', '122807.680000', '122807.683000', '122807.685000', '122807.688000', '122807.691000', '122807.693000', '122807.696000', '122807.698000', '122807.701000', '122807.704000', '122807.706000', '122807.709000', '122807.712000', '122807.714000', '122807.717000', '122807.720000', '122807.722000', '122807.725000', '122807.727000', '122807.730000', '122807.732000', '122807.735000', '122807.738000', '122807.740000', '122807.743000', '122807.746000', '122807.748000', '122807.751000', '122827.633000', '122827.636000', '122827.639000', '122827.642000', '122827.644000', '122827.647000', '122827.650000', '122827.652000', '122827.655000', '122827.657000', '122827.660000', '122827.663000', '122827.665000', '122827.668000', '122827.671000', '122827.673000', '122827.676000', '122827.679000', '122827.681000', '122827.684000', '122827.686000', '122827.689000', '122827.692000', '122827.694000', '122827.697000', '122827.699000', '122827.702000', '122827.705000', '122827.707000', '122827.710000', '122827.713000', '122827.715000', '122827.718000', '122827.720000', '122827.723000', '122827.726000', '122827.728000', '122827.731000', '122827.733000', '122827.736000', '122827.739000', '122827.741000', '122827.744000', '122847.634000', '122847.637000', '122847.639000', '122847.642000', '122847.644000', '122847.647000', '122847.650000', '122847.652000', '122847.655000', '122847.658000', '122847.661000', '122847.663000', '122847.668000', '122847.670000', '122847.687000', '122847.690000', '122847.693000', '122847.695000', '122847.698000', '122847.700000', '122847.703000', '122847.706000', '122847.708000', '122847.711000', '122847.713000', '122847.716000', '122847.718000', '122847.721000', '122847.724000', '122847.726000', '122847.729000', '122847.731000', '122847.734000', '122847.736000', '122847.739000', '122847.741000', '122847.744000', '122847.746000', '122847.749000', '122847.752000', '122847.754000', '122847.757000', '122847.760000', '122907.634000', '122907.637000', '122907.639000', '122907.642000', '122907.644000', '122907.647000', '122907.650000', '122907.653000', '122907.655000', '122907.658000', '122907.660000', '122907.663000', '122907.666000', '122907.668000', '122907.671000', '122907.674000', '122907.676000', '122907.679000', '122907.681000', '122907.684000', '122907.687000', '122907.689000', '122907.692000', '122907.695000', '122907.697000', '122907.700000', '122907.702000', '122907.705000', '122907.708000', '122907.710000', '122907.713000', '122907.716000', '122907.718000', '122907.721000', '122907.724000', '122907.726000', '122907.729000', '122907.731000', '122907.734000', '122907.737000', '122907.739000', '122907.742000', '122907.745000', '122907.747000', '122927.633000', '122927.636000', '122927.639000', '122927.642000', '122927.644000', '122927.647000', '122927.649000', '122927.652000', '122927.654000', '122927.657000', '122927.659000', '122927.663000', '122927.666000', '122927.668000', '122927.671000', '122927.674000', '122927.676000', '122927.679000', '122927.681000', '122927.684000', '122927.687000', '122927.689000', '122927.692000', '122927.695000', '122927.697000', '122927.701000', '122927.704000', '122927.707000', '122927.709000', '122927.712000', '122927.715000', '122927.717000', '122927.720000', '122927.722000', '122927.725000', '122927.727000', '122927.730000', '122927.733000', '122927.735000', '122927.738000', '122927.740000', '122927.743000', '122927.746000', '122947.633000', '122947.636000', '122947.638000', '122947.641000', '122947.643000', '122947.646000', '122947.649000', '122947.651000', '122947.654000', '122947.657000', '122947.659000', '122947.662000', '122947.664000', '122947.667000', '122947.670000', '122947.672000', '122947.675000', '122947.678000', '122947.680000', '122947.683000', '122947.685000', '122947.688000', '122947.691000', '122947.693000', '122947.696000', '122947.699000', '122947.701000', '122947.704000', '122947.706000', '122947.709000', '122947.712000', '122947.714000', '122947.717000', '122947.719000', '122947.722000', '122947.725000', '122947.727000', '122947.730000', '122947.732000', '122947.735000', '122947.738000', '122947.740000', '122947.743000', '122947.745000', '123007.633000', '123007.636000', '123007.639000', '123007.641000', '123007.644000', '123007.647000', '123007.649000', '123007.652000', '123007.654000', '123007.657000', '123007.660000', '123007.662000', '123007.665000', '123007.667000', '123007.670000', '123007.672000', '123007.675000', '123007.678000', '123007.680000', '123007.683000', '123007.685000', '123007.688000', '123007.690000', '123007.693000', '123007.696000', '123007.698000', '123007.701000', '123007.703000', '123007.706000', '123007.709000', '123007.711000', '123007.714000', '123007.716000', '123007.719000', '123007.722000', '123007.724000', '123007.727000', '123007.730000', '123007.732000', '123007.735000', '123007.737000', '123007.740000', '123007.743000', '123027.633000', '123027.636000', '123027.639000', '123027.641000', '123027.644000', '123027.647000', '123027.649000', '123027.652000', '123027.654000', '123027.657000', '123027.659000', '123027.662000', '123027.664000', '123027.667000', '123027.670000', '123027.672000', '123027.675000', '123027.677000', '123027.680000', '123027.683000', '123027.685000', '123027.688000', '123027.690000', '123027.693000', '123027.696000', '123027.698000', '123027.701000', '123027.703000', '123027.706000', '123027.709000', '123027.711000', '123027.714000', '123027.716000', '123027.719000', '123027.721000', '123027.724000', '123027.727000', '123027.729000', '123027.732000', '123027.734000', '123027.737000', '123027.740000', '123027.742000', '123027.745000', '123047.633000', '123047.636000', '123047.639000', '123047.642000', '123047.644000', '123047.647000', '123047.649000', '123047.652000', '123047.654000', '123047.657000', '123047.660000', '123047.662000', '123047.665000', '123047.667000', '123047.670000', '123047.673000', '123047.675000', '123047.678000', '123047.680000', '123047.683000', '123047.685000', '123047.688000', '123047.691000', '123047.693000', '123047.696000', '123047.699000', '123047.701000', '123047.704000', '123047.706000', '123047.709000', '123047.712000', '123047.714000', '123047.717000', '123047.719000', '123047.722000', '123047.725000', '123047.727000', '123047.731000', '123047.733000', '123047.736000', '123047.739000', '123047.753000', '123047.755000', '123107.634000', '123107.637000', '123107.639000', '123107.642000', '123107.644000', '123107.647000', '123107.649000', '123107.652000', '123107.655000', '123107.657000', '123107.660000', '123107.662000', '123107.665000', '123107.667000', '123107.670000', '123107.672000', '123107.675000', '123107.678000', '123107.680000', '123107.683000', '123107.685000', '123107.688000', '123107.691000', '123107.693000', '123107.696000', '123107.699000', '123107.701000', '123107.704000', '123107.706000', '123107.709000', '123107.711000', '123107.714000', '123107.716000', '123107.719000', '123107.722000', '123107.724000', '123107.727000', '123107.729000', '123107.732000', '123107.737000', '123107.739000', '123107.742000', '123107.744000', '123107.747000', '123127.633000', '123127.636000', '123127.639000', '123127.642000', '123127.644000', '123127.647000', '123127.649000', '123127.652000', '123127.654000', '123127.657000', '123127.660000', '123127.662000', '123127.665000', '123127.667000', '123127.670000', '123127.672000', '123127.675000', '123127.678000', '123127.680000', '123127.683000', '123127.685000', '123127.688000', '123127.691000', '123127.694000', '123127.696000', '123127.699000', '123127.702000', '123127.704000', '123127.707000', '123127.710000', '123127.712000', '123127.715000', '123127.718000', '123127.720000', '123127.723000', '123127.725000', '123127.728000', '123127.731000', '123127.733000', '123127.736000', '123127.739000', '123127.741000', '123127.744000', '123147.634000', '123147.637000', '123147.639000', '123147.642000', '123147.644000', '123147.647000', '123147.650000', '123147.652000', '123147.655000', '123147.657000', '123147.660000', '123147.662000', '123147.665000', '123147.668000', '123147.670000', '123147.673000', '123147.675000', '123147.678000', '123147.681000', '123147.684000', '123147.687000', '123147.703000', '123147.706000', '123147.709000', '123147.712000', '123147.714000', '123147.717000', '123147.720000', '123147.723000', '123147.726000', '123147.729000', '123147.732000', '123147.734000', '123147.737000', '123147.740000', '123147.743000', '123147.745000', '123147.748000', '123147.751000', '123147.754000', '123147.756000', '123147.759000', '123147.762000', '123147.764000', '123207.633000', '123207.635000', '123207.638000', '123207.641000', '123207.643000', '123207.646000', '123207.648000', '123207.651000', '123207.654000', '123207.656000', '123207.659000', '123207.661000', '123207.664000', '123207.667000', '123207.669000', '123207.672000', '123207.674000', '123207.677000', '123207.680000', '123207.682000', '123207.685000', '123207.687000', '123207.690000', '123207.693000', '123207.695000', '123207.698000', '123207.700000', '123207.703000', '123207.706000', '123207.708000', '123207.711000', '123207.714000', '123207.716000', '123207.719000', '123207.722000', '123207.724000', '123207.727000', '123207.730000', '123207.732000', '123207.735000', '123207.737000', '123207.740000', '123207.744000', '123227.633000', '123227.637000', '123227.639000', '123227.642000', '123227.644000', '123227.647000', '123227.650000', '123227.652000', '123227.655000', '123227.657000', '123227.660000', '123227.663000', '123227.665000', '123227.668000', '123227.670000', '123227.673000', '123227.675000', '123227.678000', '123227.681000', '123227.683000', '123227.686000', '123227.689000', '123227.692000', '123227.694000', '123227.697000', '123227.699000', '123227.702000', '123227.705000', '123227.707000', '123227.710000', '123227.713000', '123227.715000', '123227.718000', '123227.720000', '123227.723000', '123227.725000', '123227.728000', '123227.731000', '123227.733000', '123227.736000', '123227.738000', '123227.741000', '123227.744000', '123227.746000', '123245.444000', '123245.447000', '123245.450000', '123245.453000', '123245.456000', '123245.458000', '123245.461000', '123245.464000', '123245.466000', '123245.469000', '123245.472000', '123245.474000', '123245.477000', '123245.480000', '123245.483000', '123245.486000', '123245.489000', '123245.491000', '123245.494000', '123245.497000', '123245.500000', '123245.503000', '123245.506000', '123245.509000', '123245.512000', '123245.515000', '123245.518000', '123245.521000', '123245.523000', '123245.526000', '123245.530000', '123245.534000', '123245.538000', '123245.541000', '123245.544000', '123245.547000', '123245.549000', '123245.553000', '123245.557000'], 'InstanceCreationTime': ['122627.680000', '122627.684000', '122627.686000', '122627.689000', '122627.692000', '122627.694000', '122627.703000', '122627.705000', '122627.708000', '122627.710000', '122627.713000', '122627.715000', '122627.718000', '122627.721000', '122627.723000', '122627.726000', '122627.728000', '122627.731000', '122627.734000', '122627.736000', '122627.739000', '122627.747000', '122627.750000', '122627.752000', '122627.755000', '122627.758000', '122627.760000', '122627.763000', '122627.766000', '122627.768000', '122627.771000', '122627.773000', '122627.776000', '122627.779000', '122627.782000', '122627.786000', '122627.802000', '122627.805000', '122627.808000', '122627.816000', '122627.819000', '122627.821000', '122627.824000', '122627.827000', '122627.829000', '122627.832000', '122627.834000', '122627.837000', '122627.840000', '122627.842000', '122647.634000', '122647.636000', '122647.639000', '122647.642000', '122647.644000', '122647.647000', '122647.650000', '122647.652000', '122647.657000', '122647.659000', '122647.662000', '122647.665000', '122647.667000', '122647.670000', '122647.672000', '122647.675000', '122647.678000', '122647.680000', '122647.683000', '122647.686000', '122647.688000', '122647.691000', '122647.694000', '122647.696000', '122647.699000', '122647.701000', '122647.704000', '122647.707000', '122647.709000', '122647.712000', '122647.715000', '122647.717000', '122647.720000', '122647.722000', '122647.725000', '122647.727000', '122647.730000', '122647.732000', '122647.735000', '122647.737000', '122647.740000', '122647.743000', '122647.745000', '122647.748000', '122707.634000', '122707.636000', '122707.639000', '122707.642000', '122707.644000', '122707.647000', '122707.650000', '122707.652000', '122707.655000', '122707.657000', '122707.660000', '122707.662000', '122707.665000', '122707.668000', '122707.670000', '122707.673000', '122707.676000', '122707.678000', '122707.689000', '122707.692000', '122707.695000', '122707.697000', '122707.700000', '122707.703000', '122707.705000', '122707.708000', '122707.745000', '122707.747000', '122707.750000', '122707.753000', '122707.755000', '122707.758000', '122707.761000', '122707.763000', '122707.766000', '122707.768000', '122707.771000', '122707.774000', '122707.776000', '122707.779000', '122707.781000', '122707.784000', '122707.787000', '122727.633000', '122727.636000', '122727.638000', '122727.641000', '122727.643000', '122727.646000', '122727.649000', '122727.652000', '122727.654000', '122727.657000', '122727.659000', '122727.662000', '122727.665000', '122727.667000', '122727.670000', '122727.673000', '122727.675000', '122727.678000', '122727.680000', '122727.683000', '122727.686000', '122727.688000', '122727.691000', '122727.693000', '122727.696000', '122727.699000', '122727.701000', '122727.704000', '122727.706000', '122727.709000', '122727.711000', '122727.714000', '122727.717000', '122727.719000', '122727.722000', '122727.724000', '122727.727000', '122727.730000', '122727.732000', '122727.735000', '122727.737000', '122727.740000', '122727.743000', '122727.745000', '122747.633000', '122747.636000', '122747.639000', '122747.642000', '122747.644000', '122747.647000', '122747.649000', '122747.652000', '122747.655000', '122747.657000', '122747.660000', '122747.662000', '122747.665000', '122747.667000', '122747.670000', '122747.673000', '122747.675000', '122747.678000', '122747.680000', '122747.683000', '122747.686000', '122747.688000', '122747.691000', '122747.694000', '122747.696000', '122747.699000', '122747.701000', '122747.704000', '122747.707000', '122747.709000', '122747.712000', '122747.715000', '122747.717000', '122747.720000', '122747.722000', '122747.725000', '122747.728000', '122747.730000', '122747.733000', '122747.735000', '122747.738000', '122747.741000', '122747.743000', '122807.633000', '122807.636000', '122807.639000', '122807.641000', '122807.644000', '122807.647000', '122807.649000', '122807.652000', '122807.658000', '122807.661000', '122807.664000', '122807.667000', '122807.670000', '122807.672000', '122807.675000', '122807.677000', '122807.680000', '122807.683000', '122807.685000', '122807.688000', '122807.691000', '122807.693000', '122807.696000', '122807.698000', '122807.701000', '122807.704000', '122807.706000', '122807.709000', '122807.712000', '122807.714000', '122807.717000', '122807.720000', '122807.722000', '122807.725000', '122807.727000', '122807.730000', '122807.732000', '122807.735000', '122807.738000', '122807.740000', '122807.743000', '122807.746000', '122807.748000', '122807.751000', '122827.633000', '122827.636000', '122827.639000', '122827.642000', '122827.644000', '122827.647000', '122827.650000', '122827.652000', '122827.655000', '122827.657000', '122827.660000', '122827.663000', '122827.665000', '122827.668000', '122827.671000', '122827.673000', '122827.676000', '122827.679000', '122827.681000', '122827.684000', '122827.686000', '122827.689000', '122827.692000', '122827.694000', '122827.697000', '122827.699000', '122827.702000', '122827.705000', '122827.707000', '122827.710000', '122827.713000', '122827.715000', '122827.718000', '122827.720000', '122827.723000', '122827.726000', '122827.728000', '122827.731000', '122827.733000', '122827.736000', '122827.739000', '122827.741000', '122827.744000', '122847.634000', '122847.637000', '122847.639000', '122847.642000', '122847.644000', '122847.647000', '122847.650000', '122847.652000', '122847.655000', '122847.658000', '122847.661000', '122847.663000', '122847.668000', '122847.670000', '122847.687000', '122847.690000', '122847.693000', '122847.695000', '122847.698000', '122847.700000', '122847.703000', '122847.706000', '122847.708000', '122847.711000', '122847.713000', '122847.716000', '122847.718000', '122847.721000', '122847.724000', '122847.726000', '122847.729000', '122847.731000', '122847.734000', '122847.736000', '122847.739000', '122847.741000', '122847.744000', '122847.746000', '122847.749000', '122847.752000', '122847.754000', '122847.757000', '122847.760000', '122907.634000', '122907.637000', '122907.639000', '122907.642000', '122907.644000', '122907.647000', '122907.650000', '122907.653000', '122907.655000', '122907.658000', '122907.660000', '122907.663000', '122907.666000', '122907.668000', '122907.671000', '122907.674000', '122907.676000', '122907.679000', '122907.681000', '122907.684000', '122907.687000', '122907.689000', '122907.692000', '122907.695000', '122907.697000', '122907.700000', '122907.702000', '122907.705000', '122907.708000', '122907.710000', '122907.713000', '122907.716000', '122907.718000', '122907.721000', '122907.724000', '122907.726000', '122907.729000', '122907.731000', '122907.734000', '122907.737000', '122907.739000', '122907.742000', '122907.745000', '122907.747000', '122927.633000', '122927.636000', '122927.639000', '122927.642000', '122927.644000', '122927.647000', '122927.649000', '122927.652000', '122927.654000', '122927.657000', '122927.659000', '122927.663000', '122927.666000', '122927.668000', '122927.671000', '122927.674000', '122927.676000', '122927.679000', '122927.681000', '122927.684000', '122927.687000', '122927.689000', '122927.692000', '122927.695000', '122927.697000', '122927.701000', '122927.704000', '122927.707000', '122927.709000', '122927.712000', '122927.715000', '122927.717000', '122927.720000', '122927.722000', '122927.725000', '122927.727000', '122927.730000', '122927.733000', '122927.735000', '122927.738000', '122927.740000', '122927.743000', '122927.746000', '122947.633000', '122947.636000', '122947.638000', '122947.641000', '122947.643000', '122947.646000', '122947.649000', '122947.651000', '122947.654000', '122947.657000', '122947.659000', '122947.662000', '122947.664000', '122947.667000', '122947.670000', '122947.672000', '122947.675000', '122947.678000', '122947.680000', '122947.683000', '122947.685000', '122947.688000', '122947.691000', '122947.693000', '122947.696000', '122947.699000', '122947.701000', '122947.704000', '122947.706000', '122947.709000', '122947.712000', '122947.714000', '122947.717000', '122947.719000', '122947.722000', '122947.725000', '122947.727000', '122947.730000', '122947.732000', '122947.735000', '122947.738000', '122947.740000', '122947.743000', '122947.745000', '123007.633000', '123007.636000', '123007.639000', '123007.641000', '123007.644000', '123007.647000', '123007.649000', '123007.652000', '123007.654000', '123007.657000', '123007.660000', '123007.662000', '123007.665000', '123007.667000', '123007.670000', '123007.672000', '123007.675000', '123007.678000', '123007.680000', '123007.683000', '123007.685000', '123007.688000', '123007.690000', '123007.693000', '123007.696000', '123007.698000', '123007.701000', '123007.703000', '123007.706000', '123007.709000', '123007.711000', '123007.714000', '123007.716000', '123007.719000', '123007.722000', '123007.724000', '123007.727000', '123007.730000', '123007.732000', '123007.735000', '123007.737000', '123007.740000', '123007.743000', '123027.633000', '123027.636000', '123027.639000', '123027.641000', '123027.644000', '123027.647000', '123027.649000', '123027.652000', '123027.654000', '123027.657000', '123027.659000', '123027.662000', '123027.664000', '123027.667000', '123027.670000', '123027.672000', '123027.675000', '123027.677000', '123027.680000', '123027.683000', '123027.685000', '123027.688000', '123027.690000', '123027.693000', '123027.696000', '123027.698000', '123027.701000', '123027.703000', '123027.706000', '123027.709000', '123027.711000', '123027.714000', '123027.716000', '123027.719000', '123027.721000', '123027.724000', '123027.727000', '123027.729000', '123027.732000', '123027.734000', '123027.737000', '123027.740000', '123027.742000', '123027.745000', '123047.633000', '123047.636000', '123047.639000', '123047.642000', '123047.644000', '123047.647000', '123047.649000', '123047.652000', '123047.654000', '123047.657000', '123047.660000', '123047.662000', '123047.665000', '123047.667000', '123047.670000', '123047.673000', '123047.675000', '123047.678000', '123047.680000', '123047.683000', '123047.685000', '123047.688000', '123047.691000', '123047.693000', '123047.696000', '123047.699000', '123047.701000', '123047.704000', '123047.706000', '123047.709000', '123047.712000', '123047.714000', '123047.717000', '123047.719000', '123047.722000', '123047.725000', '123047.727000', '123047.731000', '123047.733000', '123047.736000', '123047.739000', '123047.753000', '123047.755000', '123107.634000', '123107.637000', '123107.639000', '123107.642000', '123107.644000', '123107.647000', '123107.649000', '123107.652000', '123107.655000', '123107.657000', '123107.660000', '123107.662000', '123107.665000', '123107.667000', '123107.670000', '123107.672000', '123107.675000', '123107.678000', '123107.680000', '123107.683000', '123107.685000', '123107.688000', '123107.691000', '123107.693000', '123107.696000', '123107.699000', '123107.701000', '123107.704000', '123107.706000', '123107.709000', '123107.711000', '123107.714000', '123107.716000', '123107.719000', '123107.722000', '123107.724000', '123107.727000', '123107.729000', '123107.732000', '123107.737000', '123107.739000', '123107.742000', '123107.744000', '123107.747000', '123127.633000', '123127.636000', '123127.639000', '123127.642000', '123127.644000', '123127.647000', '123127.649000', '123127.652000', '123127.654000', '123127.657000', '123127.660000', '123127.662000', '123127.665000', '123127.667000', '123127.670000', '123127.672000', '123127.675000', '123127.678000', '123127.680000', '123127.683000', '123127.685000', '123127.688000', '123127.691000', '123127.694000', '123127.696000', '123127.699000', '123127.702000', '123127.704000', '123127.707000', '123127.710000', '123127.712000', '123127.715000', '123127.718000', '123127.720000', '123127.723000', '123127.725000', '123127.728000', '123127.731000', '123127.733000', '123127.736000', '123127.739000', '123127.741000', '123127.744000', '123147.634000', '123147.637000', '123147.639000', '123147.642000', '123147.644000', '123147.647000', '123147.650000', '123147.652000', '123147.655000', '123147.657000', '123147.660000', '123147.662000', '123147.665000', '123147.668000', '123147.670000', '123147.673000', '123147.675000', '123147.678000', '123147.681000', '123147.684000', '123147.687000', '123147.703000', '123147.706000', '123147.709000', '123147.712000', '123147.714000', '123147.717000', '123147.720000', '123147.723000', '123147.726000', '123147.729000', '123147.732000', '123147.734000', '123147.737000', '123147.740000', '123147.743000', '123147.745000', '123147.748000', '123147.751000', '123147.754000', '123147.756000', '123147.759000', '123147.762000', '123147.764000', '123207.633000', '123207.635000', '123207.638000', '123207.641000', '123207.643000', '123207.646000', '123207.648000', '123207.651000', '123207.654000', '123207.656000', '123207.659000', '123207.661000', '123207.664000', '123207.667000', '123207.669000', '123207.672000', '123207.674000', '123207.677000', '123207.680000', '123207.682000', '123207.685000', '123207.687000', '123207.690000', '123207.693000', '123207.695000', '123207.698000', '123207.700000', '123207.703000', '123207.706000', '123207.708000', '123207.711000', '123207.714000', '123207.716000', '123207.719000', '123207.722000', '123207.724000', '123207.727000', '123207.730000', '123207.732000', '123207.735000', '123207.737000', '123207.740000', '123207.744000', '123227.633000', '123227.637000', '123227.639000', '123227.642000', '123227.644000', '123227.647000', '123227.650000', '123227.652000', '123227.655000', '123227.657000', '123227.660000', '123227.663000', '123227.665000', '123227.668000', '123227.670000', '123227.673000', '123227.675000', '123227.678000', '123227.681000', '123227.683000', '123227.686000', '123227.689000', '123227.692000', '123227.694000', '123227.697000', '123227.699000', '123227.702000', '123227.705000', '123227.707000', '123227.710000', '123227.713000', '123227.715000', '123227.718000', '123227.720000', '123227.723000', '123227.725000', '123227.728000', '123227.731000', '123227.733000', '123227.736000', '123227.738000', '123227.741000', '123227.744000', '123227.746000', '123245.444000', '123245.447000', '123245.450000', '123245.453000', '123245.456000', '123245.458000', '123245.461000', '123245.464000', '123245.466000', '123245.469000', '123245.472000', '123245.474000', '123245.477000', '123245.480000', '123245.483000', '123245.486000', '123245.489000', '123245.491000', '123245.494000', '123245.497000', '123245.500000', '123245.503000', '123245.506000', '123245.509000', '123245.512000', '123245.515000', '123245.518000', '123245.521000', '123245.523000', '123245.526000', '123245.530000', '123245.534000', '123245.538000', '123245.541000', '123245.544000', '123245.547000', '123245.549000', '123245.553000', '123245.557000'], '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': [11659, 11166, 11141, 9025, 15189, 9864, 15283, 10255, 16064, 10448, 13412, 10175, 9468, 12827, 9532, 15369, 10535, 15625, 10184, 14904, 10591, 9009, 13197, 9596, 15769, 10652, 15037, 10317, 9376, 12522, 9330, 13481, 9839, 14746, 10016, 8833, 10670, 8607, 14567, 9675, 14998, 10267, 15501, 10679, 14660, 10373, 11953, 10225, 8470, 12735, 10507, 8621, 11467, 9965, 16801, 10424, 8718, 12691, 10122, 13355, 10392, 13917, 8873, 14004, 9625, 15045, 10165, 15181, 10205, 10523, 10632, 9156, 14235, 10076, 15694, 10734, 12440, 10385, 8985, 13354, 9231, 14615, 9759, 15566, 10203, 15989, 10386, 11292, 11185, 9648, 16069, 10554, 9318, 15144, 10019, 15981, 10972, 15403, 10727, 11946, 11113, 9214, 13836, 9428, 14516, 10131, 9108, 11664, 10160, 11439, 11348, 9229, 16851, 10950, 16381, 10432, 15223, 9766, 14377, 9865, 13748, 10102, 13704, 10015, 13080, 10393, 8486, 10678, 10018, 12148, 9906, 11573, 10438, 8739, 11948, 10162, 16001, 10212, 12039, 10517, 8849, 15391, 10327, 16410, 11290, 15289, 11543, 9531, 14016, 10390, 8710, 14905, 11150, 16371, 12996, 9962, 14610, 9637, 17190, 10395, 16391, 11043, 15624, 10806, 9143, 10755, 8488, 14004, 9922, 14420, 10009, 15070, 10167, 8577, 10554, 8641, 13836, 9697, 14484, 10143, 15787, 11140, 12846, 10642, 8487, 14958, 9268, 15958, 10074, 15033, 10187, 15884, 10735, 15764, 10863, 14772, 10054, 14489, 10100, 14230, 10227, 13734, 10225, 8318, 10971, 8673, 14389, 10068, 15317, 9637, 14129, 8947, 13846, 8606, 12710, 8463, 13139, 9247, 13382, 9874, 13665, 9928, 13619, 9401, 14512, 9963, 11854, 10080, 8636, 10338, 14696, 11588, 13263, 10258, 13497, 10193, 15357, 11008, 12424, 10211, 12720, 10244, 11470, 10043, 9109, 12407, 8559, 13913, 9477, 14002, 9934, 14062, 10289, 14404, 10011, 13370, 10380, 14196, 10866, 11268, 10422, 13828, 11524, 12206, 10832, 9008, 12909, 9134, 13252, 9575, 12463, 8969, 12557, 9295, 13898, 9943, 13066, 9772, 13830, 10340, 13905, 9979, 13682, 10845, 13909, 10424, 14228, 10141, 13810, 10442, 10346, 10101, 10303, 10424, 9014, 10360, 9359, 11143, 10040, 8691, 10321, 9560, 15434, 10872, 9220, 12304, 14896, 12210, 14998, 10992, 16635, 11317, 16723, 11756, 9065, 12042, 9638, 14249, 10048, 14266, 10763, 14121, 10930, 14931, 11656, 11770, 10899, 9280, 11715, 10104, 15291, 10321, 8703, 14292, 10735, 13509, 11741, 11345, 11370, 9297, 14759, 9929, 14685, 10049, 13855, 9809, 13499, 11016, 13990, 10681, 10803, 10151, 8739, 11879, 9578, 12160, 10106, 14226, 11333, 9317, 10197, 9097, 12590, 9389, 14567, 10450, 14732, 10490, 15207, 10817, 13141, 10628, 14196, 11624, 15092, 11957, 10875, 10909, 16055, 12825, 14567, 11551, 14321, 11685, 13710, 10874, 10997, 10385, 8662, 12316, 10185, 13230, 10432, 13636, 11534, 8970, 10607, 14851, 11898, 13979, 11852, 13625, 10721, 12863, 10979, 13541, 11684, 12439, 10881, 12635, 11191, 11066, 11016, 8679, 10253, 11270, 11427, 9197, 11437, 10290, 13540, 11060, 13656, 11373, 14283, 11868, 15425, 11978, 15913, 12069, 14232, 12301, 16296, 12026, 14130, 11993, 12856, 12304, 9835, 11974, 10529, 14180, 11769, 14967, 11119, 13742, 11777, 13539, 12057, 9870, 11164, 9772, 13423, 10660, 13062, 10745, 13024, 10869, 13302, 10831, 13235, 11675, 13667, 12036, 12534, 11296, 10257, 10980, 10100, 11424, 11071, 12675, 11304, 13954, 11791, 13543, 11674, 12382, 11726, 9831, 10697, 9284, 11486, 9628, 12686, 10719, 11421, 10295, 12220, 10594, 13996, 11188, 13252, 11511, 14012, 11546, 12650, 11478, 10328, 11206, 9788, 11663, 10148, 12958, 10525, 14159, 11528, 13860, 11560, 13935, 12078, 14804, 11888, 10823, 10282, 9446, 13157, 10008, 9490, 11721, 9984, 12964, 11376, 9656, 13459, 10078, 15601, 10516, 16729, 11382, 11259, 10668, 9458, 13092, 10308, 14135, 10290, 9114, 10534, 9789, 12997, 9703, 12867, 10153, 13813, 10391, 8927, 11384, 9594, 13747, 9854, 8790, 10286, 9074, 12961, 9884, 14402, 10744, 9974, 14837, 11457, 9724, 14453, 11123, 14924, 11788, 9728, 12438, 10171, 14935, 11214, 16574, 11160, 9897, 11759, 9743, 12912, 9659, 9566, 10078, 9381, 11585, 9787, 9703, 10124, 9096, 11778, 9529, 14013, 10144, 14250, 10189, 13725, 10504, 12287, 10630, 9285, 12726, 9713, 13841, 10239, 11904, 10272, 9090, 11595, 9462, 13300, 9921, 13756, 10575, 12244, 10676, 9394, 11407, 10186, 13527, 10517, 13864, 10425, 13444, 11116, 10459, 9962, 9267, 12812, 9583, 13234, 10198, 13592, 10829, 14432, 10729, 13217, 10442, 13917, 11090, 12396, 10958, 10777, 10008, 11359, 10731, 9197, 11237, 9726, 12877, 10402, 13375, 10485, 13054, 10431, 11372, 10469, 9668, 11464, 9308, 12471, 9604, 11385, 9934, 12472, 10014, 13717, 10275, 13597, 10362, 14043, 11038, 13640, 10590, 11160, 10387, 10915, 10363, 8971, 11063, 10601, 11993, 10194, 11735, 13725, 11242, 16549, 12062, 12822, 10811, 11416, 10806, 12575, 11179, 9125, 10623, 9455, 11472, 9435, 11312, 9077, 11434, 9482, 11891, 9515, 11312, 9160, 11325, 9193, 11159, 8624, 10781, 9138, 10528, 11750, 10832, 8995, 10512, 8920, 11193, 10296, 12403, 10983, 12529, 11242, 13705, 11224, 14276, 11240, 14499, 10884, 13332, 10924, 13696, 10828, 14701, 11134, 14138, 11506, 14148, 11373, 11577, 11040, 12590, 11631, 12407, 11274, 12665, 11064, 13322, 11381, 9566, 10861, 10156, 12477, 9803, 13290, 8958, 9297, 10445, 10352, 11734, 10072, 9399, 16299, 10322, 16342, 11669, 10682, 12049, 9731, 15023, 9954, 16135, 10396, 10923, 11185, 10348, 14899, 10178, 15542, 11252, 15303, 11075, 9189, 10676, 9871, 14290, 10316, 14529, 11016, 15278, 10977, 16002, 10950, 11103, 10208, 10838, 11318, 10075, 11988, 9933, 14253, 9911, 15278, 10775, 14417, 10803, 14770, 10966, 12803, 10928, 8967, 10374, 10114, 11068, 10205, 12226, 9732, 12863, 9953, 13547, 10800, 13121, 9561, 9892, 12477, 9752, 12694, 10245, 9419, 15298, 10697, 17411, 12025, 15527, 14133, 15652, 11768, 10328, 13335, 11300, 16429, 10539, 14410, 10600, 12050, 12661, 11880, 12147, 11710, 12816, 12323, 11753, 13358, 11133, 15577, 10841, 15729, 10360, 15109, 10152, 16840, 10463, 17034, 10756, 17251, 10966, 16682, 10759, 16241, 11458, 15708, 10617, 10034, 11150], 'WindowCenter': [4580.0, 4552.0, 4549.0, 4507.0, 4567.0, 4516.0, 4564.0, 4516.0, 4562.0, 4512.0, 4542.0, 4512.0, 4500.0, 4531.0, 4503.0, 4552.0, 4512.0, 4551.0, 4511.0, 4550.0, 4512.0, 4480.0, 4531.0, 4500.0, 4550.0, 4511.0, 4540.0, 4502.0, 4490.0, 4532.0, 4501.0, 4542.0, 4514.0, 4554.0, 4515.0, 4505.0, 4525.0, 4496.0, 4566.0, 4506.0, 4555.0, 4515.0, 4553.0, 4524.0, 4552.0, 4514.0, 4533.0, 4512.0, 4495.0, 4556.0, 4526.0, 4494.0, 4535.0, 4528.0, 4575.0, 4527.0, 4496.0, 4547.0, 4515.0, 4544.0, 4513.0, 4543.0, 4491.0, 4542.0, 4503.0, 4550.0, 4513.0, 4550.0, 4511.0, 4512.0, 4513.0, 4493.0, 4541.0, 4514.0, 4552.0, 4525.0, 4532.0, 4514.0, 4492.0, 4544.0, 4503.0, 4552.0, 4505.0, 4562.0, 4515.0, 4561.0, 4516.0, 4523.0, 4523.0, 4515.0, 4565.0, 4527.0, 4519.0, 4566.0, 4516.0, 4564.0, 4524.0, 4555.0, 4526.0, 4533.0, 4524.0, 4492.0, 4543.0, 4503.0, 4552.0, 4512.0, 4493.0, 4523.0, 4526.0, 4537.0, 4536.0, 4505.0, 4575.0, 4526.0, 4565.0, 4514.0, 4552.0, 4501.0, 4539.0, 4491.0, 4528.0, 4499.0, 4530.0, 4500.0, 4530.0, 4514.0, 4482.0, 4513.0, 4514.0, 4545.0, 4516.0, 4533.0, 4525.0, 4495.0, 4535.0, 4527.0, 4565.0, 4527.0, 4535.0, 4525.0, 4495.0, 4567.0, 4518.0, 4564.0, 4526.0, 4564.0, 4534.0, 4516.0, 4554.0, 4515.0, 4495.0, 4566.0, 4538.0, 4565.0, 4547.0, 4514.0, 4555.0, 4503.0, 4563.0, 4513.0, 4563.0, 4522.0, 4539.0, 4510.0, 4478.0, 4508.0, 4480.0, 4541.0, 4501.0, 4540.0, 4503.0, 4553.0, 4513.0, 4483.0, 4514.0, 4493.0, 4545.0, 4504.0, 4542.0, 4514.0, 4553.0, 4524.0, 4532.0, 4513.0, 4484.0, 4553.0, 4492.0, 4553.0, 4502.0, 4542.0, 4502.0, 4551.0, 4512.0, 4550.0, 4513.0, 4540.0, 4501.0, 4539.0, 4501.0, 4530.0, 4501.0, 4528.0, 4501.0, 4481.0, 4512.0, 4481.0, 4543.0, 4502.0, 4552.0, 4503.0, 4542.0, 4480.0, 4530.0, 4482.0, 4530.0, 4471.0, 4531.0, 4492.0, 4530.0, 4501.0, 4539.0, 4503.0, 4542.0, 4504.0, 4552.0, 4515.0, 4533.0, 4515.0, 4493.0, 4516.0, 4554.0, 4535.0, 4532.0, 4515.0, 4532.0, 4512.0, 4553.0, 4511.0, 4520.0, 4503.0, 4529.0, 4503.0, 4521.0, 4503.0, 4490.0, 4530.0, 4482.0, 4542.0, 4503.0, 4542.0, 4503.0, 4543.0, 4513.0, 4543.0, 4515.0, 4543.0, 4514.0, 4543.0, 4514.0, 4522.0, 4525.0, 4541.0, 4524.0, 4521.0, 4512.0, 4480.0, 4530.0, 4492.0, 4531.0, 4491.0, 4532.0, 4480.0, 4532.0, 4493.0, 4541.0, 4503.0, 4533.0, 4503.0, 4541.0, 4502.0, 4532.0, 4502.0, 4542.0, 4513.0, 4541.0, 4512.0, 4543.0, 4514.0, 4543.0, 4514.0, 4502.0, 4513.0, 4511.0, 4514.0, 4494.0, 4525.0, 4518.0, 4534.0, 4527.0, 4496.0, 4526.0, 4518.0, 4567.0, 4538.0, 4507.0, 4549.0, 4568.0, 4538.0, 4554.0, 4526.0, 4553.0, 4523.0, 4552.0, 4522.0, 4481.0, 4520.0, 4492.0, 4543.0, 4504.0, 4543.0, 4512.0, 4543.0, 4524.0, 4552.0, 4524.0, 4522.0, 4523.0, 4494.0, 4536.0, 4526.0, 4567.0, 4527.0, 4496.0, 4557.0, 4526.0, 4544.0, 4535.0, 4524.0, 4525.0, 4491.0, 4544.0, 4501.0, 4542.0, 4502.0, 4530.0, 4499.0, 4530.0, 4512.0, 4530.0, 4510.0, 4509.0, 4503.0, 4483.0, 4532.0, 4504.0, 4534.0, 4515.0, 4553.0, 4526.0, 4494.0, 4516.0, 4494.0, 4536.0, 4505.0, 4555.0, 4515.0, 4554.0, 4516.0, 4553.0, 4513.0, 4531.0, 4513.0, 4542.0, 4535.0, 4553.0, 4535.0, 4522.0, 4525.0, 4554.0, 4534.0, 4541.0, 4522.0, 4540.0, 4523.0, 4532.0, 4512.0, 4511.0, 4512.0, 4492.0, 4534.0, 4515.0, 4543.0, 4526.0, 4556.0, 4536.0, 4495.0, 4527.0, 4554.0, 4535.0, 4541.0, 4523.0, 4532.0, 4512.0, 4531.0, 4512.0, 4532.0, 4522.0, 4521.0, 4513.0, 4530.0, 4525.0, 4521.0, 4522.0, 4493.0, 4516.0, 4525.0, 4535.0, 4504.0, 4535.0, 4515.0, 4545.0, 4524.0, 4545.0, 4524.0, 4555.0, 4536.0, 4554.0, 4533.0, 4552.0, 4534.0, 4543.0, 4534.0, 4551.0, 4534.0, 4542.0, 4534.0, 4533.0, 4533.0, 4503.0, 4523.0, 4513.0, 4543.0, 4533.0, 4552.0, 4524.0, 4543.0, 4535.0, 4543.0, 4534.0, 4501.0, 4523.0, 4502.0, 4541.0, 4511.0, 4531.0, 4511.0, 4530.0, 4512.0, 4531.0, 4511.0, 4531.0, 4522.0, 4540.0, 4521.0, 4520.0, 4522.0, 4501.0, 4511.0, 4502.0, 4521.0, 4522.0, 4532.0, 4522.0, 4543.0, 4524.0, 4531.0, 4524.0, 4533.0, 4522.0, 4501.0, 4514.0, 4492.0, 4521.0, 4501.0, 4532.0, 4512.0, 4522.0, 4499.0, 4521.0, 4512.0, 4542.0, 4523.0, 4531.0, 4523.0, 4541.0, 4524.0, 4531.0, 4534.0, 4514.0, 4525.0, 4504.0, 4523.0, 4513.0, 4533.0, 4515.0, 4543.0, 4524.0, 4544.0, 4524.0, 4542.0, 4535.0, 4543.0, 4533.0, 4524.0, 4515.0, 4529.0, 4557.0, 4526.0, 4516.0, 4547.0, 4529.0, 4556.0, 4537.0, 4515.0, 4555.0, 4516.0, 4566.0, 4526.0, 4564.0, 4534.0, 4524.0, 4514.0, 4502.0, 4542.0, 4513.0, 4543.0, 4514.0, 4493.0, 4525.0, 4513.0, 4543.0, 4502.0, 4533.0, 4513.0, 4540.0, 4512.0, 4491.0, 4522.0, 4501.0, 4542.0, 4514.0, 4492.0, 4514.0, 4496.0, 4544.0, 4516.0, 4555.0, 4526.0, 4515.0, 4556.0, 4534.0, 4516.0, 4555.0, 4525.0, 4555.0, 4534.0, 4504.0, 4533.0, 4513.0, 4551.0, 4524.0, 4551.0, 4522.0, 4499.0, 4522.0, 4492.0, 4530.0, 4503.0, 4500.0, 4501.0, 4492.0, 4522.0, 4513.0, 4503.0, 4516.0, 4494.0, 4535.0, 4505.0, 4544.0, 4514.0, 4541.0, 4515.0, 4542.0, 4513.0, 4522.0, 4512.0, 4491.0, 4533.0, 4503.0, 4541.0, 4511.0, 4522.0, 4513.0, 4491.0, 4522.0, 4502.0, 4542.0, 4514.0, 4542.0, 4515.0, 4532.0, 4513.0, 4493.0, 4524.0, 4515.0, 4545.0, 4515.0, 4541.0, 4514.0, 4541.0, 4524.0, 4512.0, 4505.0, 4492.0, 4532.0, 4502.0, 4531.0, 4513.0, 4543.0, 4524.0, 4542.0, 4514.0, 4532.0, 4511.0, 4542.0, 4524.0, 4531.0, 4512.0, 4510.0, 4502.0, 4512.0, 4512.0, 4491.0, 4523.0, 4502.0, 4534.0, 4514.0, 4544.0, 4525.0, 4541.0, 4524.0, 4523.0, 4514.0, 4505.0, 4534.0, 4504.0, 4534.0, 4503.0, 4523.0, 4500.0, 4533.0, 4502.0, 4542.0, 4502.0, 4542.0, 4512.0, 4540.0, 4524.0, 4542.0, 4515.0, 4523.0, 4516.0, 4522.0, 4513.0, 4493.0, 4524.0, 4514.0, 4535.0, 4514.0, 4535.0, 4532.0, 4513.0, 4552.0, 4521.0, 4519.0, 4511.0, 4509.0, 4511.0, 4520.0, 4509.0, 4480.0, 4502.0, 4491.0, 4521.0, 4489.0, 4511.0, 4480.0, 4521.0, 4491.0, 4520.0, 4490.0, 4511.0, 4491.0, 4511.0, 4490.0, 4512.0, 4480.0, 4513.0, 4491.0, 4513.0, 4520.0, 4513.0, 4492.0, 4513.0, 4493.0, 4522.0, 4513.0, 4535.0, 4526.0, 4534.0, 4526.0, 4545.0, 4526.0, 4556.0, 4524.0, 4556.0, 4516.0, 4543.0, 4524.0, 4543.0, 4514.0, 4551.0, 4523.0, 4541.0, 4525.0, 4542.0, 4525.0, 4524.0, 4526.0, 4534.0, 4536.0, 4532.0, 4522.0, 4532.0, 4524.0, 4541.0, 4524.0, 4503.0, 4514.0, 4515.0, 4558.0, 4515.0, 4555.0, 4508.0, 4529.0, 4538.0, 4528.0, 4544.0, 4527.0, 4518.0, 4577.0, 4527.0, 4575.0, 4537.0, 4523.0, 4535.0, 4505.0, 4554.0, 4504.0, 4561.0, 4515.0, 4522.0, 4532.0, 4515.0, 4553.0, 4526.0, 4563.0, 4525.0, 4554.0, 4523.0, 4494.0, 4513.0, 4503.0, 4542.0, 4502.0, 4543.0, 4524.0, 4553.0, 4524.0, 4552.0, 4513.0, 4520.0, 4513.0, 4511.0, 4522.0, 4501.0, 4523.0, 4502.0, 4541.0, 4501.0, 4552.0, 4512.0, 4541.0, 4513.0, 4539.0, 4524.0, 4531.0, 4525.0, 4491.0, 4510.0, 4512.0, 4523.0, 4513.0, 4533.0, 4503.0, 4543.0, 4516.0, 4554.0, 4537.0, 4554.0, 4516.0, 4529.0, 4559.0, 4528.0, 4556.0, 4528.0, 4516.0, 4567.0, 4540.0, 4577.0, 4549.0, 4581.0, 4570.0, 4565.0, 4524.0, 4512.0, 4541.0, 4522.0, 4565.0, 4526.0, 4567.0, 4524.0, 4535.0, 4542.0, 4532.0, 4532.0, 4534.0, 4530.0, 4532.0, 4518.0, 4531.0, 4510.0, 4550.0, 4509.0, 4539.0, 4488.0, 4539.0, 4497.0, 4548.0, 4497.0, 4538.0, 4497.0, 4546.0, 4497.0, 4546.0, 4497.0, 4537.0, 4509.0, 4538.0, 4528.0, 4544.0, 4553.0], 'WindowWidth': [10057.0, 10003.0, 9993.0, 9932.0, 10010.0, 9939.0, 10001.0, 9936.0, 9995.0, 9929.0, 9965.0, 9925.0, 9908.0, 9951.0, 9915.0, 9979.0, 9926.0, 9977.0, 9925.0, 9977.0, 9925.0, 9880.0, 9950.0, 9908.0, 9976.0, 9922.0, 9962.0, 9912.0, 9895.0, 9954.0, 9913.0, 9967.0, 9933.0, 9988.0, 9938.0, 9922.0, 9951.0, 9913.0, 10006.0, 9924.0, 9990.0, 9936.0, 9985.0, 9946.0, 9983.0, 9933.0, 9956.0, 9929.0, 9910.0, 9994.0, 9951.0, 9907.0, 9964.0, 9957.0, 10019.0, 9954.0, 9911.0, 9980.0, 9934.0, 9972.0, 9926.0, 9969.0, 9896.0, 9966.0, 9914.0, 9975.0, 9926.0, 9973.0, 9922.0, 9924.0, 9928.0, 9901.0, 9965.0, 9930.0, 9981.0, 9947.0, 9952.0, 9931.0, 9900.0, 9972.0, 9915.0, 9982.0, 9919.0, 9994.0, 9936.0, 9992.0, 9938.0, 9943.0, 9944.0, 9936.0, 10006.0, 9956.0, 9948.0, 10007.0, 9938.0, 10002.0, 9947.0, 9989.0, 9950.0, 9955.0, 9945.0, 9899.0, 9970.0, 9916.0, 9981.0, 9927.0, 9900.0, 9942.0, 9951.0, 9968.0, 9966.0, 9923.0, 10017.0, 9949.0, 10002.0, 9931.0, 9981.0, 9905.0, 9956.0, 9892.0, 9938.0, 9902.0, 9944.0, 9907.0, 9947.0, 9930.0, 9886.0, 9929.0, 9934.0, 9976.0, 9939.0, 9957.0, 9948.0, 9908.0, 9962.0, 9953.0, 10002.0, 9953.0, 9962.0, 9946.0, 9909.0, 10006.0, 9941.0, 10001.0, 9949.0, 10002.0, 9961.0, 9939.0, 9986.0, 9935.0, 9908.0, 10006.0, 9971.0, 10005.0, 9981.0, 9932.0, 9989.0, 9915.0, 10002.0, 9927.0, 10000.0, 9939.0, 9957.0, 9918.0, 9871.0, 9914.0, 9878.0, 9961.0, 9909.0, 9960.0, 9914.0, 9982.0, 9929.0, 9889.0, 9930.0, 9902.0, 9973.0, 9918.0, 9966.0, 9932.0, 9983.0, 9945.0, 9953.0, 9930.0, 9890.0, 9982.0, 9899.0, 9982.0, 9911.0, 9964.0, 9912.0, 9976.0, 9925.0, 9975.0, 9925.0, 9958.0, 9906.0, 9955.0, 9908.0, 9943.0, 9908.0, 9941.0, 9909.0, 9883.0, 9925.0, 9884.0, 9968.0, 9913.0, 9980.0, 9912.0, 9963.0, 9878.0, 9945.0, 9881.0, 9945.0, 9867.0, 9947.0, 9896.0, 9947.0, 9907.0, 9958.0, 9914.0, 9966.0, 9919.0, 9980.0, 9935.0, 9955.0, 9935.0, 9903.0, 9936.0, 9986.0, 9961.0, 9952.0, 9932.0, 9952.0, 9926.0, 9982.0, 9923.0, 9933.0, 9914.0, 9944.0, 9912.0, 9936.0, 9913.0, 9894.0, 9947.0, 9884.0, 9966.0, 9914.0, 9965.0, 9915.0, 9968.0, 9929.0, 9969.0, 9935.0, 9968.0, 9931.0, 9968.0, 9930.0, 9938.0, 9949.0, 9964.0, 9942.0, 9934.0, 9923.0, 9880.0, 9947.0, 9896.0, 9948.0, 9895.0, 9950.0, 9880.0, 9951.0, 9900.0, 9963.0, 9912.0, 9955.0, 9913.0, 9963.0, 9912.0, 9950.0, 9911.0, 9963.0, 9928.0, 9961.0, 9926.0, 9967.0, 9930.0, 9970.0, 9930.0, 9911.0, 9928.0, 9923.0, 9929.0, 9904.0, 9949.0, 9944.0, 9962.0, 9956.0, 9911.0, 9952.0, 9945.0, 10008.0, 9972.0, 9928.0, 9988.0, 10012.0, 9969.0, 9986.0, 9949.0, 9982.0, 9939.0, 9979.0, 9936.0, 9879.0, 9931.0, 9894.0, 9966.0, 9915.0, 9967.0, 9925.0, 9966.0, 9941.0, 9979.0, 9943.0, 9938.0, 9941.0, 9903.0, 9965.0, 9954.0, 10007.0, 9955.0, 9912.0, 9994.0, 9950.0, 9971.0, 9960.0, 9943.0, 9944.0, 9896.0, 9970.0, 9909.0, 9966.0, 9908.0, 9945.0, 9902.0, 9944.0, 9921.0, 9945.0, 9919.0, 9915.0, 9912.0, 9888.0, 9953.0, 9918.0, 9957.0, 9933.0, 9984.0, 9949.0, 9902.0, 9936.0, 9904.0, 9962.0, 9920.0, 9987.0, 9933.0, 9985.0, 9933.0, 9982.0, 9927.0, 9949.0, 9927.0, 9966.0, 9961.0, 9983.0, 9961.0, 9940.0, 9946.0, 9987.0, 9957.0, 9963.0, 9937.0, 9960.0, 9938.0, 9950.0, 9924.0, 9920.0, 9924.0, 9899.0, 9958.0, 9933.0, 9972.0, 9950.0, 9990.0, 9964.0, 9907.0, 9952.0, 9987.0, 9958.0, 9963.0, 9940.0, 9949.0, 9923.0, 9947.0, 9923.0, 9948.0, 9935.0, 9932.0, 9925.0, 9946.0, 9944.0, 9936.0, 9941.0, 9900.0, 9935.0, 9946.0, 9960.0, 9917.0, 9961.0, 9933.0, 9974.0, 9943.0, 9975.0, 9943.0, 9987.0, 9961.0, 9986.0, 9955.0, 9981.0, 9956.0, 9969.0, 9955.0, 9978.0, 9956.0, 9967.0, 9956.0, 9955.0, 9955.0, 9912.0, 9941.0, 9927.0, 9968.0, 9955.0, 9979.0, 9945.0, 9970.0, 9959.0, 9968.0, 9956.0, 9909.0, 9940.0, 9911.0, 9964.0, 9920.0, 9949.0, 9921.0, 9946.0, 9922.0, 9947.0, 9920.0, 9946.0, 9937.0, 9958.0, 9936.0, 9933.0, 9937.0, 9906.0, 9922.0, 9908.0, 9936.0, 9937.0, 9951.0, 9938.0, 9968.0, 9942.0, 9950.0, 9942.0, 9954.0, 9939.0, 9908.0, 9928.0, 9897.0, 9936.0, 9909.0, 9952.0, 9923.0, 9938.0, 9903.0, 9935.0, 9925.0, 9964.0, 9942.0, 9951.0, 9941.0, 9964.0, 9943.0, 9951.0, 9959.0, 9930.0, 9947.0, 9917.0, 9943.0, 9927.0, 9957.0, 9933.0, 9970.0, 9942.0, 9969.0, 9942.0, 9966.0, 9960.0, 9970.0, 9958.0, 9945.0, 9935.0, 9961.0, 10000.0, 9956.0, 9940.0, 9983.0, 9962.0, 9993.0, 9968.0, 9936.0, 9991.0, 9939.0, 10006.0, 9952.0, 10004.0, 9960.0, 9943.0, 9931.0, 9913.0, 9966.0, 9930.0, 9971.0, 9931.0, 9902.0, 9947.0, 9930.0, 9969.0, 9913.0, 9954.0, 9929.0, 9964.0, 9926.0, 9896.0, 9939.0, 9913.0, 9968.0, 9933.0, 9900.0, 9933.0, 9909.0, 9974.0, 9938.0, 9991.0, 9949.0, 9935.0, 9991.0, 9960.0, 9936.0, 9989.0, 9948.0, 9989.0, 9958.0, 9917.0, 9957.0, 9927.0, 9978.0, 9942.0, 9980.0, 9938.0, 9903.0, 9936.0, 9897.0, 9946.0, 9913.0, 9906.0, 9910.0, 9898.0, 9938.0, 9930.0, 9915.0, 9936.0, 9904.0, 9962.0, 9919.0, 9972.0, 9932.0, 9966.0, 9933.0, 9965.0, 9927.0, 9938.0, 9923.0, 9895.0, 9953.0, 9912.0, 9963.0, 9923.0, 9938.0, 9928.0, 9895.0, 9939.0, 9912.0, 9966.0, 9929.0, 9966.0, 9934.0, 9951.0, 9928.0, 9900.0, 9943.0, 9933.0, 9973.0, 9932.0, 9965.0, 9931.0, 9965.0, 9944.0, 9925.0, 9919.0, 9899.0, 9952.0, 9911.0, 9950.0, 9928.0, 9967.0, 9944.0, 9964.0, 9930.0, 9952.0, 9924.0, 9966.0, 9942.0, 9948.0, 9925.0, 9919.0, 9911.0, 9925.0, 9925.0, 9896.0, 9941.0, 9913.0, 9957.0, 9930.0, 9970.0, 9947.0, 9965.0, 9945.0, 9942.0, 9930.0, 9918.0, 9959.0, 9918.0, 9956.0, 9913.0, 9941.0, 9906.0, 9952.0, 9911.0, 9964.0, 9910.0, 9966.0, 9924.0, 9962.0, 9944.0, 9965.0, 9933.0, 9942.0, 9936.0, 9940.0, 9930.0, 9902.0, 9946.0, 9930.0, 9960.0, 9927.0, 9958.0, 9952.0, 9926.0, 9980.0, 9934.0, 9929.0, 9920.0, 9914.0, 9919.0, 9930.0, 9916.0, 9876.0, 9908.0, 9891.0, 9934.0, 9888.0, 9920.0, 9877.0, 9933.0, 9894.0, 9931.0, 9890.0, 9921.0, 9893.0, 9921.0, 9892.0, 9923.0, 9879.0, 9926.0, 9894.0, 9927.0, 9932.0, 9926.0, 9897.0, 9926.0, 9901.0, 9939.0, 9928.0, 9961.0, 9949.0, 9960.0, 9950.0, 9974.0, 9948.0, 9989.0, 9944.0, 9989.0, 9934.0, 9969.0, 9943.0, 9968.0, 9930.0, 9978.0, 9942.0, 9963.0, 9944.0, 9966.0, 9948.0, 9943.0, 9948.0, 9957.0, 9961.0, 9953.0, 9940.0, 9951.0, 9942.0, 9962.0, 9942.0, 9913.0, 9929.0, 9935.0, 10000.0, 9939.0, 9991.0, 9933.0, 9966.0, 9977.0, 9957.0, 9977.0, 9955.0, 9943.0, 10024.0, 9954.0, 10018.0, 9967.0, 9945.0, 9961.0, 9922.0, 9986.0, 9917.0, 9993.0, 9936.0, 9939.0, 9956.0, 9933.0, 9985.0, 9951.0, 9998.0, 9947.0, 9986.0, 9942.0, 9902.0, 9928.0, 9912.0, 9966.0, 9912.0, 9967.0, 9943.0, 9982.0, 9944.0, 9980.0, 9928.0, 9934.0, 9928.0, 9922.0, 9940.0, 9909.0, 9939.0, 9910.0, 9963.0, 9910.0, 9979.0, 9924.0, 9962.0, 9927.0, 9960.0, 9945.0, 9950.0, 9946.0, 9897.0, 9922.0, 9927.0, 9942.0, 9926.0, 9956.0, 9915.0, 9969.0, 9938.0, 9986.0, 9969.0, 9991.0, 9940.0, 9962.0, 10003.0, 9961.0, 9994.0, 9960.0, 9942.0, 10010.0, 9976.0, 10027.0, 9989.0, 10039.0, 10017.0, 10004.0, 9944.0, 9924.0, 9965.0, 9941.0, 10004.0, 9952.0, 10009.0, 9945.0, 9962.0, 9967.0, 9955.0, 9951.0, 9958.0, 9947.0, 9950.0, 9926.0, 9949.0, 9916.0, 9973.0, 9914.0, 9957.0, 9885.0, 9955.0, 9897.0, 9966.0, 9896.0, 9951.0, 9895.0, 9960.0, 9896.0, 9961.0, 9896.0, 9949.0, 9915.0, 9951.0, 9959.0, 9995.0, 10003.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.003780528735632184</td></tr>
<tr><td colspan=3>aqi</td><td>0.019968303563218392</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.951448675443075</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2563874136823932</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0561035773072507</td></tr>
<tr><td colspan=3>efc</td><td>0.475</td></tr>
<tr><td colspan=3>fber</td><td>5246.5352</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0931729220153904</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>34</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.9080459770114944</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5698936248168227</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.565776211554401</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.799297296895915</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3446073660001514</td></tr>
<tr><td colspan=3>gcor</td><td>0.00741478</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.006823045201599598</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.01712643727660179</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.709242136134935</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>36.4855</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>52.5378</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>191.897</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300044.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>861.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>370.1456</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9687</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>588.0257</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3692.9776</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3930.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76500.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1120.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4939.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1059.5087</td></tr>
<tr><td colspan=3>tsnr</td><td>41.91832396155223</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>