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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-01_subject-0035_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-0035/figures/sub-0035_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0035/figures/sub-0035_ses-01_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-0035/figures/sub-0035_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0035/figures/sub-0035_ses-01_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-0035/ses-01/func/sub-0035_ses-01_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>8f064a33a65229b54850557a72f932da</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>17:18:33.737500</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_VE11C_LATEST_20160120</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.992535, -0.0377726, 0.115967, 0.027724, 0.995816, 0.0870721]</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.116963</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4178, -7726, -7182, 524, -26, -87, 41, 24]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>267.7</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>c4366f6c-9c6e-4705-a300-6b7f039f4739||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.662897825241089, 0.07438157498836517, 0.3206802308559418, 102.71904754638672], [0.10134104639291763, 2.6717019081115723, 0.2246589958667755, -94.86126708984375], [0.311130166053772, -0.2336081564426422, 2.6714589595794678, -36.80232620239258], [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': ['171833.737500', '171834.197500', '171834.657500', '171835.117500', '171835.577500', '171836.037500', '171836.497500', '171836.957500', '171837.417500', '171837.877500', '171838.337500', '171838.797500', '171839.257500', '171839.717500', '171840.177500', '171840.637500', '171841.097500', '171841.557500', '171842.017500', '171842.477500', '171842.937500', '171843.397500', '171843.857500', '171844.317500', '171844.777500', '171845.237500', '171845.697500', '171846.157500', '171846.617500', '171847.077500', '171847.537500', '171847.997500', '171848.457500', '171848.917500', '171849.377500', '171849.837500', '171850.297500', '171850.757500', '171851.217500', '171851.677500', '171852.137500', '171852.597500', '171853.057500', '171853.517500', '171853.977500', '171854.437500', '171854.897500', '171855.357500', '171855.817500', '171856.277500', '171856.737500', '171857.197500', '171857.657500', '171858.117500', '171858.577500', '171859.037500', '171859.497500', '171859.957500', '171900.417500', '171900.877500', '171901.337500', '171901.797500', '171902.257500', '171902.717500', '171903.177500', '171903.637500', '171904.097500', '171904.557500', '171905.017500', '171905.477500', '171905.937500', '171906.397500', '171906.857500', '171907.317500', '171907.777500', '171908.237500', '171908.697500', '171909.157500', '171909.617500', '171910.077500', '171910.537500', '171910.997500', '171911.457500', '171911.917500', '171912.377500', '171912.837500', '171913.297500', '171913.757500', '171914.217500', '171914.677500', '171915.137500', '171915.597500', '171916.057500', '171916.517500', '171916.977500', '171917.437500', '171917.897500', '171918.357500', '171918.817500', '171919.277500', '171919.737500', '171920.197500', '171920.657500', '171921.117500', '171921.577500', '171922.037500', '171922.497500', '171922.957500', '171923.417500', '171923.877500', '171924.337500', '171924.797500', '171925.257500', '171925.717500', '171926.177500', '171926.637500', '171927.097500', '171927.557500', '171928.017500', '171928.477500', '171928.937500', '171929.397500', '171929.857500', '171930.317500', '171930.777500', '171931.237500', '171931.697500', '171932.157500', '171932.617500', '171933.077500', '171933.537500', '171933.997500', '171934.457500', '171934.917500', '171935.377500', '171935.837500', '171936.297500', '171936.757500', '171937.217500', '171937.677500', '171938.137500', '171938.597500', '171939.057500', '171939.517500', '171939.977500', '171940.437500', '171940.897500', '171941.357500', '171941.817500', '171942.277500', '171942.737500', '171943.197500', '171943.657500', '171944.117500', '171944.577500', '171945.037500', '171945.497500', '171945.957500', '171946.417500', '171946.877500', '171947.337500', '171947.797500', '171948.257500', '171948.717500', '171949.177500', '171949.637500', '171950.097500', '171950.557500', '171951.017500', '171951.477500', '171951.937500', '171952.397500', '171952.857500', '171953.317500', '171953.777500', '171954.237500', '171954.697500', '171955.157500', '171955.617500', '171956.077500', '171956.537500', '171956.997500', '171957.457500', '171957.917500', '171958.377500', '171958.837500', '171959.297500', '171959.757500', '172000.217500', '172000.677500', '172001.137500', '172001.597500', '172002.057500', '172002.517500', '172002.977500', '172003.437500', '172003.897500', '172004.357500', '172004.817500', '172005.277500', '172005.737500', '172006.197500', '172006.657500', '172007.117500', '172007.577500', '172008.037500', '172008.497500', '172008.957500', '172009.417500', '172009.877500', '172010.337500', '172010.797500', '172011.257500', '172011.717500', '172012.177500', '172012.637500', '172013.097500', '172013.557500', '172014.017500', '172014.477500', '172014.937500', '172015.397500', '172015.857500', '172016.317500', '172016.777500', '172017.237500', '172017.697500', '172018.157500', '172018.617500', '172019.077500', '172019.537500', '172019.997500', '172020.457500', '172020.917500', '172021.377500', '172021.837500', '172022.297500', '172022.757500', '172023.217500', '172023.677500', '172024.137500', '172024.597500', '172025.057500', '172025.517500', '172025.977500', '172026.437500', '172026.897500', '172027.357500', '172027.817500', '172028.277500', '172028.737500', '172029.197500', '172029.657500', '172030.117500', '172030.577500', '172031.037500', '172031.497500', '172031.957500', '172032.417500', '172032.877500', '172033.337500', '172033.797500', '172034.257500', '172034.717500', '172035.177500', '172035.637500', '172036.097500', '172036.557500', '172037.017500', '172037.477500', '172037.937500', '172038.397500', '172038.857500', '172039.317500', '172039.777500', '172040.237500', '172040.697500', '172041.157500', '172041.617500', '172042.077500', '172042.537500', '172042.997500', '172043.457500', '172043.917500', '172044.377500', '172044.837500', '172045.297500', '172045.757500', '172046.217500', '172046.677500', '172047.137500', '172047.597500', '172048.057500', '172048.517500', '172048.977500', '172049.437500', '172049.897500', '172050.357500', '172050.817500', '172051.277500', '172051.737500', '172052.197500', '172052.657500', '172053.117500', '172053.577500', '172054.037500', '172054.497500', '172054.957500', '172055.417500', '172055.877500', '172056.337500', '172056.797500', '172057.257500', '172057.717500', '172058.177500', '172058.637500', '172059.097500', '172059.557500', '172100.017500', '172100.477500', '172100.937500', '172101.397500', '172101.857500', '172102.317500', '172102.777500', '172103.237500', '172103.697500', '172104.157500', '172104.617500', '172105.077500', '172105.537500', '172105.997500', '172106.457500', '172106.917500', '172107.377500', '172107.837500', '172108.297500', '172108.757500', '172109.217500', '172109.677500', '172110.137500', '172110.597500', '172111.057500', '172111.517500', '172111.977500', '172112.437500', '172112.897500', '172113.357500', '172113.817500', '172114.277500', '172114.737500', '172115.197500', '172115.657500', '172116.117500', '172116.577500', '172117.037500', '172117.497500', '172117.957500', '172118.417500', '172118.877500', '172119.337500', '172119.797500', '172120.257500', '172120.717500', '172121.177500', '172121.637500', '172122.097500', '172122.557500', '172123.017500', '172123.477500', '172123.937500', '172124.397500', '172124.857500', '172125.317500', '172125.777500', '172126.237500', '172126.697500', '172127.157500', '172127.617500', '172128.077500', '172128.537500', '172128.997500', '172129.457500', '172129.917500', '172130.377500', '172130.837500', '172131.297500', '172131.757500', '172132.217500', '172132.677500', '172133.137500', '172133.597500', '172134.057500', '172134.517500', '172134.977500', '172135.437500', '172135.897500', '172136.357500', '172136.817500', '172137.277500', '172137.737500', '172138.197500', '172138.657500', '172139.117500', '172139.577500', '172140.037500', '172140.497500', '172140.957500', '172141.417500', '172141.877500', '172142.337500', '172142.797500', '172143.257500', '172143.717500', '172144.177500', '172144.637500', '172145.097500', '172145.557500', '172146.017500', '172146.477500', '172146.937500', '172147.397500', '172147.857500', '172148.317500', '172148.777500', '172149.237500', '172149.697500', '172150.157500', '172150.617500', '172151.077500', '172151.537500', '172151.997500', '172152.457500', '172152.917500', '172153.377500', '172153.837500', '172154.297500', '172154.757500', '172155.217500', '172155.677500', '172156.137500', '172156.597500', '172157.057500', '172157.517500', '172157.977500', '172158.437500', '172158.897500', '172159.357500', '172159.817500', '172200.277500', '172200.737500', '172201.197500', '172201.657500', '172202.117500', '172202.577500', '172203.037500', '172203.497500', '172203.957500', '172204.417500', '172204.877500', '172205.337500', '172205.797500', '172206.257500', '172206.717500', '172207.177500', '172207.637500', '172208.097500', '172208.557500', '172209.017500', '172209.477500', '172209.937500', '172210.397500', '172210.857500', '172211.317500', '172211.777500', '172212.237500', '172212.697500', '172213.157500', '172213.617500', '172214.077500', '172214.537500', '172214.997500', '172215.457500', '172215.917500', '172216.377500', '172216.837500', '172217.297500', '172217.757500', '172218.217500', '172218.677500', '172219.137500', '172219.597500', '172220.057500', '172220.517500', '172220.977500', '172221.437500', '172221.897500', '172222.357500', '172222.817500', '172223.277500', '172223.737500', '172224.197500', '172224.657500', '172225.117500', '172225.577500', '172226.037500', '172226.497500', '172226.957500', '172227.417500', '172227.877500', '172228.337500', '172228.797500', '172229.257500', '172229.717500', '172230.177500', '172230.637500', '172231.097500', '172231.557500', '172232.017500', '172232.477500', '172232.937500', '172233.397500', '172233.857500', '172234.317500', '172234.777500', '172235.237500', '172235.697500', '172236.157500', '172236.617500', '172237.077500', '172237.537500', '172237.997500', '172238.457500', '172238.917500', '172239.377500', '172239.837500', '172240.297500', '172240.757500', '172241.217500', '172241.677500', '172242.137500', '172242.597500', '172243.057500', '172243.517500', '172243.977500', '172244.437500', '172244.897500', '172245.357500', '172245.817500', '172246.277500', '172246.737500', '172247.197500', '172247.657500', '172248.117500', '172248.577500', '172249.037500', '172249.497500', '172249.957500', '172250.417500', '172250.877500', '172251.337500', '172251.797500', '172252.257500', '172252.717500', '172253.177500', '172253.637500', '172254.097500', '172254.557500', '172255.017500', '172255.477500', '172255.937500', '172256.397500', '172256.857500', '172257.317500', '172257.777500', '172258.237500', '172258.697500', '172259.157500', '172259.617500', '172300.077500', '172300.537500', '172300.997500', '172301.457500', '172301.917500', '172302.377500', '172302.837500', '172303.297500', '172303.757500', '172304.217500', '172304.677500', '172305.137500', '172305.597500', '172306.057500', '172306.517500', '172306.977500', '172307.437500', '172307.897500', '172308.357500', '172308.817500', '172309.277500', '172309.737500', '172310.197500', '172310.657500', '172311.117500', '172311.577500', '172312.037500', '172312.497500', '172312.957500', '172313.417500', '172313.877500', '172314.337500', '172314.797500', '172315.257500', '172315.717500', '172316.177500', '172316.637500', '172317.097500', '172317.557500', '172318.017500', '172318.477500', '172318.937500', '172319.397500', '172319.857500', '172320.317500', '172320.777500', '172321.237500', '172321.697500', '172322.157500', '172322.617500', '172323.077500', '172323.537500', '172323.997500', '172324.457500', '172324.917500', '172325.377500', '172325.837500', '172326.297500', '172326.757500', '172327.217500', '172327.677500', '172328.137500', '172328.597500', '172329.057500', '172329.517500', '172329.977500', '172330.437500', '172330.897500', '172331.357500', '172331.817500', '172332.277500', '172332.737500', '172333.197500', '172333.657500', '172334.117500', '172334.577500', '172335.037500', '172335.497500', '172335.957500', '172336.417500', '172336.877500', '172337.337500', '172337.797500', '172338.257500', '172338.717500', '172339.177500', '172339.637500', '172340.097500', '172340.557500', '172341.017500', '172341.477500', '172341.937500', '172342.397500', '172342.857500', '172343.317500', '172343.777500', '172344.237500', '172344.697500', '172345.157500', '172345.617500', '172346.077500', '172346.537500', '172346.997500', '172347.457500', '172347.917500', '172348.377500', '172348.837500', '172349.297500', '172349.757500', '172350.217500', '172350.677500', '172351.137500', '172351.597500', '172352.057500', '172352.517500', '172352.977500', '172353.437500', '172353.897500', '172354.357500', '172354.817500', '172355.277500', '172355.737500', '172356.197500', '172356.657500', '172357.117500', '172357.577500', '172358.037500', '172358.497500', '172358.957500', '172359.417500', '172359.877500', '172400.337500', '172400.797500', '172401.257500', '172401.717500', '172402.177500', '172402.637500', '172403.097500', '172403.557500', '172404.017500', '172404.477500', '172404.937500', '172405.397500', '172405.857500', '172406.317500', '172406.777500', '172407.237500', '172407.697500', '172408.157500', '172408.617500', '172409.077500', '172409.537500', '172409.997500', '172410.457500', '172410.917500', '172411.377500', '172411.837500', '172412.297500', '172412.757500', '172413.217500', '172413.677500', '172414.137500', '172414.597500', '172415.057500', '172415.517500', '172415.977500', '172416.437500', '172416.897500', '172417.357500', '172417.817500', '172418.277500', '172418.737500', '172419.197500', '172419.657500', '172420.117500', '172420.577500', '172421.037500', '172421.497500', '172421.957500', '172422.417500', '172422.877500', '172423.337500', '172423.797500', '172424.257500', '172424.717500', '172425.177500', '172425.637500', '172426.097500', '172426.557500', '172427.017500', '172427.477500', '172427.937500', '172428.397500', '172428.857500', '172429.317500', '172429.777500', '172430.237500', '172430.697500', '172431.157500', '172431.617500', '172432.077500', '172432.537500', '172432.997500', '172433.457500', '172433.917500', '172434.377500', '172434.837500', '172435.297500', '172435.757500', '172436.217500', '172436.677500', '172437.137500', '172437.597500', '172438.057500', '172438.517500', '172438.977500', '172439.437500', '172439.897500', '172440.357500', '172440.817500', '172441.277500', '172441.737500', '172442.197500', '172442.657500', '172443.117500', '172443.577500', '172444.037500', '172444.497500', '172444.957500', '172445.417500', '172445.877500', '172446.337500', '172446.797500', '172447.257500', '172447.717500', '172448.177500', '172448.637500', '172449.097500', '172449.557500', '172450.017500', '172450.477500', '172450.937500', '172451.397500', '172451.857500', '172452.317500', '172452.777500', '172453.237500', '172453.697500', '172454.157500', '172454.617500', '172455.077500', '172455.537500', '172455.997500', '172456.457500', '172456.917500', '172457.377500', '172457.837500', '172458.297500', '172458.757500', '172459.217500', '172459.677500', '172500.137500', '172500.597500', '172501.057500', '172501.517500', '172501.977500', '172502.437500', '172502.897500', '172503.357500', '172503.817500', '172504.277500', '172504.737500', '172505.197500', '172505.657500', '172506.117500', '172506.577500', '172507.037500', '172507.497500', '172507.957500', '172508.417500', '172508.877500', '172509.337500', '172509.797500', '172510.257500', '172510.717500', '172511.177500', '172511.637500', '172512.097500', '172512.557500', '172513.017500', '172513.477500', '172513.937500', '172514.397500'], 'ContentTime': ['171857.680000', '171857.683000', '171857.686000', '171857.689000', '171857.692000', '171857.695000', '171857.698000', '171857.700000', '171857.703000', '171857.706000', '171857.709000', '171857.711000', '171857.714000', '171857.717000', '171857.720000', '171857.722000', '171857.725000', '171857.728000', '171857.731000', '171857.734000', '171857.737000', '171857.739000', '171857.744000', '171857.747000', '171857.750000', '171857.753000', '171857.756000', '171857.760000', '171857.763000', '171857.766000', '171857.768000', '171857.816000', '171857.819000', '171857.822000', '171857.825000', '171857.828000', '171857.830000', '171857.833000', '171857.836000', '171857.839000', '171857.842000', '171857.844000', '171857.847000', '171857.850000', '171857.853000', '171857.856000', '171857.858000', '171857.861000', '171857.864000', '171857.867000', '171857.869000', '171917.637000', '171917.640000', '171917.643000', '171917.646000', '171917.648000', '171917.651000', '171917.654000', '171917.657000', '171917.660000', '171917.663000', '171917.665000', '171917.668000', '171917.671000', '171917.674000', '171917.677000', '171917.679000', '171917.682000', '171917.685000', '171917.688000', '171917.691000', '171917.693000', '171917.696000', '171917.699000', '171917.702000', '171917.704000', '171917.707000', '171917.710000', '171917.713000', '171917.715000', '171917.718000', '171917.721000', '171917.724000', '171917.726000', '171917.729000', '171917.732000', '171917.735000', '171917.737000', '171917.740000', '171917.743000', '171917.746000', '171917.748000', '171917.751000', '171917.754000', '171917.757000', '171937.637000', '171937.640000', '171937.642000', '171937.645000', '171937.648000', '171937.651000', '171937.654000', '171937.656000', '171937.659000', '171937.662000', '171937.665000', '171937.667000', '171937.670000', '171937.673000', '171937.676000', '171937.679000', '171937.682000', '171937.688000', '171937.691000', '171937.694000', '171937.697000', '171937.699000', '171937.702000', '171937.705000', '171937.708000', '171937.710000', '171937.713000', '171937.716000', '171937.719000', '171937.721000', '171937.724000', '171937.727000', '171937.730000', '171937.733000', '171937.735000', '171937.740000', '171937.743000', '171937.746000', '171937.749000', '171937.752000', '171937.755000', '171937.757000', '171937.760000', '171957.637000', '171957.640000', '171957.643000', '171957.645000', '171957.648000', '171957.651000', '171957.654000', '171957.657000', '171957.660000', '171957.662000', '171957.665000', '171957.668000', '171957.671000', '171957.673000', '171957.676000', '171957.679000', '171957.682000', '171957.685000', '171957.687000', '171957.690000', '171957.693000', '171957.696000', '171957.699000', '171957.701000', '171957.704000', '171957.707000', '171957.710000', '171957.713000', '171957.715000', '171957.718000', '171957.721000', '171957.724000', '171957.727000', '171957.729000', '171957.732000', '171957.735000', '171957.738000', '171957.740000', '171957.743000', '171957.746000', '171957.749000', '171957.751000', '171957.754000', '171957.757000', '172017.637000', '172017.640000', '172017.643000', '172017.645000', '172017.648000', '172017.651000', '172017.654000', '172017.657000', '172017.659000', '172017.662000', '172017.665000', '172017.668000', '172017.670000', '172017.673000', '172017.676000', '172017.679000', '172017.682000', '172017.684000', '172017.687000', '172017.690000', '172017.693000', '172017.696000', '172017.698000', '172017.701000', '172017.704000', '172017.707000', '172017.709000', '172017.712000', '172017.715000', '172017.732000', '172017.735000', '172017.738000', '172017.741000', '172017.744000', '172017.746000', '172017.749000', '172017.752000', '172017.755000', '172017.757000', '172017.760000', '172017.763000', '172017.766000', '172017.816000', '172037.637000', '172037.640000', '172037.643000', '172037.645000', '172037.648000', '172037.651000', '172037.654000', '172037.656000', '172037.659000', '172037.662000', '172037.669000', '172037.672000', '172037.674000', '172037.677000', '172037.680000', '172037.683000', '172037.686000', '172037.689000', '172037.691000', '172037.694000', '172037.697000', '172037.700000', '172037.702000', '172037.705000', '172037.708000', '172037.711000', '172037.714000', '172037.716000', '172037.719000', '172037.722000', '172037.725000', '172037.728000', '172037.730000', '172037.733000', '172037.736000', '172037.739000', '172037.741000', '172037.744000', '172037.747000', '172037.750000', '172037.752000', '172037.755000', '172037.758000', '172037.761000', '172057.637000', '172057.640000', '172057.643000', '172057.645000', '172057.648000', '172057.651000', '172057.654000', '172057.657000', '172057.659000', '172057.662000', '172057.665000', '172057.668000', '172057.670000', '172057.673000', '172057.676000', '172057.679000', '172057.682000', '172057.684000', '172057.687000', '172057.690000', '172057.693000', '172057.696000', '172057.698000', '172057.701000', '172057.704000', '172057.707000', '172057.710000', '172057.712000', '172057.715000', '172057.718000', '172057.722000', '172057.725000', '172057.728000', '172057.731000', '172057.734000', '172057.737000', '172057.740000', '172057.742000', '172057.745000', '172057.748000', '172057.751000', '172057.754000', '172057.757000', '172117.637000', '172117.640000', '172117.643000', '172117.645000', '172117.648000', '172117.651000', '172117.654000', '172117.657000', '172117.659000', '172117.662000', '172117.665000', '172117.668000', '172117.670000', '172117.673000', '172117.676000', '172117.679000', '172117.682000', '172117.684000', '172117.688000', '172117.691000', '172117.694000', '172117.697000', '172117.699000', '172117.702000', '172117.705000', '172117.708000', '172117.711000', '172117.713000', '172117.716000', '172117.719000', '172117.722000', '172117.725000', '172117.727000', '172117.730000', '172117.733000', '172117.736000', '172117.738000', '172117.741000', '172117.744000', '172117.747000', '172117.750000', '172117.752000', '172117.755000', '172117.758000', '172137.637000', '172137.640000', '172137.643000', '172137.645000', '172137.648000', '172137.651000', '172137.654000', '172137.656000', '172137.659000', '172137.662000', '172137.665000', '172137.668000', '172137.671000', '172137.673000', '172137.676000', '172137.679000', '172137.682000', '172137.685000', '172137.687000', '172137.690000', '172137.693000', '172137.696000', '172137.699000', '172137.701000', '172137.704000', '172137.707000', '172137.710000', '172137.713000', '172137.715000', '172137.718000', '172137.721000', '172137.724000', '172137.727000', '172137.729000', '172137.732000', '172137.735000', '172137.738000', '172137.741000', '172137.743000', '172137.746000', '172137.749000', '172137.752000', '172137.755000', '172157.637000', '172157.640000', '172157.643000', '172157.646000', '172157.648000', '172157.651000', '172157.654000', '172157.657000', '172157.660000', '172157.662000', '172157.665000', '172157.683000', '172157.686000', '172157.689000', '172157.691000', '172157.694000', '172157.697000', '172157.700000', '172157.703000', '172157.705000', '172157.708000', '172157.711000', '172157.714000', '172157.717000', '172157.719000', '172157.722000', '172157.725000', '172157.728000', '172157.731000', '172157.733000', '172157.736000', '172157.739000', '172157.742000', '172157.744000', '172157.747000', '172157.750000', '172157.753000', '172157.756000', '172157.758000', '172157.761000', '172157.826000', '172157.828000', '172157.831000', '172157.834000', '172217.637000', '172217.640000', '172217.643000', '172217.645000', '172217.648000', '172217.651000', '172217.654000', '172217.657000', '172217.659000', '172217.662000', '172217.665000', '172217.668000', '172217.671000', '172217.674000', '172217.676000', '172217.679000', '172217.682000', '172217.685000', '172217.688000', '172217.690000', '172217.693000', '172217.696000', '172217.699000', '172217.702000', '172217.704000', '172217.707000', '172217.710000', '172217.713000', '172217.716000', '172217.718000', '172217.721000', '172217.724000', '172217.727000', '172217.730000', '172217.732000', '172217.735000', '172217.738000', '172217.741000', '172217.744000', '172217.746000', '172217.749000', '172217.752000', '172217.755000', '172237.637000', '172237.640000', '172237.659000', '172237.662000', '172237.665000', '172237.668000', '172237.670000', '172237.673000', '172237.676000', '172237.679000', '172237.682000', '172237.685000', '172237.687000', '172237.690000', '172237.693000', '172237.696000', '172237.699000', '172237.701000', '172237.704000', '172237.707000', '172237.710000', '172237.713000', '172237.715000', '172237.718000', '172237.721000', '172237.724000', '172237.727000', '172237.730000', '172237.733000', '172237.735000', '172237.738000', '172237.741000', '172237.744000', '172237.746000', '172237.749000', '172237.752000', '172237.755000', '172237.758000', '172237.760000', '172237.763000', '172237.766000', '172237.813000', '172237.815000', '172237.818000', '172257.637000', '172257.640000', '172257.643000', '172257.645000', '172257.648000', '172257.651000', '172257.654000', '172257.657000', '172257.660000', '172257.662000', '172257.665000', '172257.668000', '172257.671000', '172257.674000', '172257.677000', '172257.679000', '172257.682000', '172257.685000', '172257.688000', '172257.691000', '172257.693000', '172257.696000', '172257.699000', '172257.702000', '172257.705000', '172257.707000', '172257.710000', '172257.713000', '172257.716000', '172257.719000', '172257.721000', '172257.724000', '172257.727000', '172257.730000', '172257.733000', '172257.735000', '172257.738000', '172257.741000', '172257.744000', '172257.747000', '172257.749000', '172257.752000', '172257.755000', '172317.637000', '172317.640000', '172317.642000', '172317.645000', '172317.648000', '172317.651000', '172317.654000', '172317.657000', '172317.659000', '172317.662000', '172317.665000', '172317.668000', '172317.671000', '172317.673000', '172317.676000', '172317.679000', '172317.683000', '172317.685000', '172317.688000', '172317.691000', '172317.694000', '172317.697000', '172317.699000', '172317.702000', '172317.705000', '172317.708000', '172317.711000', '172317.713000', '172317.716000', '172317.719000', '172317.722000', '172317.725000', '172317.727000', '172317.730000', '172317.733000', '172317.736000', '172317.748000', '172317.751000', '172317.753000', '172317.756000', '172317.759000', '172317.762000', '172317.765000', '172317.767000', '172337.637000', '172337.640000', '172337.643000', '172337.645000', '172337.648000', '172337.651000', '172337.654000', '172337.657000', '172337.660000', '172337.662000', '172337.665000', '172337.668000', '172337.671000', '172337.674000', '172337.676000', '172337.679000', '172337.682000', '172337.685000', '172337.688000', '172337.690000', '172337.693000', '172337.696000', '172337.699000', '172337.702000', '172337.704000', '172337.707000', '172337.710000', '172337.713000', '172337.716000', '172337.718000', '172337.721000', '172337.724000', '172337.727000', '172337.730000', '172337.732000', '172337.735000', '172337.738000', '172337.741000', '172337.744000', '172337.747000', '172337.749000', '172337.752000', '172337.755000', '172357.637000', '172357.640000', '172357.643000', '172357.646000', '172357.648000', '172357.651000', '172357.654000', '172357.657000', '172357.660000', '172357.663000', '172357.665000', '172357.668000', '172357.671000', '172357.674000', '172357.677000', '172357.679000', '172357.682000', '172357.685000', '172357.688000', '172357.691000', '172357.694000', '172357.696000', '172357.699000', '172357.702000', '172357.705000', '172357.708000', '172357.710000', '172357.713000', '172357.716000', '172357.719000', '172357.721000', '172357.724000', '172357.727000', '172357.737000', '172357.740000', '172357.743000', '172357.745000', '172357.748000', '172357.751000', '172357.754000', '172357.757000', '172357.759000', '172357.762000', '172417.637000', '172417.640000', '172417.643000', '172417.646000', '172417.648000', '172417.651000', '172417.654000', '172417.657000', '172417.660000', '172417.663000', '172417.665000', '172417.668000', '172417.671000', '172417.674000', '172417.677000', '172417.679000', '172417.682000', '172417.685000', '172417.688000', '172417.691000', '172417.694000', '172417.696000', '172417.699000', '172417.702000', '172417.705000', '172417.708000', '172417.711000', '172417.713000', '172417.716000', '172417.719000', '172417.722000', '172417.725000', '172417.727000', '172417.730000', '172417.733000', '172417.736000', '172417.739000', '172417.742000', '172417.744000', '172417.747000', '172417.750000', '172417.753000', '172417.756000', '172417.758000', '172437.637000', '172437.640000', '172437.643000', '172437.645000', '172437.649000', '172437.652000', '172437.654000', '172437.657000', '172437.660000', '172437.663000', '172437.666000', '172437.669000', '172437.672000', '172437.675000', '172437.677000', '172437.680000', '172437.683000', '172437.686000', '172437.689000', '172437.692000', '172437.694000', '172437.697000', '172437.700000', '172437.703000', '172437.705000', '172437.708000', '172437.711000', '172437.714000', '172437.717000', '172437.720000', '172437.722000', '172437.725000', '172437.728000', '172437.732000', '172437.735000', '172437.738000', '172437.741000', '172437.744000', '172437.746000', '172437.749000', '172437.752000', '172437.755000', '172437.758000', '172457.637000', '172457.640000', '172457.643000', '172457.646000', '172457.658000', '172457.661000', '172457.664000', '172457.667000', '172457.670000', '172457.672000', '172457.675000', '172457.678000', '172457.681000', '172457.684000', '172457.686000', '172457.689000', '172457.692000', '172457.695000', '172457.698000', '172457.700000', '172457.703000', '172457.706000', '172457.709000', '172457.712000', '172457.714000', '172457.717000', '172457.720000', '172457.723000', '172457.726000', '172457.728000', '172457.731000', '172457.734000', '172457.737000', '172457.740000', '172457.743000', '172457.745000', '172457.748000', '172457.751000', '172457.754000', '172457.757000', '172457.759000', '172457.762000', '172457.765000', '172457.768000', '172514.982000', '172514.993000', '172514.996000', '172514.999000', '172515.002000', '172515.005000', '172515.008000', '172515.012000', '172515.015000', '172515.018000', '172515.021000', '172515.025000', '172515.028000', '172515.031000', '172515.034000', '172515.037000', '172515.041000', '172515.044000', '172515.047000', '172515.050000', '172515.053000', '172515.057000', '172515.060000', '172515.063000', '172515.066000', '172515.070000', '172515.073000', '172515.076000', '172515.079000', '172515.082000', '172515.084000', '172515.087000', '172515.090000', '172515.093000', '172515.096000', '172515.099000', '172515.102000', '172515.105000'], 'InstanceCreationTime': ['171857.680000', '171857.683000', '171857.686000', '171857.689000', '171857.692000', '171857.695000', '171857.698000', '171857.700000', '171857.703000', '171857.706000', '171857.709000', '171857.711000', '171857.714000', '171857.717000', '171857.720000', '171857.722000', '171857.725000', '171857.728000', '171857.731000', '171857.734000', '171857.737000', '171857.739000', '171857.744000', '171857.747000', '171857.750000', '171857.753000', '171857.756000', '171857.760000', '171857.763000', '171857.766000', '171857.768000', '171857.816000', '171857.819000', '171857.822000', '171857.825000', '171857.828000', '171857.830000', '171857.833000', '171857.836000', '171857.839000', '171857.842000', '171857.844000', '171857.847000', '171857.850000', '171857.853000', '171857.856000', '171857.858000', '171857.861000', '171857.864000', '171857.867000', '171857.869000', '171917.637000', '171917.640000', '171917.643000', '171917.646000', '171917.648000', '171917.651000', '171917.654000', '171917.657000', '171917.660000', '171917.663000', '171917.665000', '171917.668000', '171917.671000', '171917.674000', '171917.677000', '171917.679000', '171917.682000', '171917.685000', '171917.688000', '171917.691000', '171917.693000', '171917.696000', '171917.699000', '171917.702000', '171917.704000', '171917.707000', '171917.710000', '171917.713000', '171917.715000', '171917.718000', '171917.721000', '171917.724000', '171917.726000', '171917.729000', '171917.732000', '171917.735000', '171917.737000', '171917.740000', '171917.743000', '171917.746000', '171917.748000', '171917.751000', '171917.754000', '171917.757000', '171937.637000', '171937.640000', '171937.642000', '171937.645000', '171937.648000', '171937.651000', '171937.654000', '171937.656000', '171937.659000', '171937.662000', '171937.665000', '171937.667000', '171937.670000', '171937.673000', '171937.676000', '171937.679000', '171937.682000', '171937.688000', '171937.691000', '171937.694000', '171937.697000', '171937.699000', '171937.702000', '171937.705000', '171937.708000', '171937.710000', '171937.713000', '171937.716000', '171937.719000', '171937.721000', '171937.724000', '171937.727000', '171937.730000', '171937.733000', '171937.735000', '171937.740000', '171937.743000', '171937.746000', '171937.749000', '171937.752000', '171937.755000', '171937.757000', '171937.760000', '171957.637000', '171957.640000', '171957.643000', '171957.645000', '171957.648000', '171957.651000', '171957.654000', '171957.657000', '171957.660000', '171957.662000', '171957.665000', '171957.668000', '171957.671000', '171957.673000', '171957.676000', '171957.679000', '171957.682000', '171957.685000', '171957.687000', '171957.690000', '171957.693000', '171957.696000', '171957.699000', '171957.701000', '171957.704000', '171957.707000', '171957.710000', '171957.713000', '171957.715000', '171957.718000', '171957.721000', '171957.724000', '171957.727000', '171957.729000', '171957.732000', '171957.735000', '171957.738000', '171957.740000', '171957.743000', '171957.746000', '171957.749000', '171957.751000', '171957.754000', '171957.757000', '172017.637000', '172017.640000', '172017.643000', '172017.645000', '172017.648000', '172017.651000', '172017.654000', '172017.657000', '172017.659000', '172017.662000', '172017.665000', '172017.668000', '172017.670000', '172017.673000', '172017.676000', '172017.679000', '172017.682000', '172017.684000', '172017.687000', '172017.690000', '172017.693000', '172017.696000', '172017.698000', '172017.701000', '172017.704000', '172017.707000', '172017.709000', '172017.712000', '172017.715000', '172017.732000', '172017.735000', '172017.738000', '172017.741000', '172017.744000', '172017.746000', '172017.749000', '172017.752000', '172017.755000', '172017.757000', '172017.760000', '172017.763000', '172017.766000', '172017.816000', '172037.637000', '172037.640000', '172037.643000', '172037.645000', '172037.648000', '172037.651000', '172037.654000', '172037.656000', '172037.659000', '172037.662000', '172037.669000', '172037.672000', '172037.674000', '172037.677000', '172037.680000', '172037.683000', '172037.686000', '172037.689000', '172037.691000', '172037.694000', '172037.697000', '172037.700000', '172037.702000', '172037.705000', '172037.708000', '172037.711000', '172037.714000', '172037.716000', '172037.719000', '172037.722000', '172037.725000', '172037.728000', '172037.730000', '172037.733000', '172037.736000', '172037.739000', '172037.741000', '172037.744000', '172037.747000', '172037.750000', '172037.752000', '172037.755000', '172037.758000', '172037.761000', '172057.637000', '172057.640000', '172057.643000', '172057.645000', '172057.648000', '172057.651000', '172057.654000', '172057.657000', '172057.659000', '172057.662000', '172057.665000', '172057.668000', '172057.670000', '172057.673000', '172057.676000', '172057.679000', '172057.682000', '172057.684000', '172057.687000', '172057.690000', '172057.693000', '172057.696000', '172057.698000', '172057.701000', '172057.704000', '172057.707000', '172057.710000', '172057.712000', '172057.715000', '172057.718000', '172057.722000', '172057.725000', '172057.728000', '172057.731000', '172057.734000', '172057.737000', '172057.740000', '172057.742000', '172057.745000', '172057.748000', '172057.751000', '172057.754000', '172057.757000', '172117.637000', '172117.640000', '172117.643000', '172117.645000', '172117.648000', '172117.651000', '172117.654000', '172117.657000', '172117.659000', '172117.662000', '172117.665000', '172117.668000', '172117.670000', '172117.673000', '172117.676000', '172117.679000', '172117.682000', '172117.684000', '172117.688000', '172117.691000', '172117.694000', '172117.697000', '172117.699000', '172117.702000', '172117.705000', '172117.708000', '172117.711000', '172117.713000', '172117.716000', '172117.719000', '172117.722000', '172117.725000', '172117.727000', '172117.730000', '172117.733000', '172117.736000', '172117.738000', '172117.741000', '172117.744000', '172117.747000', '172117.750000', '172117.752000', '172117.755000', '172117.758000', '172137.637000', '172137.640000', '172137.643000', '172137.645000', '172137.648000', '172137.651000', '172137.654000', '172137.656000', '172137.659000', '172137.662000', '172137.665000', '172137.668000', '172137.671000', '172137.673000', '172137.676000', '172137.679000', '172137.682000', '172137.685000', '172137.687000', '172137.690000', '172137.693000', '172137.696000', '172137.699000', '172137.701000', '172137.704000', '172137.707000', '172137.710000', '172137.713000', '172137.715000', '172137.718000', '172137.721000', '172137.724000', '172137.727000', '172137.729000', '172137.732000', '172137.735000', '172137.738000', '172137.741000', '172137.743000', '172137.746000', '172137.749000', '172137.752000', '172137.755000', '172157.637000', '172157.640000', '172157.643000', '172157.646000', '172157.648000', '172157.651000', '172157.654000', '172157.657000', '172157.660000', '172157.662000', '172157.665000', '172157.683000', '172157.686000', '172157.689000', '172157.691000', '172157.694000', '172157.697000', '172157.700000', '172157.703000', '172157.705000', '172157.708000', '172157.711000', '172157.714000', '172157.717000', '172157.719000', '172157.722000', '172157.725000', '172157.728000', '172157.731000', '172157.733000', '172157.736000', '172157.739000', '172157.742000', '172157.744000', '172157.747000', '172157.750000', '172157.753000', '172157.756000', '172157.758000', '172157.761000', '172157.826000', '172157.828000', '172157.831000', '172157.834000', '172217.637000', '172217.640000', '172217.643000', '172217.645000', '172217.648000', '172217.651000', '172217.654000', '172217.657000', '172217.659000', '172217.662000', '172217.665000', '172217.668000', '172217.671000', '172217.674000', '172217.676000', '172217.679000', '172217.682000', '172217.685000', '172217.688000', '172217.690000', '172217.693000', '172217.696000', '172217.699000', '172217.702000', '172217.704000', '172217.707000', '172217.710000', '172217.713000', '172217.716000', '172217.718000', '172217.721000', '172217.724000', '172217.727000', '172217.730000', '172217.732000', '172217.735000', '172217.738000', '172217.741000', '172217.744000', '172217.746000', '172217.749000', '172217.752000', '172217.755000', '172237.637000', '172237.640000', '172237.659000', '172237.662000', '172237.665000', '172237.668000', '172237.670000', '172237.673000', '172237.676000', '172237.679000', '172237.682000', '172237.685000', '172237.687000', '172237.690000', '172237.693000', '172237.696000', '172237.699000', '172237.701000', '172237.704000', '172237.707000', '172237.710000', '172237.713000', '172237.715000', '172237.718000', '172237.721000', '172237.724000', '172237.727000', '172237.730000', '172237.733000', '172237.735000', '172237.738000', '172237.741000', '172237.744000', '172237.746000', '172237.749000', '172237.752000', '172237.755000', '172237.758000', '172237.760000', '172237.763000', '172237.766000', '172237.813000', '172237.815000', '172237.818000', '172257.637000', '172257.640000', '172257.643000', '172257.645000', '172257.648000', '172257.651000', '172257.654000', '172257.657000', '172257.660000', '172257.662000', '172257.665000', '172257.668000', '172257.671000', '172257.674000', '172257.677000', '172257.679000', '172257.682000', '172257.685000', '172257.688000', '172257.691000', '172257.693000', '172257.696000', '172257.699000', '172257.702000', '172257.705000', '172257.707000', '172257.710000', '172257.713000', '172257.716000', '172257.719000', '172257.721000', '172257.724000', '172257.727000', '172257.730000', '172257.733000', '172257.735000', '172257.738000', '172257.741000', '172257.744000', '172257.747000', '172257.749000', '172257.752000', '172257.755000', '172317.637000', '172317.640000', '172317.642000', '172317.645000', '172317.648000', '172317.651000', '172317.654000', '172317.657000', '172317.659000', '172317.662000', '172317.665000', '172317.668000', '172317.671000', '172317.673000', '172317.676000', '172317.679000', '172317.683000', '172317.685000', '172317.688000', '172317.691000', '172317.694000', '172317.697000', '172317.699000', '172317.702000', '172317.705000', '172317.708000', '172317.711000', '172317.713000', '172317.716000', '172317.719000', '172317.722000', '172317.725000', '172317.727000', '172317.730000', '172317.733000', '172317.736000', '172317.748000', '172317.751000', '172317.753000', '172317.756000', '172317.759000', '172317.762000', '172317.765000', '172317.767000', '172337.637000', '172337.640000', '172337.643000', '172337.645000', '172337.648000', '172337.651000', '172337.654000', '172337.657000', '172337.660000', '172337.662000', '172337.665000', '172337.668000', '172337.671000', '172337.674000', '172337.676000', '172337.679000', '172337.682000', '172337.685000', '172337.688000', '172337.690000', '172337.693000', '172337.696000', '172337.699000', '172337.702000', '172337.704000', '172337.707000', '172337.710000', '172337.713000', '172337.716000', '172337.718000', '172337.721000', '172337.724000', '172337.727000', '172337.730000', '172337.732000', '172337.735000', '172337.738000', '172337.741000', '172337.744000', '172337.747000', '172337.749000', '172337.752000', '172337.755000', '172357.637000', '172357.640000', '172357.643000', '172357.646000', '172357.648000', '172357.651000', '172357.654000', '172357.657000', '172357.660000', '172357.663000', '172357.665000', '172357.668000', '172357.671000', '172357.674000', '172357.677000', '172357.679000', '172357.682000', '172357.685000', '172357.688000', '172357.691000', '172357.694000', '172357.696000', '172357.699000', '172357.702000', '172357.705000', '172357.708000', '172357.710000', '172357.713000', '172357.716000', '172357.719000', '172357.721000', '172357.724000', '172357.727000', '172357.737000', '172357.740000', '172357.743000', '172357.745000', '172357.748000', '172357.751000', '172357.754000', '172357.757000', '172357.759000', '172357.762000', '172417.637000', '172417.640000', '172417.643000', '172417.646000', '172417.648000', '172417.651000', '172417.654000', '172417.657000', '172417.660000', '172417.663000', '172417.665000', '172417.668000', '172417.671000', '172417.674000', '172417.677000', '172417.679000', '172417.682000', '172417.685000', '172417.688000', '172417.691000', '172417.694000', '172417.696000', '172417.699000', '172417.702000', '172417.705000', '172417.708000', '172417.711000', '172417.713000', '172417.716000', '172417.719000', '172417.722000', '172417.725000', '172417.727000', '172417.730000', '172417.733000', '172417.736000', '172417.739000', '172417.742000', '172417.744000', '172417.747000', '172417.750000', '172417.753000', '172417.756000', '172417.758000', '172437.637000', '172437.640000', '172437.643000', '172437.645000', '172437.649000', '172437.652000', '172437.654000', '172437.657000', '172437.660000', '172437.663000', '172437.666000', '172437.669000', '172437.672000', '172437.675000', '172437.677000', '172437.680000', '172437.683000', '172437.686000', '172437.689000', '172437.692000', '172437.694000', '172437.697000', '172437.700000', '172437.703000', '172437.705000', '172437.708000', '172437.711000', '172437.714000', '172437.717000', '172437.720000', '172437.722000', '172437.725000', '172437.728000', '172437.732000', '172437.735000', '172437.738000', '172437.741000', '172437.744000', '172437.746000', '172437.749000', '172437.752000', '172437.755000', '172437.758000', '172457.637000', '172457.640000', '172457.643000', '172457.646000', '172457.658000', '172457.661000', '172457.664000', '172457.667000', '172457.670000', '172457.672000', '172457.675000', '172457.678000', '172457.681000', '172457.684000', '172457.686000', '172457.689000', '172457.692000', '172457.695000', '172457.698000', '172457.700000', '172457.703000', '172457.706000', '172457.709000', '172457.712000', '172457.714000', '172457.717000', '172457.720000', '172457.723000', '172457.726000', '172457.728000', '172457.731000', '172457.734000', '172457.737000', '172457.740000', '172457.743000', '172457.745000', '172457.748000', '172457.751000', '172457.754000', '172457.757000', '172457.759000', '172457.762000', '172457.765000', '172457.768000', '172514.982000', '172514.993000', '172514.996000', '172514.999000', '172515.002000', '172515.005000', '172515.008000', '172515.012000', '172515.015000', '172515.018000', '172515.021000', '172515.025000', '172515.028000', '172515.031000', '172515.034000', '172515.037000', '172515.041000', '172515.044000', '172515.047000', '172515.050000', '172515.053000', '172515.057000', '172515.060000', '172515.063000', '172515.066000', '172515.070000', '172515.073000', '172515.076000', '172515.079000', '172515.082000', '172515.084000', '172515.087000', '172515.090000', '172515.093000', '172515.096000', '172515.099000', '172515.102000', '172515.105000'], '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': [14866, 15876, 11711, 15080, 9574, 15103, 10927, 16448, 9353, 16536, 9829, 14592, 12187, 8948, 12814, 8823, 13816, 10188, 16399, 9874, 15364, 10156, 17162, 14496, 13914, 11546, 9243, 15320, 11466, 13520, 12015, 8532, 15439, 11443, 18530, 14477, 11586, 14368, 10024, 18472, 14949, 15864, 14303, 15548, 15359, 11834, 18874, 10678, 10810, 11006, 8929, 17631, 11010, 8769, 12420, 9569, 14520, 9628, 15394, 9796, 15060, 11846, 17401, 10601, 15784, 10206, 16230, 13579, 12739, 12274, 9124, 13393, 9394, 14898, 9223, 15849, 9377, 13216, 10950, 9009, 14157, 9686, 15812, 11029, 16177, 10606, 15478, 10376, 15135, 12921, 15646, 10494, 13403, 11920, 11793, 14424, 9353, 15154, 9620, 15466, 10521, 17084, 10954, 15488, 10382, 15143, 12455, 18532, 9856, 11815, 10029, 9657, 11660, 9067, 13635, 9277, 14889, 12331, 16186, 11039, 17402, 10952, 17423, 14069, 18480, 10895, 16116, 10491, 14385, 12705, 9435, 12729, 9058, 14055, 10041, 15065, 9435, 14399, 9738, 15746, 12486, 10394, 12096, 8602, 13830, 9659, 16302, 11499, 15721, 9536, 15914, 10214, 15208, 12430, 13798, 11106, 12730, 11337, 14379, 13293, 12075, 12604, 10654, 12091, 11653, 12543, 9019, 12041, 8922, 12372, 8746, 15918, 9113, 14439, 9428, 14614, 10069, 15556, 9895, 15591, 10208, 14864, 12072, 17543, 11077, 17353, 10856, 15450, 12213, 18050, 10237, 16663, 9868, 16809, 9775, 13315, 10033, 11435, 10122, 11130, 12009, 8646, 12732, 8875, 13393, 9558, 16334, 9601, 15715, 10071, 15509, 10232, 15589, 10213, 15176, 10386, 15403, 10949, 15793, 10539, 15996, 10610, 8645, 13927, 10310, 12588, 12754, 9936, 15252, 13712, 13360, 16117, 14606, 14300, 12573, 11986, 12050, 11159, 13286, 8776, 12494, 8680, 12773, 9914, 13621, 8615, 12432, 8710, 12575, 9057, 14660, 8837, 14142, 9736, 12942, 12876, 13056, 9510, 12241, 11691, 11010, 13933, 11830, 8329, 11823, 8716, 12287, 9611, 14674, 8791, 14123, 9017, 14213, 9661, 14935, 9368, 14587, 9396, 14703, 10620, 15551, 9629, 14446, 9849, 14037, 10113, 15849, 9907, 14369, 9880, 13779, 10055, 15322, 10190, 13961, 9902, 13498, 10018, 14985, 10154, 14145, 9830, 13567, 10208, 14615, 9740, 13956, 9876, 14088, 10463, 14665, 9497, 13984, 9798, 13579, 9609, 14112, 9612, 13131, 10250, 11525, 13891, 11299, 14905, 10136, 16216, 10035, 16696, 10892, 15513, 9599, 15208, 9746, 15312, 10048, 14605, 9620, 13332, 10235, 14127, 10894, 14725, 10510, 15122, 9972, 15580, 10113, 16249, 9951, 15173, 9553, 14212, 9601, 16141, 9504, 15730, 9470, 14879, 9502, 15224, 9336, 15550, 9594, 14022, 9833, 13996, 9422, 13901, 9389, 13907, 10532, 15060, 9430, 14707, 9594, 15454, 10607, 15218, 9591, 14480, 9391, 15210, 9976, 14796, 9699, 14276, 9611, 15468, 9725, 15071, 9753, 12775, 11163, 16741, 9916, 15040, 9656, 14858, 10351, 14988, 9599, 15052, 10037, 15485, 11038, 15361, 10120, 15642, 10342, 14999, 10419, 17984, 10433, 16373, 10665, 17142, 11728, 18845, 10399, 15787, 10476, 15611, 11957, 15757, 9880, 14733, 9811, 14641, 10647, 14073, 9673, 13910, 9832, 13799, 10060, 15530, 9792, 14431, 9810, 13705, 10863, 9476, 11593, 8449, 12720, 9378, 14618, 8854, 13839, 9540, 13290, 13467, 13604, 17025, 11950, 14624, 11716, 17783, 12344, 15366, 9983, 10802, 11385, 10818, 13768, 9339, 14851, 9408, 16012, 10332, 16154, 11060, 15776, 10508, 13631, 11558, 16867, 13143, 13941, 12697, 10795, 12310, 11212, 15679, 9771, 15660, 10032, 16087, 10384, 16177, 10410, 10003, 12763, 9162, 11967, 9402, 9007, 14278, 10970, 17070, 10688, 16948, 11483, 16114, 11563, 16284, 10448, 12747, 9169, 12839, 9282, 14309, 9673, 13660, 9782, 13685, 9811, 15210, 9415, 14261, 9430, 13818, 10021, 14933, 9757, 14300, 9535, 14156, 9644, 14842, 9796, 14984, 9939, 15009, 10300, 15675, 10308, 15336, 10007, 15024, 11290, 14972, 9645, 14308, 9817, 15029, 10603, 14338, 9045, 14347, 9568, 14507, 10488, 13870, 9188, 14315, 9603, 17230, 12693, 14281, 10414, 11934, 11725, 11334, 14531, 8798, 14514, 9015, 15891, 10025, 8446, 12562, 13817, 12103, 16275, 12785, 12989, 12263, 11576, 13684, 13194, 13995, 9424, 14294, 9877, 14420, 10254, 15136, 9806, 15564, 9491, 17414, 10895, 14696, 10521, 12781, 10836, 12824, 12548, 9977, 12692, 10367, 12718, 13096, 13231, 9760, 12780, 8454, 12728, 8639, 15302, 8720, 14366, 9248, 14770, 10578, 14348, 9756, 15528, 9823, 14743, 11391, 15944, 10456, 15462, 9846, 13598, 9565, 14669, 9763, 14058, 9436, 13695, 9663, 14707, 9810, 13459, 9369, 12516, 9329, 13679, 9289, 13014, 9002, 13304, 10127, 13541, 9184, 13566, 9191, 13060, 10338, 13918, 9336, 13686, 9529, 13515, 10485, 13720, 9427, 13476, 9520, 13083, 9930, 13824, 8989, 14031, 8859, 15371, 10472, 14627, 9861, 12029, 10709, 13430, 12018, 9648, 12673, 8993, 13549, 10546, 14112, 10664, 13437, 9633, 12856, 10982, 13454, 10032, 13330, 9453, 13341, 10402, 14881, 9860, 13256, 8831, 13091, 10963, 13385, 9535, 12456, 8965, 12031, 14625, 12359, 13766, 11107, 14217, 10890, 16327, 11423, 14237, 10557, 12868, 11852, 13604, 13487, 8451, 13393, 9601, 14262, 9990, 13746, 11127, 17062, 9881, 8880, 11233, 8515, 13021, 10941, 14744, 9055, 14034, 9617, 14116, 10094, 15959, 10147, 14514, 10053, 14144, 10239, 16336, 10218, 16139, 9762, 13850, 10834, 9819, 13327, 9340, 11137, 10133, 9358, 13057, 12621, 14294, 15081, 10768, 18315, 10653, 17783, 11442, 16254, 12883, 18375, 11214, 15373, 10276, 13905, 9939, 13081, 10471, 12986, 9601, 12098, 8273, 11594, 11647, 11279, 15959, 10605, 15972, 9667, 15308, 10201, 14203, 10301, 13856, 9912, 12353, 9311, 13105, 9427, 15482, 9452, 14148, 9505, 14130, 10968, 14952, 9384, 11838, 8708, 12405, 10927, 14405, 9459, 13461, 9317, 12575, 11369, 12788, 10414, 11818, 10343, 11394, 14578, 11197, 14711, 10896, 16690, 9594, 16148, 10348, 14739, 9720, 14006, 9512, 13307, 10048, 14075, 9486, 13267, 9589, 13489, 10887, 14431, 10980, 12043, 12749, 11063, 17568, 10809, 17676, 9582, 14812, 9776, 14105, 10034, 14522, 9763, 12820, 9469, 12732, 10028, 14060, 9804, 12745, 9371, 12915, 10200, 14257, 8778, 12932, 8988, 13430, 10688, 14730, 9531], 'WindowCenter': [4774.0, 4769.0, 4701.0, 4717.0, 4656.0, 4703.0, 4675.0, 4723.0, 4643.0, 4722.0, 4654.0, 4713.0, 4695.0, 4643.0, 4692.0, 4644.0, 4704.0, 4666.0, 4724.0, 4654.0, 4712.0, 4665.0, 4723.0, 4714.0, 4692.0, 4672.0, 4642.0, 4712.0, 4673.0, 4692.0, 4681.0, 4633.0, 4712.0, 4673.0, 4732.0, 4702.0, 4672.0, 4690.0, 4641.0, 4719.0, 4699.0, 4711.0, 4690.0, 4710.0, 4687.0, 4646.0, 4717.0, 4636.0, 4645.0, 4646.0, 4618.0, 4718.0, 4648.0, 4619.0, 4679.0, 4640.0, 4700.0, 4641.0, 4699.0, 4640.0, 4698.0, 4670.0, 4719.0, 4649.0, 4697.0, 4649.0, 4697.0, 4689.0, 4668.0, 4667.0, 4628.0, 4677.0, 4629.0, 4699.0, 4640.0, 4708.0, 4641.0, 4691.0, 4674.0, 4643.0, 4702.0, 4654.0, 4723.0, 4675.0, 4723.0, 4662.0, 4700.0, 4663.0, 4701.0, 4694.0, 4710.0, 4661.0, 4690.0, 4670.0, 4671.0, 4702.0, 4643.0, 4700.0, 4641.0, 4711.0, 4662.0, 4720.0, 4649.0, 4698.0, 4638.0, 4686.0, 4670.0, 4718.0, 4640.0, 4668.0, 4649.0, 4641.0, 4670.0, 4643.0, 4700.0, 4643.0, 4713.0, 4695.0, 4723.0, 4662.0, 4721.0, 4661.0, 4710.0, 4691.0, 4716.0, 4647.0, 4696.0, 4637.0, 4686.0, 4666.0, 4629.0, 4678.0, 4631.0, 4689.0, 4639.0, 4712.0, 4644.0, 4689.0, 4640.0, 4698.0, 4681.0, 4652.0, 4669.0, 4619.0, 4678.0, 4630.0, 4709.0, 4662.0, 4701.0, 4641.0, 4709.0, 4651.0, 4698.0, 4670.0, 4678.0, 4659.0, 4668.0, 4671.0, 4677.0, 4679.0, 4657.0, 4657.0, 4636.0, 4655.0, 4645.0, 4656.0, 4606.0, 4655.0, 4605.0, 4655.0, 4608.0, 4709.0, 4619.0, 4688.0, 4631.0, 4701.0, 4655.0, 4712.0, 4652.0, 4711.0, 4653.0, 4703.0, 4683.0, 4721.0, 4661.0, 4710.0, 4649.0, 4699.0, 4659.0, 4707.0, 4637.0, 4695.0, 4627.0, 4695.0, 4639.0, 4677.0, 4638.0, 4658.0, 4649.0, 4659.0, 4670.0, 4621.0, 4680.0, 4631.0, 4690.0, 4642.0, 4724.0, 4654.0, 4712.0, 4653.0, 4701.0, 4666.0, 4714.0, 4653.0, 4702.0, 4653.0, 4701.0, 4675.0, 4701.0, 4648.0, 4702.0, 4653.0, 4622.0, 4691.0, 4654.0, 4684.0, 4695.0, 4644.0, 4703.0, 4693.0, 4682.0, 4701.0, 4691.0, 4679.0, 4658.0, 4647.0, 4647.0, 4648.0, 4668.0, 4608.0, 4657.0, 4608.0, 4670.0, 4641.0, 4681.0, 4622.0, 4669.0, 4609.0, 4669.0, 4621.0, 4701.0, 4632.0, 4690.0, 4631.0, 4681.0, 4670.0, 4670.0, 4629.0, 4659.0, 4660.0, 4650.0, 4679.0, 4660.0, 4611.0, 4659.0, 4620.0, 4671.0, 4643.0, 4715.0, 4634.0, 4692.0, 4646.0, 4703.0, 4644.0, 4703.0, 4644.0, 4702.0, 4644.0, 4692.0, 4653.0, 4714.0, 4643.0, 4691.0, 4642.0, 4680.0, 4641.0, 4700.0, 4629.0, 4678.0, 4628.0, 4667.0, 4629.0, 4689.0, 4639.0, 4678.0, 4629.0, 4678.0, 4640.0, 4689.0, 4640.0, 4677.0, 4629.0, 4668.0, 4639.0, 4688.0, 4629.0, 4678.0, 4639.0, 4677.0, 4638.0, 4677.0, 4628.0, 4676.0, 4627.0, 4666.0, 4628.0, 4677.0, 4628.0, 4667.0, 4627.0, 4648.0, 4677.0, 4660.0, 4688.0, 4639.0, 4696.0, 4640.0, 4710.0, 4650.0, 4700.0, 4643.0, 4711.0, 4643.0, 4701.0, 4666.0, 4690.0, 4643.0, 4679.0, 4652.0, 4690.0, 4663.0, 4691.0, 4652.0, 4701.0, 4642.0, 4701.0, 4653.0, 4712.0, 4643.0, 4702.0, 4643.0, 4693.0, 4645.0, 4712.0, 4644.0, 4712.0, 4644.0, 4702.0, 4655.0, 4714.0, 4645.0, 4715.0, 4659.0, 4705.0, 4655.0, 4693.0, 4645.0, 4692.0, 4645.0, 4694.0, 4664.0, 4702.0, 4643.0, 4700.0, 4643.0, 4702.0, 4652.0, 4701.0, 4642.0, 4691.0, 4644.0, 4714.0, 4643.0, 4702.0, 4643.0, 4701.0, 4643.0, 4702.0, 4644.0, 4712.0, 4654.0, 4734.0, 4703.0, 4736.0, 4643.0, 4690.0, 4631.0, 4701.0, 4655.0, 4704.0, 4645.0, 4702.0, 4655.0, 4713.0, 4664.0, 4702.0, 4653.0, 4713.0, 4652.0, 4701.0, 4653.0, 4721.0, 4651.0, 4699.0, 4640.0, 4699.0, 4660.0, 4708.0, 4628.0, 4689.0, 4638.0, 4686.0, 4647.0, 4685.0, 4627.0, 4675.0, 4628.0, 4675.0, 4626.0, 4676.0, 4617.0, 4665.0, 4628.0, 4666.0, 4630.0, 4686.0, 4628.0, 4676.0, 4639.0, 4667.0, 4652.0, 4629.0, 4659.0, 4610.0, 4669.0, 4631.0, 4691.0, 4620.0, 4679.0, 4629.0, 4669.0, 4668.0, 4679.0, 4698.0, 4647.0, 4677.0, 4659.0, 4709.0, 4670.0, 4687.0, 4627.0, 4647.0, 4658.0, 4650.0, 4680.0, 4630.0, 4690.0, 4632.0, 4710.0, 4642.0, 4702.0, 4652.0, 4701.0, 4641.0, 4679.0, 4660.0, 4699.0, 4670.0, 4667.0, 4656.0, 4637.0, 4646.0, 4648.0, 4687.0, 4627.0, 4685.0, 4628.0, 4698.0, 4639.0, 4698.0, 4651.0, 4655.0, 4696.0, 4644.0, 4672.0, 4642.0, 4632.0, 4703.0, 4665.0, 4714.0, 4651.0, 4709.0, 4660.0, 4697.0, 4647.0, 4697.0, 4637.0, 4655.0, 4615.0, 4666.0, 4616.0, 4675.0, 4628.0, 4675.0, 4627.0, 4676.0, 4638.0, 4700.0, 4630.0, 4689.0, 4630.0, 4679.0, 4641.0, 4700.0, 4642.0, 4690.0, 4641.0, 4690.0, 4655.0, 4701.0, 4655.0, 4702.0, 4653.0, 4701.0, 4654.0, 4712.0, 4653.0, 4701.0, 4642.0, 4700.0, 4674.0, 4701.0, 4642.0, 4690.0, 4653.0, 4700.0, 4652.0, 4703.0, 4644.0, 4701.0, 4643.0, 4702.0, 4653.0, 4693.0, 4644.0, 4701.0, 4643.0, 4723.0, 4682.0, 4701.0, 4652.0, 4671.0, 4673.0, 4663.0, 4702.0, 4622.0, 4690.0, 4633.0, 4711.0, 4654.0, 4636.0, 4696.0, 4704.0, 4684.0, 4713.0, 4683.0, 4693.0, 4671.0, 4660.0, 4680.0, 4679.0, 4678.0, 4630.0, 4677.0, 4639.0, 4687.0, 4650.0, 4688.0, 4638.0, 4698.0, 4628.0, 4696.0, 4661.0, 4687.0, 4637.0, 4667.0, 4648.0, 4668.0, 4669.0, 4639.0, 4668.0, 4638.0, 4668.0, 4667.0, 4681.0, 4639.0, 4667.0, 4608.0, 4667.0, 4620.0, 4712.0, 4633.0, 4700.0, 4643.0, 4701.0, 4665.0, 4703.0, 4654.0, 4713.0, 4654.0, 4703.0, 4672.0, 4714.0, 4651.0, 4700.0, 4629.0, 4667.0, 4628.0, 4690.0, 4629.0, 4678.0, 4629.0, 4677.0, 4629.0, 4688.0, 4628.0, 4667.0, 4630.0, 4668.0, 4630.0, 4678.0, 4630.0, 4668.0, 4630.0, 4680.0, 4653.0, 4680.0, 4631.0, 4680.0, 4631.0, 4680.0, 4653.0, 4690.0, 4642.0, 4689.0, 4641.0, 4678.0, 4652.0, 4679.0, 4630.0, 4667.0, 4640.0, 4679.0, 4652.0, 4679.0, 4630.0, 4690.0, 4631.0, 4698.0, 4665.0, 4701.0, 4653.0, 4671.0, 4662.0, 4692.0, 4685.0, 4642.0, 4683.0, 4631.0, 4680.0, 4652.0, 4692.0, 4650.0, 4679.0, 4629.0, 4669.0, 4648.0, 4680.0, 4629.0, 4678.0, 4628.0, 4677.0, 4637.0, 4702.0, 4628.0, 4668.0, 4619.0, 4667.0, 4637.0, 4679.0, 4628.0, 4667.0, 4619.0, 4668.0, 4687.0, 4671.0, 4678.0, 4648.0, 4677.0, 4648.0, 4697.0, 4661.0, 4678.0, 4639.0, 4657.0, 4657.0, 4678.0, 4680.0, 4610.0, 4680.0, 4642.0, 4689.0, 4640.0, 4692.0, 4661.0, 4710.0, 4640.0, 4620.0, 4649.0, 4620.0, 4680.0, 4651.0, 4690.0, 4631.0, 4679.0, 4629.0, 4679.0, 4640.0, 4701.0, 4638.0, 4677.0, 4627.0, 4666.0, 4638.0, 4688.0, 4626.0, 4685.0, 4626.0, 4678.0, 4648.0, 4642.0, 4694.0, 4642.0, 4645.0, 4676.0, 4643.0, 4692.0, 4696.0, 4705.0, 4704.0, 4652.0, 4723.0, 4652.0, 4711.0, 4648.0, 4687.0, 4657.0, 4696.0, 4635.0, 4675.0, 4625.0, 4652.0, 4614.0, 4653.0, 4626.0, 4655.0, 4617.0, 4656.0, 4607.0, 4647.0, 4647.0, 4650.0, 4698.0, 4639.0, 4700.0, 4630.0, 4688.0, 4639.0, 4678.0, 4640.0, 4678.0, 4630.0, 4659.0, 4631.0, 4680.0, 4646.0, 4715.0, 4655.0, 4693.0, 4644.0, 4694.0, 4664.0, 4716.0, 4633.0, 4661.0, 4622.0, 4671.0, 4652.0, 4704.0, 4643.0, 4681.0, 4632.0, 4671.0, 4661.0, 4671.0, 4650.0, 4660.0, 4641.0, 4660.0, 4689.0, 4662.0, 4690.0, 4651.0, 4712.0, 4642.0, 4702.0, 4653.0, 4693.0, 4642.0, 4690.0, 4631.0, 4680.0, 4643.0, 4691.0, 4642.0, 4680.0, 4631.0, 4681.0, 4652.0, 4693.0, 4650.0, 4659.0, 4658.0, 4648.0, 4698.0, 4650.0, 4698.0, 4618.0, 4677.0, 4628.0, 4677.0, 4640.0, 4689.0, 4629.0, 4668.0, 4629.0, 4668.0, 4640.0, 4691.0, 4641.0, 4670.0, 4631.0, 4670.0, 4641.0, 4703.0, 4622.0, 4670.0, 4619.0, 4669.0, 4652.0, 4692.0, 4632.0], 'WindowWidth': [10423.0, 10408.0, 10294.0, 10307.0, 10219.0, 10279.0, 10244.0, 10308.0, 10196.0, 10304.0, 10212.0, 10292.0, 10270.0, 10197.0, 10261.0, 10199.0, 10279.0, 10233.0, 10310.0, 10212.0, 10292.0, 10228.0, 10307.0, 10295.0, 10259.0, 10232.0, 10191.0, 10287.0, 10237.0, 10259.0, 10243.0, 10182.0, 10291.0, 10236.0, 10316.0, 10274.0, 10231.0, 10255.0, 10186.0, 10297.0, 10264.0, 10286.0, 10253.0, 10280.0, 10245.0, 10186.0, 10290.0, 10171.0, 10184.0, 10185.0, 10154.0, 10290.0, 10195.0, 10156.0, 10236.0, 10185.0, 10269.0, 10189.0, 10265.0, 10186.0, 10262.0, 10226.0, 10294.0, 10196.0, 10259.0, 10195.0, 10259.0, 10250.0, 10221.0, 10217.0, 10165.0, 10231.0, 10170.0, 10268.0, 10188.0, 10278.0, 10191.0, 10257.0, 10240.0, 10196.0, 10276.0, 10213.0, 10308.0, 10244.0, 10307.0, 10218.0, 10270.0, 10222.0, 10274.0, 10267.0, 10283.0, 10215.0, 10255.0, 10228.0, 10230.0, 10274.0, 10196.0, 10270.0, 10190.0, 10287.0, 10220.0, 10303.0, 10197.0, 10264.0, 10179.0, 10244.0, 10226.0, 10292.0, 10186.0, 10222.0, 10197.0, 10190.0, 10229.0, 10197.0, 10271.0, 10197.0, 10292.0, 10270.0, 10309.0, 10220.0, 10303.0, 10217.0, 10284.0, 10255.0, 10284.0, 10189.0, 10256.0, 10176.0, 10241.0, 10213.0, 10169.0, 10237.0, 10176.0, 10251.0, 10183.0, 10289.0, 10197.0, 10249.0, 10183.0, 10261.0, 10241.0, 10201.0, 10223.0, 10154.0, 10233.0, 10169.0, 10277.0, 10217.0, 10270.0, 10188.0, 10279.0, 10199.0, 10260.0, 10222.0, 10232.0, 10206.0, 10217.0, 10228.0, 10228.0, 10234.0, 10200.0, 10200.0, 10170.0, 10194.0, 10179.0, 10196.0, 10130.0, 10192.0, 10126.0, 10194.0, 10136.0, 10277.0, 10154.0, 10247.0, 10174.0, 10270.0, 10212.0, 10287.0, 10203.0, 10285.0, 10204.0, 10277.0, 10248.0, 10302.0, 10212.0, 10282.0, 10193.0, 10265.0, 10207.0, 10272.0, 10172.0, 10251.0, 10160.0, 10252.0, 10181.0, 10226.0, 10178.0, 10205.0, 10193.0, 10208.0, 10224.0, 10161.0, 10239.0, 10173.0, 10251.0, 10189.0, 10307.0, 10209.0, 10286.0, 10207.0, 10271.0, 10230.0, 10295.0, 10206.0, 10273.0, 10207.0, 10270.0, 10243.0, 10266.0, 10200.0, 10266.0, 10201.0, 10160.0, 10253.0, 10208.0, 10246.0, 10266.0, 10191.0, 10275.0, 10257.0, 10241.0, 10263.0, 10253.0, 10231.0, 10200.0, 10183.0, 10183.0, 10186.0, 10216.0, 10133.0, 10199.0, 10133.0, 10222.0, 10183.0, 10239.0, 10160.0, 10218.0, 10137.0, 10220.0, 10157.0, 10268.0, 10172.0, 10250.0, 10169.0, 10236.0, 10220.0, 10221.0, 10165.0, 10205.0, 10207.0, 10195.0, 10231.0, 10207.0, 10146.0, 10206.0, 10156.0, 10226.0, 10191.0, 10293.0, 10181.0, 10257.0, 10200.0, 10274.0, 10193.0, 10274.0, 10195.0, 10269.0, 10193.0, 10257.0, 10204.0, 10295.0, 10190.0, 10253.0, 10185.0, 10238.0, 10184.0, 10268.0, 10165.0, 10230.0, 10162.0, 10212.0, 10164.0, 10248.0, 10178.0, 10229.0, 10164.0, 10229.0, 10181.0, 10249.0, 10180.0, 10228.0, 10163.0, 10215.0, 10178.0, 10244.0, 10166.0, 10229.0, 10177.0, 10226.0, 10176.0, 10228.0, 10160.0, 10222.0, 10157.0, 10209.0, 10161.0, 10227.0, 10162.0, 10214.0, 10157.0, 10187.0, 10227.0, 10207.0, 10244.0, 10179.0, 10254.0, 10180.0, 10282.0, 10195.0, 10267.0, 10192.0, 10285.0, 10194.0, 10271.0, 10229.0, 10250.0, 10188.0, 10234.0, 10200.0, 10252.0, 10218.0, 10253.0, 10202.0, 10269.0, 10188.0, 10272.0, 10204.0, 10286.0, 10191.0, 10274.0, 10191.0, 10261.0, 10198.0, 10286.0, 10193.0, 10285.0, 10194.0, 10272.0, 10213.0, 10291.0, 10198.0, 10294.0, 10223.0, 10281.0, 10209.0, 10259.0, 10199.0, 10258.0, 10198.0, 10265.0, 10221.0, 10273.0, 10193.0, 10265.0, 10192.0, 10273.0, 10202.0, 10270.0, 10189.0, 10253.0, 10197.0, 10291.0, 10192.0, 10271.0, 10193.0, 10268.0, 10193.0, 10272.0, 10195.0, 10288.0, 10211.0, 10343.0, 10296.0, 10328.0, 10191.0, 10248.0, 10170.0, 10268.0, 10212.0, 10274.0, 10199.0, 10271.0, 10211.0, 10286.0, 10222.0, 10270.0, 10205.0, 10291.0, 10200.0, 10269.0, 10205.0, 10296.0, 10196.0, 10264.0, 10179.0, 10263.0, 10205.0, 10275.0, 10161.0, 10249.0, 10175.0, 10239.0, 10182.0, 10235.0, 10158.0, 10220.0, 10159.0, 10218.0, 10155.0, 10224.0, 10144.0, 10206.0, 10161.0, 10208.0, 10167.0, 10237.0, 10160.0, 10221.0, 10177.0, 10212.0, 10200.0, 10164.0, 10205.0, 10139.0, 10219.0, 10170.0, 10254.0, 10153.0, 10231.0, 10162.0, 10217.0, 10215.0, 10232.0, 10255.0, 10184.0, 10228.0, 10204.0, 10281.0, 10219.0, 10239.0, 10157.0, 10186.0, 10203.0, 10194.0, 10237.0, 10168.0, 10249.0, 10173.0, 10278.0, 10188.0, 10271.0, 10199.0, 10267.0, 10182.0, 10232.0, 10208.0, 10259.0, 10223.0, 10210.0, 10195.0, 10172.0, 10180.0, 10188.0, 10241.0, 10158.0, 10233.0, 10159.0, 10256.0, 10177.0, 10257.0, 10199.0, 10211.0, 10272.0, 10199.0, 10231.0, 10191.0, 10178.0, 10275.0, 10224.0, 10296.0, 10200.0, 10280.0, 10209.0, 10257.0, 10185.0, 10254.0, 10170.0, 10193.0, 10138.0, 10210.0, 10144.0, 10220.0, 10161.0, 10221.0, 10159.0, 10223.0, 10178.0, 10265.0, 10167.0, 10246.0, 10170.0, 10232.0, 10185.0, 10266.0, 10187.0, 10250.0, 10186.0, 10252.0, 10212.0, 10270.0, 10211.0, 10271.0, 10206.0, 10269.0, 10209.0, 10289.0, 10205.0, 10272.0, 10189.0, 10267.0, 10236.0, 10269.0, 10188.0, 10253.0, 10205.0, 10267.0, 10203.0, 10275.0, 10197.0, 10268.0, 10192.0, 10272.0, 10206.0, 10263.0, 10194.0, 10271.0, 10193.0, 10304.0, 10242.0, 10269.0, 10202.0, 10225.0, 10232.0, 10218.0, 10270.0, 10162.0, 10253.0, 10178.0, 10283.0, 10209.0, 10186.0, 10271.0, 10277.0, 10251.0, 10287.0, 10249.0, 10262.0, 10227.0, 10209.0, 10238.0, 10235.0, 10234.0, 10170.0, 10229.0, 10179.0, 10243.0, 10198.0, 10248.0, 10177.0, 10261.0, 10163.0, 10254.0, 10213.0, 10240.0, 10173.0, 10213.0, 10191.0, 10216.0, 10222.0, 10180.0, 10217.0, 10177.0, 10216.0, 10214.0, 10241.0, 10179.0, 10215.0, 10135.0, 10216.0, 10157.0, 10285.0, 10180.0, 10267.0, 10194.0, 10268.0, 10228.0, 10276.0, 10208.0, 10293.0, 10208.0, 10278.0, 10230.0, 10298.0, 10199.0, 10266.0, 10165.0, 10214.0, 10163.0, 10253.0, 10165.0, 10234.0, 10164.0, 10226.0, 10164.0, 10247.0, 10164.0, 10215.0, 10169.0, 10217.0, 10168.0, 10232.0, 10170.0, 10219.0, 10171.0, 10238.0, 10207.0, 10241.0, 10175.0, 10239.0, 10173.0, 10240.0, 10208.0, 10255.0, 10189.0, 10250.0, 10186.0, 10234.0, 10204.0, 10238.0, 10169.0, 10216.0, 10184.0, 10236.0, 10203.0, 10234.0, 10171.0, 10251.0, 10173.0, 10262.0, 10228.0, 10267.0, 10205.0, 10226.0, 10215.0, 10254.0, 10253.0, 10190.0, 10245.0, 10173.0, 10239.0, 10200.0, 10260.0, 10196.0, 10235.0, 10166.0, 10219.0, 10188.0, 10236.0, 10165.0, 10230.0, 10163.0, 10227.0, 10173.0, 10271.0, 10162.0, 10217.0, 10151.0, 10213.0, 10171.0, 10235.0, 10162.0, 10214.0, 10152.0, 10216.0, 10241.0, 10226.0, 10230.0, 10188.0, 10226.0, 10190.0, 10256.0, 10214.0, 10229.0, 10177.0, 10198.0, 10200.0, 10229.0, 10237.0, 10140.0, 10236.0, 10189.0, 10246.0, 10183.0, 10260.0, 10212.0, 10280.0, 10181.0, 10154.0, 10192.0, 10154.0, 10234.0, 10198.0, 10252.0, 10169.0, 10234.0, 10166.0, 10233.0, 10181.0, 10270.0, 10174.0, 10228.0, 10156.0, 10212.0, 10176.0, 10246.0, 10155.0, 10233.0, 10154.0, 10230.0, 10190.0, 10189.0, 10265.0, 10188.0, 10184.0, 10245.0, 10194.0, 10257.0, 10271.0, 10279.0, 10278.0, 10201.0, 10307.0, 10198.0, 10285.0, 10186.0, 10242.0, 10197.0, 10255.0, 10163.0, 10221.0, 10151.0, 10183.0, 10133.0, 10186.0, 10154.0, 10191.0, 10143.0, 10195.0, 10132.0, 10186.0, 10183.0, 10194.0, 10257.0, 10176.0, 10266.0, 10165.0, 10243.0, 10177.0, 10227.0, 10180.0, 10227.0, 10167.0, 10203.0, 10169.0, 10236.0, 10200.0, 10293.0, 10211.0, 10259.0, 10193.0, 10264.0, 10220.0, 10296.0, 10178.0, 10211.0, 10158.0, 10226.0, 10200.0, 10278.0, 10188.0, 10239.0, 10174.0, 10224.0, 10210.0, 10224.0, 10195.0, 10208.0, 10184.0, 10209.0, 10247.0, 10212.0, 10249.0, 10198.0, 10285.0, 10187.0, 10273.0, 10203.0, 10260.0, 10188.0, 10251.0, 10171.0, 10238.0, 10192.0, 10254.0, 10188.0, 10235.0, 10172.0, 10239.0, 10200.0, 10260.0, 10193.0, 10203.0, 10200.0, 10186.0, 10259.0, 10193.0, 10260.0, 10145.0, 10228.0, 10161.0, 10228.0, 10183.0, 10246.0, 10165.0, 10215.0, 10165.0, 10214.0, 10181.0, 10251.0, 10183.0, 10221.0, 10170.0, 10222.0, 10183.0, 10274.0, 10161.0, 10220.0, 10150.0, 10217.0, 10198.0, 10256.0, 10172.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.0010216685845799772</td></tr>
<tr><td colspan=3>aqi</td><td>0.023868966283084006</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.63539792430874</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3164010418433192</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0004124563479266</td></tr>
<tr><td colspan=3>efc</td><td>0.4976</td></tr>
<tr><td colspan=3>fber</td><td>3999.7395</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11255499148800507</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>63</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.249712313003452</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3996603346416947</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3320016716734746</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6107904832084494</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.25618884904316</td></tr>
<tr><td colspan=3>gcor</td><td>0.00767928</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.024121344089508057</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.045166026800870895</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.009261842376347</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>16.3749</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>62.9432</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>237.65</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>64.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297292.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1120.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>430.3611</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.623</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>659.0637</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3886.8215</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4029.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79252.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1537.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5151.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1004.9168</td></tr>
<tr><td colspan=3>tsnr</td><td>36.32888649572851</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>