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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-01_subject-0040_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-0040/figures/sub-0040_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0040/figures/sub-0040_ses-01_task-social_acq-mb8_run-06_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-0040/figures/sub-0040_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0040/figures/sub-0040_ses-01_task-social_acq-mb8_run-06_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-0040/ses-01/func/sub-0040_ses-01_task-social_acq-mb8_run-06_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>007f2207b6600fe0c8e56d83bf9f6966</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:24:26.260000</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.999497, -0.00364085, -0.0315144, 0.00680347, 0.99488, 0.100838]</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-06_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.0782851</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-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4136, -7741, -7224, 601, -32, -68, 42, 81]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 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>241.162</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>e76a1e72-878f-4976-bc6b-e0b784087d23||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.6815764904022217, 0.018253199756145477, -0.08366191387176514, 115.93814849853516], [0.00976813118904829, 2.669189453125, 0.27270326018333435, -101.13042449951172], [-0.08455082029104233, -0.270539790391922, 2.684889793395996, -41.494606018066406], [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': ['172426.260000', '172426.720000', '172427.180000', '172427.640000', '172428.100000', '172428.560000', '172429.020000', '172429.480000', '172429.940000', '172430.400000', '172430.860000', '172431.320000', '172431.780000', '172432.240000', '172432.700000', '172433.160000', '172433.620000', '172434.080000', '172434.540000', '172435.000000', '172435.460000', '172435.920000', '172436.380000', '172436.840000', '172437.300000', '172437.760000', '172438.220000', '172438.680000', '172439.140000', '172439.600000', '172440.060000', '172440.520000', '172440.980000', '172441.440000', '172441.900000', '172442.360000', '172442.820000', '172443.280000', '172443.740000', '172444.200000', '172444.660000', '172445.120000', '172445.580000', '172446.040000', '172446.500000', '172446.960000', '172447.420000', '172447.880000', '172448.340000', '172448.800000', '172449.260000', '172449.720000', '172450.180000', '172450.640000', '172451.100000', '172451.560000', '172452.020000', '172452.480000', '172452.940000', '172453.400000', '172453.860000', '172454.320000', '172454.780000', '172455.240000', '172455.700000', '172456.160000', '172456.620000', '172457.080000', '172457.540000', '172458.000000', '172458.460000', '172458.920000', '172459.380000', '172459.840000', '172500.300000', '172500.760000', '172501.220000', '172501.680000', '172502.140000', '172502.600000', '172503.060000', '172503.520000', '172503.980000', '172504.440000', '172504.900000', '172505.360000', '172505.820000', '172506.280000', '172506.740000', '172507.200000', '172507.660000', '172508.120000', '172508.580000', '172509.040000', '172509.500000', '172509.960000', '172510.420000', '172510.880000', '172511.340000', '172511.800000', '172512.260000', '172512.720000', '172513.180000', '172513.640000', '172514.100000', '172514.560000', '172515.020000', '172515.480000', '172515.940000', '172516.400000', '172516.860000', '172517.320000', '172517.780000', '172518.240000', '172518.700000', '172519.160000', '172519.620000', '172520.080000', '172520.540000', '172521.000000', '172521.460000', '172521.920000', '172522.380000', '172522.840000', '172523.300000', '172523.760000', '172524.220000', '172524.680000', '172525.140000', '172525.600000', '172526.060000', '172526.520000', '172526.980000', '172527.440000', '172527.900000', '172528.360000', '172528.820000', '172529.280000', '172529.740000', '172530.200000', '172530.660000', '172531.120000', '172531.580000', '172532.040000', '172532.500000', '172532.960000', '172533.420000', '172533.880000', '172534.340000', '172534.800000', '172535.260000', '172535.720000', '172536.180000', '172536.640000', '172537.100000', '172537.560000', '172538.020000', '172538.480000', '172538.940000', '172539.400000', '172539.860000', '172540.320000', '172540.780000', '172541.240000', '172541.700000', '172542.160000', '172542.620000', '172543.080000', '172543.540000', '172544.000000', '172544.460000', '172544.920000', '172545.380000', '172545.840000', '172546.300000', '172546.760000', '172547.220000', '172547.680000', '172548.140000', '172548.600000', '172549.060000', '172549.520000', '172549.980000', '172550.440000', '172550.900000', '172551.360000', '172551.820000', '172552.280000', '172552.740000', '172553.200000', '172553.660000', '172554.120000', '172554.580000', '172555.040000', '172555.500000', '172555.960000', '172556.420000', '172556.880000', '172557.340000', '172557.800000', '172558.260000', '172558.720000', '172559.180000', '172559.640000', '172600.100000', '172600.560000', '172601.020000', '172601.480000', '172601.940000', '172602.400000', '172602.860000', '172603.320000', '172603.780000', '172604.240000', '172604.700000', '172605.160000', '172605.620000', '172606.080000', '172606.540000', '172607.000000', '172607.460000', '172607.920000', '172608.380000', '172608.840000', '172609.300000', '172609.760000', '172610.220000', '172610.680000', '172611.140000', '172611.600000', '172612.060000', '172612.520000', '172612.980000', '172613.440000', '172613.900000', '172614.360000', '172614.820000', '172615.280000', '172615.740000', '172616.200000', '172616.660000', '172617.120000', '172617.580000', '172618.040000', '172618.500000', '172618.960000', '172619.420000', '172619.880000', '172620.340000', '172620.800000', '172621.260000', '172621.720000', '172622.180000', '172622.640000', '172623.100000', '172623.560000', '172624.020000', '172624.480000', '172624.940000', '172625.400000', '172625.860000', '172626.320000', '172626.780000', '172627.240000', '172627.700000', '172628.160000', '172628.620000', '172629.080000', '172629.540000', '172630.000000', '172630.460000', '172630.920000', '172631.380000', '172631.840000', '172632.300000', '172632.760000', '172633.220000', '172633.680000', '172634.140000', '172634.600000', '172635.060000', '172635.520000', '172635.980000', '172636.440000', '172636.900000', '172637.360000', '172637.820000', '172638.280000', '172638.740000', '172639.200000', '172639.660000', '172640.120000', '172640.580000', '172641.040000', '172641.500000', '172641.960000', '172642.420000', '172642.880000', '172643.340000', '172643.800000', '172644.260000', '172644.720000', '172645.180000', '172645.640000', '172646.100000', '172646.560000', '172647.020000', '172647.480000', '172647.940000', '172648.400000', '172648.860000', '172649.320000', '172649.780000', '172650.240000', '172650.700000', '172651.160000', '172651.620000', '172652.080000', '172652.540000', '172653.000000', '172653.460000', '172653.920000', '172654.380000', '172654.840000', '172655.300000', '172655.760000', '172656.220000', '172656.680000', '172657.140000', '172657.600000', '172658.060000', '172658.520000', '172658.980000', '172659.440000', '172659.900000', '172700.360000', '172700.820000', '172701.280000', '172701.740000', '172702.200000', '172702.660000', '172703.120000', '172703.580000', '172704.040000', '172704.500000', '172704.960000', '172705.420000', '172705.880000', '172706.340000', '172706.800000', '172707.260000', '172707.720000', '172708.180000', '172708.640000', '172709.100000', '172709.560000', '172710.020000', '172710.480000', '172710.940000', '172711.400000', '172711.860000', '172712.320000', '172712.780000', '172713.240000', '172713.700000', '172714.160000', '172714.620000', '172715.080000', '172715.540000', '172716.000000', '172716.460000', '172716.920000', '172717.380000', '172717.840000', '172718.300000', '172718.760000', '172719.220000', '172719.680000', '172720.140000', '172720.600000', '172721.060000', '172721.520000', '172721.980000', '172722.440000', '172722.900000', '172723.360000', '172723.820000', '172724.280000', '172724.740000', '172725.200000', '172725.660000', '172726.120000', '172726.580000', '172727.040000', '172727.500000', '172727.960000', '172728.420000', '172728.880000', '172729.340000', '172729.800000', '172730.260000', '172730.720000', '172731.180000', '172731.640000', '172732.100000', '172732.560000', '172733.020000', '172733.480000', '172733.940000', '172734.400000', '172734.860000', '172735.320000', '172735.780000', '172736.240000', '172736.700000', '172737.160000', '172737.620000', '172738.080000', '172738.540000', '172739.000000', '172739.460000', '172739.920000', '172740.380000', '172740.840000', '172741.300000', '172741.760000', '172742.220000', '172742.680000', '172743.140000', '172743.600000', '172744.060000', '172744.520000', '172744.980000', '172745.440000', '172745.900000', '172746.360000', '172746.820000', '172747.280000', '172747.740000', '172748.200000', '172748.660000', '172749.120000', '172749.580000', '172750.040000', '172750.500000', '172750.960000', '172751.420000', '172751.880000', '172752.340000', '172752.800000', '172753.260000', '172753.720000', '172754.180000', '172754.640000', '172755.100000', '172755.560000', '172756.020000', '172756.480000', '172756.940000', '172757.400000', '172757.860000', '172758.320000', '172758.780000', '172759.240000', '172759.700000', '172800.160000', '172800.620000', '172801.080000', '172801.540000', '172802.000000', '172802.460000', '172802.920000', '172803.380000', '172803.840000', '172804.300000', '172804.760000', '172805.220000', '172805.680000', '172806.140000', '172806.600000', '172807.060000', '172807.520000', '172807.980000', '172808.440000', '172808.900000', '172809.360000', '172809.820000', '172810.280000', '172810.740000', '172811.200000', '172811.660000', '172812.120000', '172812.580000', '172813.040000', '172813.500000', '172813.960000', '172814.420000', '172814.880000', '172815.340000', '172815.800000', '172816.260000', '172816.720000', '172817.180000', '172817.640000', '172818.100000', '172818.560000', '172819.020000', '172819.480000', '172819.940000', '172820.400000', '172820.860000', '172821.320000', '172821.780000', '172822.240000', '172822.700000', '172823.160000', '172823.620000', '172824.080000', '172824.540000', '172825.000000', '172825.460000', '172825.920000', '172826.380000', '172826.840000', '172827.300000', '172827.760000', '172828.220000', '172828.680000', '172829.140000', '172829.600000', '172830.060000', '172830.520000', '172830.980000', '172831.440000', '172831.900000', '172832.360000', '172832.820000', '172833.280000', '172833.740000', '172834.200000', '172834.660000', '172835.120000', '172835.580000', '172836.040000', '172836.500000', '172836.960000', '172837.420000', '172837.880000', '172838.340000', '172838.800000', '172839.260000', '172839.720000', '172840.180000', '172840.640000', '172841.100000', '172841.560000', '172842.020000', '172842.480000', '172842.940000', '172843.400000', '172843.860000', '172844.320000', '172844.780000', '172845.240000', '172845.700000', '172846.160000', '172846.620000', '172847.080000', '172847.540000', '172848.000000', '172848.460000', '172848.920000', '172849.380000', '172849.840000', '172850.300000', '172850.760000', '172851.220000', '172851.680000', '172852.140000', '172852.600000', '172853.060000', '172853.520000', '172853.980000', '172854.440000', '172854.900000', '172855.360000', '172855.820000', '172856.280000', '172856.740000', '172857.200000', '172857.660000', '172858.120000', '172858.580000', '172859.040000', '172859.500000', '172859.960000', '172900.420000', '172900.880000', '172901.340000', '172901.800000', '172902.260000', '172902.720000', '172903.180000', '172903.640000', '172904.100000', '172904.560000', '172905.020000', '172905.480000', '172905.940000', '172906.400000', '172906.860000', '172907.320000', '172907.780000', '172908.240000', '172908.700000', '172909.160000', '172909.620000', '172910.080000', '172910.540000', '172911.000000', '172911.460000', '172911.920000', '172912.380000', '172912.840000', '172913.300000', '172913.760000', '172914.220000', '172914.680000', '172915.140000', '172915.600000', '172916.060000', '172916.520000', '172916.980000', '172917.440000', '172917.900000', '172918.360000', '172918.820000', '172919.280000', '172919.740000', '172920.200000', '172920.660000', '172921.120000', '172921.580000', '172922.040000', '172922.500000', '172922.960000', '172923.420000', '172923.880000', '172924.340000', '172924.800000', '172925.260000', '172925.720000', '172926.180000', '172926.640000', '172927.100000', '172927.560000', '172928.020000', '172928.480000', '172928.940000', '172929.400000', '172929.860000', '172930.320000', '172930.780000', '172931.240000', '172931.700000', '172932.160000', '172932.620000', '172933.080000', '172933.540000', '172934.000000', '172934.460000', '172934.920000', '172935.380000', '172935.840000', '172936.300000', '172936.760000', '172937.220000', '172937.680000', '172938.140000', '172938.600000', '172939.060000', '172939.520000', '172939.980000', '172940.440000', '172940.900000', '172941.360000', '172941.820000', '172942.280000', '172942.740000', '172943.200000', '172943.660000', '172944.120000', '172944.580000', '172945.040000', '172945.500000', '172945.960000', '172946.420000', '172946.880000', '172947.340000', '172947.800000', '172948.260000', '172948.720000', '172949.180000', '172949.640000', '172950.100000', '172950.560000', '172951.020000', '172951.480000', '172951.940000', '172952.400000', '172952.860000', '172953.320000', '172953.780000', '172954.240000', '172954.700000', '172955.160000', '172955.620000', '172956.080000', '172956.540000', '172957.000000', '172957.460000', '172957.920000', '172958.380000', '172958.840000', '172959.300000', '172959.760000', '173000.220000', '173000.680000', '173001.140000', '173001.600000', '173002.060000', '173002.520000', '173002.980000', '173003.440000', '173003.900000', '173004.360000', '173004.820000', '173005.280000', '173005.740000', '173006.200000', '173006.660000', '173007.120000', '173007.580000', '173008.040000', '173008.500000', '173008.960000', '173009.420000', '173009.880000', '173010.340000', '173010.800000', '173011.260000', '173011.720000', '173012.180000', '173012.640000', '173013.100000', '173013.560000', '173014.020000', '173014.480000', '173014.940000', '173015.400000', '173015.860000', '173016.320000', '173016.780000', '173017.240000', '173017.700000', '173018.160000', '173018.620000', '173019.080000', '173019.540000', '173020.000000', '173020.460000', '173020.920000', '173021.380000', '173021.840000', '173022.300000', '173022.760000', '173023.220000', '173023.680000', '173024.140000', '173024.600000', '173025.060000', '173025.520000', '173025.980000', '173026.440000', '173026.900000', '173027.360000', '173027.820000', '173028.280000', '173028.740000', '173029.200000', '173029.660000', '173030.120000', '173030.580000', '173031.040000', '173031.500000', '173031.960000', '173032.420000', '173032.880000', '173033.340000', '173033.800000', '173034.260000', '173034.720000', '173035.180000', '173035.640000', '173036.100000', '173036.560000', '173037.020000', '173037.480000', '173037.940000', '173038.400000', '173038.860000', '173039.320000', '173039.780000', '173040.240000', '173040.700000', '173041.160000', '173041.620000', '173042.080000', '173042.540000', '173043.000000', '173043.460000', '173043.920000', '173044.380000', '173044.840000', '173045.300000', '173045.760000', '173046.220000', '173046.680000', '173047.140000', '173047.600000', '173048.060000', '173048.520000', '173048.980000', '173049.440000', '173049.900000', '173050.360000', '173050.820000', '173051.280000', '173051.740000', '173052.200000', '173052.660000', '173053.120000', '173053.580000', '173054.040000', '173054.500000', '173054.960000', '173055.420000', '173055.880000', '173056.340000', '173056.800000', '173057.260000', '173057.720000', '173058.180000', '173058.640000', '173059.100000', '173059.560000', '173100.020000', '173100.480000', '173100.940000', '173101.400000', '173101.860000', '173102.320000', '173102.780000', '173103.240000', '173103.700000', '173104.160000', '173104.620000', '173105.080000', '173105.540000', '173106.000000', '173106.460000', '173106.920000'], 'ContentTime': ['172455.227000', '172455.238000', '172455.241000', '172455.243000', '172455.246000', '172455.249000', '172455.252000', '172455.255000', '172455.258000', '172455.261000', '172455.263000', '172455.266000', '172455.269000', '172455.272000', '172455.275000', '172455.277000', '172455.280000', '172455.283000', '172455.286000', '172455.293000', '172455.296000', '172455.299000', '172455.302000', '172455.305000', '172455.308000', '172455.311000', '172455.313000', '172455.316000', '172455.319000', '172455.322000', '172455.325000', '172455.328000', '172455.330000', '172455.333000', '172455.336000', '172455.339000', '172455.342000', '172455.345000', '172455.347000', '172455.352000', '172455.355000', '172455.363000', '172455.366000', '172455.369000', '172455.372000', '172455.375000', '172455.378000', '172455.380000', '172455.383000', '172455.386000', '172455.389000', '172455.392000', '172455.394000', '172455.397000', '172455.400000', '172455.403000', '172455.406000', '172455.409000', '172455.411000', '172455.414000', '172455.417000', '172515.194000', '172515.197000', '172515.200000', '172515.203000', '172515.206000', '172515.209000', '172515.211000', '172515.214000', '172515.217000', '172515.220000', '172515.223000', '172515.226000', '172515.228000', '172515.231000', '172515.234000', '172515.237000', '172515.240000', '172515.243000', '172515.245000', '172515.248000', '172515.251000', '172515.254000', '172515.257000', '172515.259000', '172515.262000', '172515.265000', '172515.268000', '172515.271000', '172515.273000', '172515.276000', '172515.279000', '172515.282000', '172515.285000', '172515.288000', '172515.290000', '172515.293000', '172515.296000', '172515.299000', '172515.302000', '172515.306000', '172515.309000', '172515.312000', '172515.315000', '172535.194000', '172535.197000', '172535.200000', '172535.203000', '172535.205000', '172535.208000', '172535.211000', '172535.214000', '172535.217000', '172535.220000', '172535.223000', '172535.225000', '172535.228000', '172535.231000', '172535.234000', '172535.237000', '172535.240000', '172535.242000', '172535.245000', '172535.248000', '172535.251000', '172535.254000', '172535.257000', '172535.260000', '172535.262000', '172535.265000', '172535.268000', '172535.271000', '172535.274000', '172535.277000', '172535.280000', '172535.283000', '172535.285000', '172535.288000', '172535.291000', '172535.294000', '172535.297000', '172535.300000', '172535.303000', '172535.305000', '172535.308000', '172535.311000', '172535.314000', '172535.317000', '172555.194000', '172555.197000', '172555.200000', '172555.203000', '172555.206000', '172555.208000', '172555.211000', '172555.214000', '172555.217000', '172555.220000', '172555.223000', '172555.225000', '172555.228000', '172555.231000', '172555.234000', '172555.237000', '172555.240000', '172555.242000', '172555.245000', '172555.248000', '172555.251000', '172555.254000', '172555.256000', '172555.259000', '172555.262000', '172555.265000', '172555.268000', '172555.271000', '172555.273000', '172555.276000', '172555.279000', '172555.282000', '172555.285000', '172555.288000', '172555.290000', '172555.293000', '172555.296000', '172555.299000', '172555.302000', '172555.305000', '172555.307000', '172555.310000', '172555.313000', '172615.194000', '172615.197000', '172615.200000', '172615.202000', '172615.206000', '172615.209000', '172615.217000', '172615.220000', '172615.223000', '172615.226000', '172615.229000', '172615.231000', '172615.234000', '172615.237000', '172615.240000', '172615.243000', '172615.246000', '172615.249000', '172615.251000', '172615.254000', '172615.257000', '172615.260000', '172615.263000', '172615.266000', '172615.268000', '172615.271000', '172615.274000', '172615.277000', '172615.280000', '172615.283000', '172615.286000', '172615.288000', '172615.291000', '172615.294000', '172615.297000', '172615.300000', '172615.303000', '172615.306000', '172615.308000', '172615.311000', '172615.314000', '172615.317000', '172615.320000', '172615.322000', '172635.194000', '172635.197000', '172635.200000', '172635.203000', '172635.205000', '172635.208000', '172635.211000', '172635.214000', '172635.217000', '172635.220000', '172635.223000', '172635.226000', '172635.228000', '172635.231000', '172635.234000', '172635.237000', '172635.240000', '172635.243000', '172635.245000', '172635.257000', '172635.260000', '172635.262000', '172635.265000', '172635.268000', '172635.271000', '172635.274000', '172635.277000', '172635.280000', '172635.282000', '172635.285000', '172635.288000', '172635.291000', '172635.294000', '172635.297000', '172635.300000', '172635.302000', '172635.305000', '172635.308000', '172635.311000', '172635.314000', '172635.317000', '172635.319000', '172635.322000', '172655.194000', '172655.197000', '172655.200000', '172655.202000', '172655.205000', '172655.208000', '172655.211000', '172655.214000', '172655.217000', '172655.220000', '172655.223000', '172655.225000', '172655.228000', '172655.231000', '172655.234000', '172655.237000', '172655.240000', '172655.242000', '172655.245000', '172655.248000', '172655.251000', '172655.254000', '172655.256000', '172655.259000', '172655.262000', '172655.265000', '172655.268000', '172655.271000', '172655.274000', '172655.276000', '172655.279000', '172655.282000', '172655.285000', '172655.288000', '172655.291000', '172655.294000', '172655.296000', '172655.299000', '172655.302000', '172655.305000', '172655.308000', '172655.311000', '172655.314000', '172715.194000', '172715.197000', '172715.200000', '172715.203000', '172715.206000', '172715.209000', '172715.211000', '172715.214000', '172715.217000', '172715.220000', '172715.223000', '172715.226000', '172715.229000', '172715.232000', '172715.235000', '172715.238000', '172715.241000', '172715.244000', '172715.247000', '172715.250000', '172715.252000', '172715.255000', '172715.258000', '172715.261000', '172715.264000', '172715.267000', '172715.269000', '172715.272000', '172715.275000', '172715.278000', '172715.281000', '172715.284000', '172715.287000', '172715.289000', '172715.292000', '172715.295000', '172715.298000', '172715.301000', '172715.304000', '172715.307000', '172715.309000', '172715.312000', '172715.315000', '172715.318000', '172735.194000', '172735.197000', '172735.200000', '172735.203000', '172735.206000', '172735.209000', '172735.212000', '172735.215000', '172735.218000', '172735.221000', '172735.224000', '172735.227000', '172735.230000', '172735.232000', '172735.235000', '172735.238000', '172735.241000', '172735.244000', '172735.247000', '172735.250000', '172735.252000', '172735.255000', '172735.258000', '172735.261000', '172735.264000', '172735.267000', '172735.269000', '172735.272000', '172735.275000', '172735.278000', '172735.281000', '172735.284000', '172735.286000', '172735.289000', '172735.292000', '172735.295000', '172735.298000', '172735.301000', '172735.304000', '172735.307000', '172735.309000', '172735.312000', '172735.315000', '172755.194000', '172755.197000', '172755.200000', '172755.203000', '172755.206000', '172755.213000', '172755.216000', '172755.219000', '172755.222000', '172755.225000', '172755.228000', '172755.231000', '172755.233000', '172755.236000', '172755.239000', '172755.242000', '172755.245000', '172755.248000', '172755.250000', '172755.253000', '172755.256000', '172755.259000', '172755.262000', '172755.265000', '172755.267000', '172755.270000', '172755.273000', '172755.276000', '172755.279000', '172755.281000', '172755.284000', '172755.287000', '172755.290000', '172755.293000', '172755.296000', '172755.299000', '172755.302000', '172755.304000', '172755.307000', '172755.310000', '172755.313000', '172755.316000', '172755.319000', '172755.321000', '172815.194000', '172815.197000', '172815.200000', '172815.203000', '172815.206000', '172815.209000', '172815.211000', '172815.214000', '172815.217000', '172815.220000', '172815.223000', '172815.226000', '172815.229000', '172815.232000', '172815.235000', '172815.258000', '172815.261000', '172815.264000', '172815.267000', '172815.270000', '172815.273000', '172815.275000', '172815.278000', '172815.281000', '172815.284000', '172815.287000', '172815.290000', '172815.293000', '172815.295000', '172815.298000', '172815.301000', '172815.304000', '172815.307000', '172815.310000', '172815.313000', '172815.316000', '172815.318000', '172815.321000', '172815.324000', '172815.327000', '172815.330000', '172815.333000', '172815.335000', '172835.194000', '172835.197000', '172835.200000', '172835.203000', '172835.206000', '172835.209000', '172835.211000', '172835.214000', '172835.217000', '172835.220000', '172835.223000', '172835.225000', '172835.228000', '172835.231000', '172835.234000', '172835.237000', '172835.240000', '172835.243000', '172835.245000', '172835.248000', '172835.251000', '172835.254000', '172835.257000', '172835.259000', '172835.262000', '172835.265000', '172835.268000', '172835.271000', '172835.274000', '172835.277000', '172835.280000', '172835.282000', '172835.285000', '172835.288000', '172835.291000', '172835.294000', '172835.297000', '172835.300000', '172835.302000', '172835.312000', '172835.315000', '172835.318000', '172835.320000', '172835.323000', '172855.194000', '172855.197000', '172855.200000', '172855.203000', '172855.206000', '172855.208000', '172855.211000', '172855.214000', '172855.217000', '172855.220000', '172855.223000', '172855.226000', '172855.228000', '172855.231000', '172855.234000', '172855.238000', '172855.241000', '172855.243000', '172855.246000', '172855.249000', '172855.252000', '172855.255000', '172855.258000', '172855.261000', '172855.264000', '172855.267000', '172855.270000', '172855.272000', '172855.275000', '172855.278000', '172855.281000', '172855.284000', '172855.287000', '172855.290000', '172855.292000', '172855.295000', '172855.298000', '172855.301000', '172855.304000', '172855.307000', '172855.309000', '172855.312000', '172855.315000', '172915.194000', '172915.197000', '172915.200000', '172915.203000', '172915.206000', '172915.208000', '172915.211000', '172915.214000', '172915.217000', '172915.220000', '172915.223000', '172915.225000', '172915.228000', '172915.231000', '172915.234000', '172915.237000', '172915.240000', '172915.242000', '172915.245000', '172915.248000', '172915.251000', '172915.254000', '172915.257000', '172915.259000', '172915.262000', '172915.265000', '172915.268000', '172915.271000', '172915.274000', '172915.277000', '172915.280000', '172915.283000', '172915.286000', '172915.288000', '172915.291000', '172915.294000', '172915.297000', '172915.300000', '172915.303000', '172915.306000', '172915.309000', '172915.311000', '172915.314000', '172915.317000', '172935.194000', '172935.197000', '172935.200000', '172935.203000', '172935.206000', '172935.209000', '172935.211000', '172935.214000', '172935.217000', '172935.220000', '172935.223000', '172935.226000', '172935.228000', '172935.231000', '172935.234000', '172935.237000', '172935.240000', '172935.243000', '172935.246000', '172935.248000', '172935.251000', '172935.254000', '172935.257000', '172935.260000', '172935.263000', '172935.266000', '172935.284000', '172935.287000', '172935.290000', '172935.292000', '172935.295000', '172935.298000', '172935.301000', '172935.304000', '172935.307000', '172935.310000', '172935.313000', '172935.315000', '172935.318000', '172935.321000', '172935.324000', '172935.327000', '172935.330000', '172955.194000', '172955.197000', '172955.200000', '172955.203000', '172955.206000', '172955.208000', '172955.211000', '172955.214000', '172955.217000', '172955.220000', '172955.223000', '172955.226000', '172955.229000', '172955.231000', '172955.234000', '172955.237000', '172955.240000', '172955.243000', '172955.246000', '172955.248000', '172955.251000', '172955.254000', '172955.258000', '172955.260000', '172955.263000', '172955.266000', '172955.269000', '172955.272000', '172955.275000', '172955.278000', '172955.280000', '172955.283000', '172955.286000', '172955.289000', '172955.292000', '172955.295000', '172955.298000', '172955.300000', '172955.303000', '172955.306000', '172955.309000', '172955.312000', '172955.315000', '172955.318000', '173015.194000', '173015.197000', '173015.200000', '173015.203000', '173015.206000', '173015.209000', '173015.211000', '173015.214000', '173015.218000', '173015.221000', '173015.224000', '173015.227000', '173015.230000', '173015.233000', '173015.236000', '173015.238000', '173015.241000', '173015.244000', '173015.247000', '173015.250000', '173015.253000', '173015.255000', '173015.258000', '173015.261000', '173015.264000', '173015.269000', '173015.272000', '173015.275000', '173015.278000', '173015.281000', '173015.284000', '173015.287000', '173015.290000', '173015.293000', '173015.296000', '173015.299000', '173015.302000', '173015.305000', '173015.308000', '173015.311000', '173015.313000', '173015.316000', '173015.319000', '173035.194000', '173035.197000', '173035.200000', '173035.203000', '173035.206000', '173035.209000', '173035.211000', '173035.215000', '173035.218000', '173035.221000', '173035.224000', '173035.227000', '173035.229000', '173035.232000', '173035.235000', '173035.238000', '173035.241000', '173035.244000', '173035.247000', '173035.249000', '173035.252000', '173035.255000', '173035.258000', '173035.261000', '173035.263000', '173035.266000', '173035.269000', '173035.272000', '173035.275000', '173035.278000', '173035.281000', '173035.283000', '173035.286000', '173035.289000', '173035.292000', '173035.295000', '173035.298000', '173035.301000', '173035.303000', '173035.306000', '173035.309000', '173035.312000', '173035.315000', '173035.318000', '173055.194000', '173055.197000', '173055.200000', '173055.203000', '173055.206000', '173055.208000', '173055.211000', '173055.214000', '173055.217000', '173055.220000', '173055.223000', '173055.226000', '173055.229000', '173055.231000', '173055.234000', '173055.237000', '173055.240000', '173055.243000', '173055.246000', '173055.249000', '173055.251000', '173055.254000', '173055.257000', '173055.260000', '173055.263000', '173055.266000', '173055.268000', '173055.271000', '173055.274000', '173055.277000', '173055.280000', '173055.283000', '173055.286000', '173055.288000', '173055.291000', '173055.294000', '173055.297000', '173055.300000', '173055.303000', '173055.306000', '173055.308000', '173055.311000', '173055.314000', '173108.244000', '173108.248000', '173108.257000', '173108.261000', '173108.264000', '173108.267000', '173108.270000', '173108.272000', '173108.291000', '173108.294000', '173108.303000', '173108.306000', '173108.309000', '173108.312000', '173108.315000', '173108.318000', '173108.321000', '173108.324000', '173108.327000', '173108.330000', '173108.332000', '173108.335000', '173108.338000', '173108.341000', '173108.344000', '173108.347000', '173108.350000', '173108.353000', '173108.355000'], 'InstanceCreationTime': ['172455.227000', '172455.238000', '172455.241000', '172455.243000', '172455.246000', '172455.249000', '172455.252000', '172455.255000', '172455.258000', '172455.261000', '172455.263000', '172455.266000', '172455.269000', '172455.272000', '172455.275000', '172455.277000', '172455.280000', '172455.283000', '172455.286000', '172455.293000', '172455.296000', '172455.299000', '172455.302000', '172455.305000', '172455.308000', '172455.311000', '172455.313000', '172455.316000', '172455.319000', '172455.322000', '172455.325000', '172455.328000', '172455.330000', '172455.333000', '172455.336000', '172455.339000', '172455.342000', '172455.345000', '172455.347000', '172455.352000', '172455.355000', '172455.363000', '172455.366000', '172455.369000', '172455.372000', '172455.375000', '172455.378000', '172455.380000', '172455.383000', '172455.386000', '172455.389000', '172455.392000', '172455.394000', '172455.397000', '172455.400000', '172455.403000', '172455.406000', '172455.409000', '172455.411000', '172455.414000', '172455.417000', '172515.194000', '172515.197000', '172515.200000', '172515.203000', '172515.206000', '172515.209000', '172515.211000', '172515.214000', '172515.217000', '172515.220000', '172515.223000', '172515.226000', '172515.228000', '172515.231000', '172515.234000', '172515.237000', '172515.240000', '172515.243000', '172515.245000', '172515.248000', '172515.251000', '172515.254000', '172515.257000', '172515.259000', '172515.262000', '172515.265000', '172515.268000', '172515.271000', '172515.273000', '172515.276000', '172515.279000', '172515.282000', '172515.285000', '172515.288000', '172515.290000', '172515.293000', '172515.296000', '172515.299000', '172515.302000', '172515.306000', '172515.309000', '172515.312000', '172515.315000', '172535.194000', '172535.197000', '172535.200000', '172535.203000', '172535.205000', '172535.208000', '172535.211000', '172535.214000', '172535.217000', '172535.220000', '172535.223000', '172535.225000', '172535.228000', '172535.231000', '172535.234000', '172535.237000', '172535.240000', '172535.242000', '172535.245000', '172535.248000', '172535.251000', '172535.254000', '172535.257000', '172535.260000', '172535.262000', '172535.265000', '172535.268000', '172535.271000', '172535.274000', '172535.277000', '172535.280000', '172535.283000', '172535.285000', '172535.288000', '172535.291000', '172535.294000', '172535.297000', '172535.300000', '172535.303000', '172535.305000', '172535.308000', '172535.311000', '172535.314000', '172535.317000', '172555.194000', '172555.197000', '172555.200000', '172555.203000', '172555.206000', '172555.208000', '172555.211000', '172555.214000', '172555.217000', '172555.220000', '172555.223000', '172555.225000', '172555.228000', '172555.231000', '172555.234000', '172555.237000', '172555.240000', '172555.242000', '172555.245000', '172555.248000', '172555.251000', '172555.254000', '172555.256000', '172555.259000', '172555.262000', '172555.265000', '172555.268000', '172555.271000', '172555.273000', '172555.276000', '172555.279000', '172555.282000', '172555.285000', '172555.288000', '172555.290000', '172555.293000', '172555.296000', '172555.299000', '172555.302000', '172555.305000', '172555.307000', '172555.310000', '172555.313000', '172615.194000', '172615.197000', '172615.200000', '172615.202000', '172615.206000', '172615.209000', '172615.217000', '172615.220000', '172615.223000', '172615.226000', '172615.229000', '172615.231000', '172615.234000', '172615.237000', '172615.240000', '172615.243000', '172615.246000', '172615.249000', '172615.251000', '172615.254000', '172615.257000', '172615.260000', '172615.263000', '172615.266000', '172615.268000', '172615.271000', '172615.274000', '172615.277000', '172615.280000', '172615.283000', '172615.286000', '172615.288000', '172615.291000', '172615.294000', '172615.297000', '172615.300000', '172615.303000', '172615.306000', '172615.308000', '172615.311000', '172615.314000', '172615.317000', '172615.320000', '172615.322000', '172635.194000', '172635.197000', '172635.200000', '172635.203000', '172635.205000', '172635.208000', '172635.211000', '172635.214000', '172635.217000', '172635.220000', '172635.223000', '172635.226000', '172635.228000', '172635.231000', '172635.234000', '172635.237000', '172635.240000', '172635.243000', '172635.245000', '172635.257000', '172635.260000', '172635.262000', '172635.265000', '172635.268000', '172635.271000', '172635.274000', '172635.277000', '172635.280000', '172635.282000', '172635.285000', '172635.288000', '172635.291000', '172635.294000', '172635.297000', '172635.300000', '172635.302000', '172635.305000', '172635.308000', '172635.311000', '172635.314000', '172635.317000', '172635.319000', '172635.322000', '172655.194000', '172655.197000', '172655.200000', '172655.202000', '172655.205000', '172655.208000', '172655.211000', '172655.214000', '172655.217000', '172655.220000', '172655.223000', '172655.225000', '172655.228000', '172655.231000', '172655.234000', '172655.237000', '172655.240000', '172655.242000', '172655.245000', '172655.248000', '172655.251000', '172655.254000', '172655.256000', '172655.259000', '172655.262000', '172655.265000', '172655.268000', '172655.271000', '172655.274000', '172655.276000', '172655.279000', '172655.282000', '172655.285000', '172655.288000', '172655.291000', '172655.294000', '172655.296000', '172655.299000', '172655.302000', '172655.305000', '172655.308000', '172655.311000', '172655.314000', '172715.194000', '172715.197000', '172715.200000', '172715.203000', '172715.206000', '172715.209000', '172715.211000', '172715.214000', '172715.217000', '172715.220000', '172715.223000', '172715.226000', '172715.229000', '172715.232000', '172715.235000', '172715.238000', '172715.241000', '172715.244000', '172715.247000', '172715.250000', '172715.252000', '172715.255000', '172715.258000', '172715.261000', '172715.264000', '172715.267000', '172715.269000', '172715.272000', '172715.275000', '172715.278000', '172715.281000', '172715.284000', '172715.287000', '172715.289000', '172715.292000', '172715.295000', '172715.298000', '172715.301000', '172715.304000', '172715.307000', '172715.309000', '172715.312000', '172715.315000', '172715.318000', '172735.194000', '172735.197000', '172735.200000', '172735.203000', '172735.206000', '172735.209000', '172735.212000', '172735.215000', '172735.218000', '172735.221000', '172735.224000', '172735.227000', '172735.230000', '172735.232000', '172735.235000', '172735.238000', '172735.241000', '172735.244000', '172735.247000', '172735.250000', '172735.252000', '172735.255000', '172735.258000', '172735.261000', '172735.264000', '172735.267000', '172735.269000', '172735.272000', '172735.275000', '172735.278000', '172735.281000', '172735.284000', '172735.286000', '172735.289000', '172735.292000', '172735.295000', '172735.298000', '172735.301000', '172735.304000', '172735.307000', '172735.309000', '172735.312000', '172735.315000', '172755.194000', '172755.197000', '172755.200000', '172755.203000', '172755.206000', '172755.213000', '172755.216000', '172755.219000', '172755.222000', '172755.225000', '172755.228000', '172755.231000', '172755.233000', '172755.236000', '172755.239000', '172755.242000', '172755.245000', '172755.248000', '172755.250000', '172755.253000', '172755.256000', '172755.259000', '172755.262000', '172755.265000', '172755.267000', '172755.270000', '172755.273000', '172755.276000', '172755.279000', '172755.281000', '172755.284000', '172755.287000', '172755.290000', '172755.293000', '172755.296000', '172755.299000', '172755.302000', '172755.304000', '172755.307000', '172755.310000', '172755.313000', '172755.316000', '172755.319000', '172755.321000', '172815.194000', '172815.197000', '172815.200000', '172815.203000', '172815.206000', '172815.209000', '172815.211000', '172815.214000', '172815.217000', '172815.220000', '172815.223000', '172815.226000', '172815.229000', '172815.232000', '172815.235000', '172815.258000', '172815.261000', '172815.264000', '172815.267000', '172815.270000', '172815.273000', '172815.275000', '172815.278000', '172815.281000', '172815.284000', '172815.287000', '172815.290000', '172815.293000', '172815.295000', '172815.298000', '172815.301000', '172815.304000', '172815.307000', '172815.310000', '172815.313000', '172815.316000', '172815.318000', '172815.321000', '172815.324000', '172815.327000', '172815.330000', '172815.333000', '172815.335000', '172835.194000', '172835.197000', '172835.200000', '172835.203000', '172835.206000', '172835.209000', '172835.211000', '172835.214000', '172835.217000', '172835.220000', '172835.223000', '172835.225000', '172835.228000', '172835.231000', '172835.234000', '172835.237000', '172835.240000', '172835.243000', '172835.245000', '172835.248000', '172835.251000', '172835.254000', '172835.257000', '172835.259000', '172835.262000', '172835.265000', '172835.268000', '172835.271000', '172835.274000', '172835.277000', '172835.280000', '172835.282000', '172835.285000', '172835.288000', '172835.291000', '172835.294000', '172835.297000', '172835.300000', '172835.302000', '172835.312000', '172835.315000', '172835.318000', '172835.320000', '172835.323000', '172855.194000', '172855.197000', '172855.200000', '172855.203000', '172855.206000', '172855.208000', '172855.211000', '172855.214000', '172855.217000', '172855.220000', '172855.223000', '172855.226000', '172855.228000', '172855.231000', '172855.234000', '172855.238000', '172855.241000', '172855.243000', '172855.246000', '172855.249000', '172855.252000', '172855.255000', '172855.258000', '172855.261000', '172855.264000', '172855.267000', '172855.270000', '172855.272000', '172855.275000', '172855.278000', '172855.281000', '172855.284000', '172855.287000', '172855.290000', '172855.292000', '172855.295000', '172855.298000', '172855.301000', '172855.304000', '172855.307000', '172855.309000', '172855.312000', '172855.315000', '172915.194000', '172915.197000', '172915.200000', '172915.203000', '172915.206000', '172915.208000', '172915.211000', '172915.214000', '172915.217000', '172915.220000', '172915.223000', '172915.225000', '172915.228000', '172915.231000', '172915.234000', '172915.237000', '172915.240000', '172915.242000', '172915.245000', '172915.248000', '172915.251000', '172915.254000', '172915.257000', '172915.259000', '172915.262000', '172915.265000', '172915.268000', '172915.271000', '172915.274000', '172915.277000', '172915.280000', '172915.283000', '172915.286000', '172915.288000', '172915.291000', '172915.294000', '172915.297000', '172915.300000', '172915.303000', '172915.306000', '172915.309000', '172915.311000', '172915.314000', '172915.317000', '172935.194000', '172935.197000', '172935.200000', '172935.203000', '172935.206000', '172935.209000', '172935.211000', '172935.214000', '172935.217000', '172935.220000', '172935.223000', '172935.226000', '172935.228000', '172935.231000', '172935.234000', '172935.237000', '172935.240000', '172935.243000', '172935.246000', '172935.248000', '172935.251000', '172935.254000', '172935.257000', '172935.260000', '172935.263000', '172935.266000', '172935.284000', '172935.287000', '172935.290000', '172935.292000', '172935.295000', '172935.298000', '172935.301000', '172935.304000', '172935.307000', '172935.310000', '172935.313000', '172935.315000', '172935.318000', '172935.321000', '172935.324000', '172935.327000', '172935.330000', '172955.194000', '172955.197000', '172955.200000', '172955.203000', '172955.206000', '172955.208000', '172955.211000', '172955.214000', '172955.217000', '172955.220000', '172955.223000', '172955.226000', '172955.229000', '172955.231000', '172955.234000', '172955.237000', '172955.240000', '172955.243000', '172955.246000', '172955.248000', '172955.251000', '172955.254000', '172955.258000', '172955.260000', '172955.263000', '172955.266000', '172955.269000', '172955.272000', '172955.275000', '172955.278000', '172955.280000', '172955.283000', '172955.286000', '172955.289000', '172955.292000', '172955.295000', '172955.298000', '172955.300000', '172955.303000', '172955.306000', '172955.309000', '172955.312000', '172955.315000', '172955.318000', '173015.194000', '173015.197000', '173015.200000', '173015.203000', '173015.206000', '173015.209000', '173015.211000', '173015.214000', '173015.218000', '173015.221000', '173015.224000', '173015.227000', '173015.230000', '173015.233000', '173015.236000', '173015.238000', '173015.241000', '173015.244000', '173015.247000', '173015.250000', '173015.253000', '173015.255000', '173015.258000', '173015.261000', '173015.264000', '173015.269000', '173015.272000', '173015.275000', '173015.278000', '173015.281000', '173015.284000', '173015.287000', '173015.290000', '173015.293000', '173015.296000', '173015.299000', '173015.302000', '173015.305000', '173015.308000', '173015.311000', '173015.313000', '173015.316000', '173015.319000', '173035.194000', '173035.197000', '173035.200000', '173035.203000', '173035.206000', '173035.209000', '173035.211000', '173035.215000', '173035.218000', '173035.221000', '173035.224000', '173035.227000', '173035.229000', '173035.232000', '173035.235000', '173035.238000', '173035.241000', '173035.244000', '173035.247000', '173035.249000', '173035.252000', '173035.255000', '173035.258000', '173035.261000', '173035.263000', '173035.266000', '173035.269000', '173035.272000', '173035.275000', '173035.278000', '173035.281000', '173035.283000', '173035.286000', '173035.289000', '173035.292000', '173035.295000', '173035.298000', '173035.301000', '173035.303000', '173035.306000', '173035.309000', '173035.312000', '173035.315000', '173035.318000', '173055.194000', '173055.197000', '173055.200000', '173055.203000', '173055.206000', '173055.208000', '173055.211000', '173055.214000', '173055.217000', '173055.220000', '173055.223000', '173055.226000', '173055.229000', '173055.231000', '173055.234000', '173055.237000', '173055.240000', '173055.243000', '173055.246000', '173055.249000', '173055.251000', '173055.254000', '173055.257000', '173055.260000', '173055.263000', '173055.266000', '173055.268000', '173055.271000', '173055.274000', '173055.277000', '173055.280000', '173055.283000', '173055.286000', '173055.288000', '173055.291000', '173055.294000', '173055.297000', '173055.300000', '173055.303000', '173055.306000', '173055.308000', '173055.311000', '173055.314000', '173108.244000', '173108.248000', '173108.257000', '173108.261000', '173108.264000', '173108.267000', '173108.270000', '173108.272000', '173108.291000', '173108.294000', '173108.303000', '173108.306000', '173108.309000', '173108.312000', '173108.315000', '173108.318000', '173108.321000', '173108.324000', '173108.327000', '173108.330000', '173108.332000', '173108.335000', '173108.338000', '173108.341000', '173108.344000', '173108.347000', '173108.350000', '173108.353000', '173108.355000'], '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': [16216, 12766, 10118, 10837, 10066, 12753, 9933, 14224, 8848, 14110, 10040, 12878, 9862, 9220, 9798, 9694, 11982, 9899, 12588, 10544, 13431, 10134, 14430, 10738, 15666, 10111, 11488, 9929, 14749, 10567, 16581, 11895, 10023, 10695, 9905, 11403, 10128, 11647, 11856, 14145, 10061, 12767, 10296, 12644, 10373, 12648, 10080, 14695, 10322, 12589, 10199, 11698, 10261, 11242, 10360, 12211, 10170, 10887, 9788, 12121, 9449, 14322, 10466, 14658, 9940, 9859, 9855, 13111, 10155, 14026, 11099, 10193, 10620, 9391, 10771, 9583, 13259, 8750, 11381, 8741, 13718, 9957, 13565, 10642, 8525, 11465, 8406, 13013, 9776, 13314, 10232, 8999, 12359, 8819, 14267, 9872, 11802, 9880, 9803, 12995, 9055, 13945, 9060, 13032, 9854, 16488, 11175, 14585, 11773, 12364, 9949, 8089, 9749, 8088, 10164, 10634, 10388, 9959, 10657, 8042, 10131, 7906, 10368, 8178, 11658, 8711, 12384, 8159, 11097, 8611, 14328, 10011, 12134, 9908, 10328, 9529, 16615, 10806, 16311, 11737, 13875, 9676, 14308, 9789, 14630, 11331, 8871, 9116, 7367, 10501, 8006, 11628, 9526, 11483, 10352, 11487, 8030, 11337, 8017, 11433, 8807, 10460, 9592, 11384, 7839, 11065, 8073, 10846, 9916, 10655, 9570, 11350, 7549, 11399, 8189, 12003, 8367, 12413, 9511, 13335, 9769, 12859, 10048, 12963, 9784, 12900, 10396, 14403, 9544, 10946, 8478, 9755, 9736, 13160, 10475, 15308, 11747, 13623, 10721, 11834, 8863, 11223, 8622, 11158, 9702, 12528, 8248, 10982, 8440, 10543, 9207, 9368, 10519, 7980, 10376, 9202, 9472, 15476, 11128, 10287, 9813, 8385, 10330, 13820, 10975, 15683, 11258, 9867, 9819, 10543, 9791, 14514, 10626, 8573, 10095, 7764, 10899, 7575, 11751, 8528, 13489, 9072, 13291, 9010, 13638, 10596, 11243, 13919, 11064, 8975, 9937, 9501, 9893, 14705, 10507, 15578, 10863, 13390, 8788, 12161, 8901, 10997, 8584, 11327, 9311, 11958, 7981, 11907, 8107, 11714, 9738, 11722, 10060, 13170, 9165, 12254, 9815, 11230, 8552, 9642, 13825, 10814, 11276, 9523, 8873, 8642, 11108, 8886, 10329, 9998, 8065, 9952, 7851, 10753, 8236, 10515, 8582, 10710, 9206, 12508, 7898, 12179, 8652, 12710, 8788, 13481, 9815, 13632, 9096, 12549, 8560, 10864, 9490, 8664, 10498, 8086, 10647, 8223, 11270, 8540, 12534, 8124, 12697, 8680, 12385, 9410, 12092, 9902, 12876, 9081, 10386, 8429, 8295, 8900, 8120, 12023, 8280, 13082, 8940, 12998, 10228, 13116, 10719, 15879, 10043, 15392, 10491, 12836, 10587, 14050, 11341, 7849, 9721, 8259, 12124, 8812, 13147, 10521, 14015, 11363, 12033, 9526, 11488, 11205, 8435, 14143, 9548, 8254, 13178, 10915, 12702, 9775, 9287, 11105, 9938, 13609, 8821, 15299, 9713, 15733, 10276, 14426, 10853, 10225, 11858, 8513, 12985, 9099, 15197, 10248, 16147, 11025, 11745, 10522, 8616, 11657, 8618, 13081, 10278, 15204, 11079, 9554, 11762, 8506, 14370, 9881, 14957, 10377, 15196, 12180, 12241, 10383, 8487, 13089, 9918, 14645, 10707, 16553, 11117, 9112, 10325, 8541, 11417, 8499, 12069, 8716, 13170, 9085, 15660, 11131, 10963, 9485, 8326, 10495, 8312, 14137, 9629, 14226, 9362, 14504, 9641, 13900, 10607, 16136, 11622, 9438, 10569, 8712, 12897, 10152, 13235, 10626, 8798, 12023, 8979, 13972, 10229, 14278, 10361, 14746, 10618, 14129, 10282, 14874, 10576, 8710, 11552, 8846, 13902, 10015, 15522, 11102, 14908, 11572, 13475, 9866, 8481, 10430, 8764, 12073, 8604, 13245, 9348, 14853, 8978, 12801, 8596, 12377, 8874, 12204, 8729, 13495, 9306, 12513, 8899, 13057, 9756, 13437, 10306, 9711, 9328, 8374, 11183, 8655, 12076, 11740, 11323, 13195, 12903, 8816, 11781, 8512, 12334, 8897, 11445, 11766, 12130, 8365, 10355, 8454, 10667, 8162, 11332, 8395, 12636, 8649, 12927, 9816, 15508, 10261, 10722, 10486, 8293, 11893, 8724, 13627, 10086, 14062, 8851, 12804, 8936, 13382, 9901, 12771, 9417, 7949, 11283, 8632, 8040, 12569, 10225, 13115, 11026, 8810, 13799, 10111, 14599, 10131, 14615, 9995, 15191, 10501, 14662, 9208, 10281, 8758, 7522, 11707, 7819, 12394, 8690, 11578, 9123, 14935, 10314, 10594, 10100, 8518, 11464, 8775, 13663, 8968, 13936, 9980, 14638, 10261, 12811, 9359, 10912, 10009, 9509, 12410, 8188, 12370, 8808, 13291, 10337, 14654, 10971, 11187, 9577, 11987, 9878, 17164, 11286, 11802, 10541, 8544, 10478, 8604, 11064, 9621, 9871, 10439, 11083, 8597, 12132, 8365, 12627, 8946, 13023, 9057, 14392, 9853, 13474, 9859, 12747, 9072, 12436, 10370, 14815, 10149, 8152, 9162, 7572, 9458, 9274, 10254, 8960, 11159, 8001, 12372, 8796, 13312, 8817, 13761, 10242, 14316, 10473, 13196, 8880, 13410, 9702, 15297, 10596, 9539, 10040, 8091, 11186, 9296, 10597, 11099, 11371, 8360, 11343, 8014, 12699, 9106, 13654, 9453, 14220, 10232, 13206, 9174, 14354, 9583, 13658, 10699, 10813, 9942, 7628, 11544, 8563, 12448, 8811, 13027, 9868, 13750, 9418, 13746, 9406, 13392, 9821, 13632, 10126, 11557, 10018, 8004, 10816, 8513, 12975, 8677, 13903, 9546, 13221, 9580, 14585, 9618, 13696, 8953, 11664, 8707, 12029, 9286, 16618, 10744, 11700, 10109, 7969, 10137, 7962, 11314, 9222, 10720, 11611, 10605, 12995, 10169, 11127, 11056, 8405, 12785, 8512, 12648, 8558, 14313, 10001, 13854, 10524, 13469, 10427, 14648, 14766, 9919, 15074, 9344, 14061, 9380, 13333, 9128, 10753, 9538, 10747, 16125, 10749, 16521, 11104, 13829, 11130, 13414, 10656, 13593, 10398, 13651, 10522, 12889, 9785, 12839, 9265, 13106, 9005, 13265, 9135, 13269, 9254, 13158, 9379, 12986, 9128, 12783, 8938, 12349, 8657, 12859, 9302, 13599, 8303, 12369, 8388, 9569, 9835, 7590, 10830, 7801, 7930, 8907, 10003, 10009, 12564, 10155, 14330, 11182, 10716, 11923, 7979, 12840, 8658, 14312, 9769, 13842, 10256, 8960, 12359, 8449, 14097, 9858, 14145, 10576, 13965, 10315, 14975, 11499, 11321, 9653, 7855, 11192, 8053, 14063, 10829, 11354, 12452, 8452, 14024, 8851, 13331, 9965, 13935, 9667, 14687, 9685, 12384, 9947, 9281, 11051, 8832, 12806, 9150, 15516, 11437, 14314, 9870, 11257, 10241, 9585, 12278, 9511, 15344, 10478, 15381, 9294, 11611, 9454, 9146, 12941, 8353, 14544, 8861, 11511, 10254, 10099, 13951, 9878], 'WindowCenter': [4255.0, 4220.0, 4186.0, 4183.0, 4170.0, 4190.0, 4172.0, 4213.0, 4146.0, 4216.0, 4181.0, 4187.0, 4167.0, 4157.0, 4168.0, 4157.0, 4190.0, 4168.0, 4190.0, 4179.0, 4201.0, 4182.0, 4200.0, 4181.0, 4201.0, 4170.0, 4180.0, 4169.0, 4200.0, 4181.0, 4210.0, 4180.0, 4158.0, 4168.0, 4156.0, 4167.0, 4157.0, 4180.0, 4178.0, 4187.0, 4155.0, 4177.0, 4156.0, 4175.0, 4156.0, 4178.0, 4156.0, 4187.0, 4155.0, 4176.0, 4154.0, 4165.0, 4156.0, 4165.0, 4155.0, 4166.0, 4154.0, 4165.0, 4155.0, 4177.0, 4158.0, 4187.0, 4169.0, 4188.0, 4158.0, 4157.0, 4157.0, 4178.0, 4169.0, 4189.0, 4167.0, 4155.0, 4182.0, 4184.0, 4195.0, 4170.0, 4202.0, 4186.0, 4191.0, 4160.0, 4198.0, 4167.0, 4187.0, 4167.0, 4146.0, 4176.0, 4147.0, 4186.0, 4180.0, 4200.0, 4168.0, 4157.0, 4188.0, 4159.0, 4198.0, 4169.0, 4189.0, 4169.0, 4169.0, 4189.0, 4158.0, 4198.0, 4159.0, 4188.0, 4169.0, 4208.0, 4178.0, 4198.0, 4177.0, 4177.0, 4156.0, 4136.0, 4156.0, 4135.0, 4166.0, 4177.0, 4168.0, 4157.0, 4167.0, 4134.0, 4165.0, 4134.0, 4166.0, 4148.0, 4178.0, 4157.0, 4187.0, 4149.0, 4179.0, 4160.0, 4211.0, 4182.0, 4192.0, 4180.0, 4169.0, 4170.0, 4211.0, 4180.0, 4236.0, 4205.0, 4213.0, 4183.0, 4212.0, 4182.0, 4211.0, 4179.0, 4157.0, 4156.0, 4137.0, 4178.0, 4148.0, 4189.0, 4170.0, 4180.0, 4168.0, 4179.0, 4146.0, 4178.0, 4135.0, 4177.0, 4155.0, 4167.0, 4157.0, 4178.0, 4136.0, 4176.0, 4136.0, 4178.0, 4168.0, 4168.0, 4157.0, 4177.0, 4136.0, 4176.0, 4148.0, 4188.0, 4160.0, 4190.0, 4169.0, 4199.0, 4168.0, 4188.0, 4169.0, 4188.0, 4169.0, 4188.0, 4167.0, 4186.0, 4157.0, 4165.0, 4147.0, 4155.0, 4156.0, 4187.0, 4167.0, 4200.0, 4178.0, 4187.0, 4167.0, 4175.0, 4146.0, 4176.0, 4157.0, 4166.0, 4157.0, 4175.0, 4146.0, 4167.0, 4148.0, 4178.0, 4169.0, 4158.0, 4169.0, 4135.0, 4168.0, 4157.0, 4169.0, 4200.0, 4179.0, 4167.0, 4168.0, 4147.0, 4169.0, 4198.0, 4180.0, 4199.0, 4167.0, 4156.0, 4155.0, 4165.0, 4156.0, 4187.0, 4166.0, 4145.0, 4166.0, 4136.0, 4178.0, 4138.0, 4189.0, 4159.0, 4190.0, 4158.0, 4189.0, 4146.0, 4188.0, 4156.0, 4167.0, 4186.0, 4165.0, 4144.0, 4153.0, 4143.0, 4154.0, 4184.0, 4155.0, 4183.0, 4165.0, 4174.0, 4144.0, 4175.0, 4144.0, 4165.0, 4147.0, 4165.0, 4156.0, 4175.0, 4136.0, 4177.0, 4146.0, 4189.0, 4170.0, 4178.0, 4169.0, 4188.0, 4158.0, 4178.0, 4156.0, 4167.0, 4145.0, 4156.0, 4187.0, 4167.0, 4165.0, 4156.0, 4144.0, 4146.0, 4178.0, 4159.0, 4168.0, 4168.0, 4147.0, 4167.0, 4148.0, 4179.0, 4146.0, 4168.0, 4149.0, 4169.0, 4157.0, 4178.0, 4136.0, 4177.0, 4147.0, 4187.0, 4148.0, 4188.0, 4157.0, 4187.0, 4158.0, 4187.0, 4157.0, 4180.0, 4169.0, 4148.0, 4178.0, 4147.0, 4179.0, 4146.0, 4179.0, 4158.0, 4190.0, 4147.0, 4189.0, 4158.0, 4189.0, 4159.0, 4190.0, 4170.0, 4189.0, 4159.0, 4168.0, 4149.0, 4160.0, 4172.0, 4161.0, 4202.0, 4162.0, 4202.0, 4172.0, 4202.0, 4182.0, 4202.0, 4182.0, 4213.0, 4181.0, 4211.0, 4181.0, 4200.0, 4182.0, 4201.0, 4180.0, 4148.0, 4169.0, 4159.0, 4190.0, 4172.0, 4202.0, 4180.0, 4202.0, 4192.0, 4190.0, 4171.0, 4206.0, 4192.0, 4150.0, 4200.0, 4168.0, 4161.0, 4203.0, 4184.0, 4202.0, 4172.0, 4160.0, 4191.0, 4170.0, 4201.0, 4160.0, 4199.0, 4170.0, 4200.0, 4170.0, 4202.0, 4181.0, 4169.0, 4178.0, 4149.0, 4186.0, 4160.0, 4200.0, 4170.0, 4211.0, 4179.0, 4180.0, 4169.0, 4148.0, 4179.0, 4149.0, 4189.0, 4181.0, 4210.0, 4181.0, 4159.0, 4180.0, 4148.0, 4199.0, 4159.0, 4199.0, 4170.0, 4199.0, 4178.0, 4177.0, 4156.0, 4146.0, 4176.0, 4158.0, 4187.0, 4169.0, 4210.0, 4168.0, 4146.0, 4156.0, 4136.0, 4165.0, 4134.0, 4176.0, 4136.0, 4178.0, 4148.0, 4186.0, 4167.0, 4165.0, 4156.0, 4135.0, 4167.0, 4149.0, 4189.0, 4159.0, 4188.0, 4158.0, 4187.0, 4157.0, 4188.0, 4183.0, 4214.0, 4180.0, 4171.0, 4195.0, 4160.0, 4190.0, 4181.0, 4190.0, 4171.0, 4148.0, 4189.0, 4161.0, 4199.0, 4169.0, 4200.0, 4169.0, 4188.0, 4168.0, 4188.0, 4170.0, 4201.0, 4170.0, 4149.0, 4178.0, 4160.0, 4199.0, 4169.0, 4201.0, 4180.0, 4200.0, 4179.0, 4188.0, 4158.0, 4146.0, 4166.0, 4146.0, 4177.0, 4149.0, 4189.0, 4158.0, 4200.0, 4148.0, 4188.0, 4147.0, 4177.0, 4158.0, 4178.0, 4147.0, 4188.0, 4157.0, 4177.0, 4157.0, 4188.0, 4171.0, 4190.0, 4170.0, 4158.0, 4160.0, 4149.0, 4181.0, 4148.0, 4191.0, 4180.0, 4182.0, 4191.0, 4179.0, 4146.0, 4178.0, 4147.0, 4177.0, 4145.0, 4179.0, 4178.0, 4178.0, 4136.0, 4166.0, 4146.0, 4168.0, 4149.0, 4179.0, 4149.0, 4189.0, 4149.0, 4189.0, 4171.0, 4212.0, 4183.0, 4181.0, 4181.0, 4150.0, 4191.0, 4160.0, 4203.0, 4171.0, 4202.0, 4160.0, 4190.0, 4160.0, 4216.0, 4196.0, 4202.0, 4196.0, 4164.0, 4193.0, 4161.0, 4162.0, 4205.0, 4196.0, 4203.0, 4182.0, 4161.0, 4202.0, 4171.0, 4201.0, 4169.0, 4202.0, 4159.0, 4199.0, 4168.0, 4187.0, 4156.0, 4169.0, 4159.0, 4138.0, 4189.0, 4140.0, 4190.0, 4160.0, 4180.0, 4172.0, 4212.0, 4171.0, 4170.0, 4170.0, 4149.0, 4180.0, 4159.0, 4189.0, 4160.0, 4201.0, 4170.0, 4200.0, 4169.0, 4189.0, 4159.0, 4180.0, 4172.0, 4170.0, 4191.0, 4149.0, 4189.0, 4160.0, 4200.0, 4182.0, 4201.0, 4181.0, 4180.0, 4171.0, 4190.0, 4169.0, 4212.0, 4181.0, 4179.0, 4168.0, 4148.0, 4169.0, 4146.0, 4179.0, 4158.0, 4182.0, 4179.0, 4179.0, 4148.0, 4178.0, 4148.0, 4189.0, 4158.0, 4191.0, 4161.0, 4200.0, 4158.0, 4187.0, 4157.0, 4177.0, 4147.0, 4179.0, 4170.0, 4199.0, 4168.0, 4137.0, 4159.0, 4138.0, 4170.0, 4171.0, 4181.0, 4159.0, 4180.0, 4149.0, 4190.0, 4160.0, 4190.0, 4160.0, 4201.0, 4170.0, 4200.0, 4169.0, 4188.0, 4158.0, 4189.0, 4171.0, 4201.0, 4170.0, 4157.0, 4158.0, 4137.0, 4179.0, 4158.0, 4179.0, 4179.0, 4178.0, 4147.0, 4177.0, 4148.0, 4189.0, 4160.0, 4201.0, 4170.0, 4200.0, 4169.0, 4189.0, 4158.0, 4199.0, 4158.0, 4200.0, 4180.0, 4179.0, 4170.0, 4139.0, 4189.0, 4160.0, 4189.0, 4159.0, 4191.0, 4170.0, 4190.0, 4158.0, 4189.0, 4158.0, 4187.0, 4169.0, 4187.0, 4168.0, 4178.0, 4169.0, 4137.0, 4168.0, 4148.0, 4189.0, 4147.0, 4188.0, 4157.0, 4177.0, 4156.0, 4186.0, 4145.0, 4186.0, 4146.0, 4176.0, 4147.0, 4176.0, 4157.0, 4210.0, 4168.0, 4177.0, 4157.0, 4136.0, 4167.0, 4136.0, 4176.0, 4146.0, 4167.0, 4166.0, 4166.0, 4185.0, 4167.0, 4178.0, 4177.0, 4146.0, 4187.0, 4148.0, 4188.0, 4160.0, 4200.0, 4170.0, 4200.0, 4180.0, 4190.0, 4183.0, 4226.0, 4216.0, 4183.0, 4212.0, 4171.0, 4200.0, 4158.0, 4178.0, 4144.0, 4168.0, 4157.0, 4168.0, 4198.0, 4168.0, 4199.0, 4166.0, 4176.0, 4166.0, 4174.0, 4154.0, 4164.0, 4144.0, 4172.0, 4153.0, 4163.0, 4142.0, 4162.0, 4132.0, 4161.0, 4131.0, 4161.0, 4131.0, 4162.0, 4133.0, 4162.0, 4143.0, 4163.0, 4144.0, 4163.0, 4134.0, 4174.0, 4146.0, 4176.0, 4146.0, 4187.0, 4147.0, 4188.0, 4151.0, 4170.0, 4169.0, 4140.0, 4180.0, 4150.0, 4150.0, 4172.0, 4172.0, 4183.0, 4192.0, 4182.0, 4215.0, 4193.0, 4181.0, 4192.0, 4152.0, 4201.0, 4162.0, 4212.0, 4185.0, 4215.0, 4184.0, 4173.0, 4203.0, 4162.0, 4213.0, 4172.0, 4201.0, 4181.0, 4201.0, 4182.0, 4202.0, 4193.0, 4191.0, 4171.0, 4161.0, 4192.0, 4163.0, 4214.0, 4195.0, 4194.0, 4204.0, 4162.0, 4212.0, 4161.0, 4202.0, 4171.0, 4202.0, 4170.0, 4200.0, 4171.0, 4190.0, 4170.0, 4159.0, 4180.0, 4159.0, 4192.0, 4161.0, 4201.0, 4180.0, 4201.0, 4168.0, 4177.0, 4169.0, 4158.0, 4190.0, 4159.0, 4201.0, 4168.0, 4197.0, 4159.0, 4179.0, 4168.0, 4159.0, 4190.0, 4150.0, 4200.0, 4160.0, 4191.0, 4182.0, 4181.0, 4202.0, 4169.0], 'WindowWidth': [9408.0, 9347.0, 9289.0, 9280.0, 9257.0, 9282.0, 9263.0, 9321.0, 9216.0, 9330.0, 9277.0, 9275.0, 9248.0, 9233.0, 9250.0, 9235.0, 9283.0, 9251.0, 9281.0, 9268.0, 9298.0, 9275.0, 9299.0, 9275.0, 9300.0, 9258.0, 9269.0, 9254.0, 9297.0, 9272.0, 9314.0, 9269.0, 9237.0, 9249.0, 9231.0, 9246.0, 9233.0, 9266.0, 9264.0, 9275.0, 9226.0, 9257.0, 9228.0, 9253.0, 9229.0, 9261.0, 9231.0, 9275.0, 9227.0, 9256.0, 9223.0, 9240.0, 9228.0, 9241.0, 9224.0, 9241.0, 9223.0, 9240.0, 9227.0, 9259.0, 9239.0, 9274.0, 9250.0, 9277.0, 9236.0, 9234.0, 9234.0, 9262.0, 9252.0, 9280.0, 9246.0, 9229.0, 9276.0, 9286.0, 9299.0, 9258.0, 9307.0, 9293.0, 9290.0, 9243.0, 9290.0, 9248.0, 9274.0, 9249.0, 9217.0, 9257.0, 9223.0, 9275.0, 9272.0, 9298.0, 9253.0, 9237.0, 9280.0, 9241.0, 9294.0, 9255.0, 9283.0, 9257.0, 9254.0, 9283.0, 9238.0, 9293.0, 9241.0, 9280.0, 9253.0, 9310.0, 9264.0, 9298.0, 9264.0, 9260.0, 9233.0, 9204.0, 9232.0, 9203.0, 9247.0, 9264.0, 9249.0, 9234.0, 9247.0, 9202.0, 9243.0, 9202.0, 9247.0, 9226.0, 9265.0, 9236.0, 9277.0, 9228.0, 9268.0, 9245.0, 9316.0, 9278.0, 9290.0, 9273.0, 9257.0, 9256.0, 9320.0, 9273.0, 9364.0, 9315.0, 9324.0, 9281.0, 9322.0, 9277.0, 9317.0, 9267.0, 9236.0, 9235.0, 9211.0, 9265.0, 9224.0, 9282.0, 9258.0, 9273.0, 9253.0, 9268.0, 9222.0, 9263.0, 9205.0, 9262.0, 9234.0, 9249.0, 9234.0, 9265.0, 9207.0, 9261.0, 9206.0, 9264.0, 9251.0, 9251.0, 9235.0, 9262.0, 9207.0, 9261.0, 9225.0, 9279.0, 9247.0, 9283.0, 9255.0, 9295.0, 9252.0, 9279.0, 9253.0, 9277.0, 9255.0, 9278.0, 9249.0, 9275.0, 9236.0, 9245.0, 9222.0, 9231.0, 9233.0, 9275.0, 9248.0, 9302.0, 9264.0, 9277.0, 9246.0, 9258.0, 9218.0, 9260.0, 9239.0, 9247.0, 9235.0, 9258.0, 9221.0, 9248.0, 9224.0, 9267.0, 9256.0, 9237.0, 9254.0, 9204.0, 9251.0, 9234.0, 9256.0, 9302.0, 9267.0, 9250.0, 9252.0, 9222.0, 9254.0, 9295.0, 9269.0, 9298.0, 9249.0, 9231.0, 9230.0, 9241.0, 9232.0, 9277.0, 9244.0, 9215.0, 9245.0, 9205.0, 9264.0, 9213.0, 9282.0, 9241.0, 9284.0, 9239.0, 9281.0, 9219.0, 9280.0, 9230.0, 9248.0, 9272.0, 9242.0, 9210.0, 9221.0, 9208.0, 9223.0, 9268.0, 9227.0, 9267.0, 9239.0, 9253.0, 9212.0, 9254.0, 9213.0, 9243.0, 9221.0, 9242.0, 9232.0, 9255.0, 9207.0, 9261.0, 9222.0, 9282.0, 9258.0, 9265.0, 9255.0, 9279.0, 9237.0, 9264.0, 9232.0, 9249.0, 9214.0, 9232.0, 9276.0, 9247.0, 9243.0, 9230.0, 9213.0, 9219.0, 9265.0, 9240.0, 9251.0, 9251.0, 9223.0, 9250.0, 9224.0, 9265.0, 9219.0, 9250.0, 9227.0, 9253.0, 9235.0, 9266.0, 9206.0, 9262.0, 9221.0, 9275.0, 9227.0, 9279.0, 9234.0, 9276.0, 9237.0, 9277.0, 9237.0, 9272.0, 9255.0, 9225.0, 9265.0, 9223.0, 9266.0, 9221.0, 9270.0, 9241.0, 9283.0, 9224.0, 9282.0, 9239.0, 9281.0, 9242.0, 9285.0, 9259.0, 9281.0, 9242.0, 9252.0, 9230.0, 9247.0, 9266.0, 9250.0, 9307.0, 9251.0, 9306.0, 9264.0, 9306.0, 9281.0, 9305.0, 9279.0, 9322.0, 9275.0, 9318.0, 9275.0, 9303.0, 9279.0, 9302.0, 9271.0, 9226.0, 9255.0, 9243.0, 9286.0, 9264.0, 9306.0, 9276.0, 9307.0, 9289.0, 9285.0, 9262.0, 9318.0, 9292.0, 9231.0, 9296.0, 9251.0, 9250.0, 9305.0, 9282.0, 9303.0, 9262.0, 9244.0, 9287.0, 9258.0, 9299.0, 9241.0, 9297.0, 9256.0, 9298.0, 9256.0, 9304.0, 9272.0, 9254.0, 9265.0, 9225.0, 9274.0, 9242.0, 9296.0, 9257.0, 9317.0, 9269.0, 9268.0, 9252.0, 9223.0, 9266.0, 9227.0, 9281.0, 9273.0, 9314.0, 9272.0, 9241.0, 9269.0, 9224.0, 9294.0, 9239.0, 9294.0, 9256.0, 9296.0, 9264.0, 9259.0, 9230.0, 9217.0, 9256.0, 9235.0, 9274.0, 9253.0, 9312.0, 9251.0, 9218.0, 9231.0, 9202.0, 9242.0, 9199.0, 9255.0, 9204.0, 9262.0, 9221.0, 9273.0, 9246.0, 9242.0, 9231.0, 9202.0, 9249.0, 9227.0, 9280.0, 9237.0, 9277.0, 9236.0, 9274.0, 9235.0, 9278.0, 9279.0, 9325.0, 9269.0, 9259.0, 9300.0, 9246.0, 9285.0, 9274.0, 9284.0, 9257.0, 9225.0, 9280.0, 9244.0, 9294.0, 9253.0, 9295.0, 9251.0, 9278.0, 9249.0, 9276.0, 9255.0, 9300.0, 9256.0, 9225.0, 9265.0, 9243.0, 9294.0, 9253.0, 9302.0, 9268.0, 9300.0, 9266.0, 9276.0, 9234.0, 9216.0, 9244.0, 9217.0, 9259.0, 9225.0, 9280.0, 9238.0, 9297.0, 9223.0, 9275.0, 9221.0, 9259.0, 9239.0, 9264.0, 9220.0, 9274.0, 9232.0, 9261.0, 9236.0, 9278.0, 9259.0, 9281.0, 9257.0, 9239.0, 9242.0, 9227.0, 9271.0, 9225.0, 9284.0, 9270.0, 9273.0, 9286.0, 9267.0, 9218.0, 9262.0, 9222.0, 9261.0, 9215.0, 9265.0, 9263.0, 9262.0, 9203.0, 9244.0, 9218.0, 9251.0, 9229.0, 9266.0, 9225.0, 9279.0, 9227.0, 9280.0, 9258.0, 9319.0, 9279.0, 9272.0, 9273.0, 9229.0, 9285.0, 9243.0, 9307.0, 9260.0, 9303.0, 9241.0, 9281.0, 9242.0, 9333.0, 9305.0, 9306.0, 9307.0, 9260.0, 9294.0, 9247.0, 9250.0, 9314.0, 9303.0, 9306.0, 9276.0, 9245.0, 9302.0, 9259.0, 9303.0, 9255.0, 9305.0, 9240.0, 9297.0, 9248.0, 9275.0, 9232.0, 9255.0, 9242.0, 9213.0, 9281.0, 9217.0, 9283.0, 9244.0, 9270.0, 9261.0, 9320.0, 9260.0, 9256.0, 9256.0, 9227.0, 9269.0, 9242.0, 9283.0, 9246.0, 9301.0, 9255.0, 9299.0, 9254.0, 9282.0, 9239.0, 9274.0, 9262.0, 9257.0, 9287.0, 9226.0, 9279.0, 9244.0, 9299.0, 9278.0, 9303.0, 9274.0, 9272.0, 9259.0, 9284.0, 9254.0, 9322.0, 9272.0, 9269.0, 9251.0, 9224.0, 9252.0, 9220.0, 9265.0, 9237.0, 9278.0, 9269.0, 9267.0, 9223.0, 9264.0, 9226.0, 9281.0, 9239.0, 9288.0, 9247.0, 9299.0, 9236.0, 9274.0, 9233.0, 9259.0, 9221.0, 9266.0, 9256.0, 9293.0, 9251.0, 9210.0, 9239.0, 9212.0, 9258.0, 9261.0, 9273.0, 9242.0, 9271.0, 9228.0, 9283.0, 9243.0, 9284.0, 9244.0, 9302.0, 9257.0, 9299.0, 9253.0, 9279.0, 9239.0, 9283.0, 9259.0, 9301.0, 9256.0, 9235.0, 9237.0, 9207.0, 9267.0, 9238.0, 9268.0, 9268.0, 9264.0, 9222.0, 9262.0, 9225.0, 9280.0, 9245.0, 9301.0, 9257.0, 9296.0, 9255.0, 9281.0, 9238.0, 9294.0, 9238.0, 9299.0, 9271.0, 9269.0, 9257.0, 9217.0, 9281.0, 9244.0, 9283.0, 9240.0, 9288.0, 9256.0, 9284.0, 9238.0, 9281.0, 9239.0, 9277.0, 9252.0, 9274.0, 9250.0, 9263.0, 9252.0, 9209.0, 9251.0, 9223.0, 9278.0, 9221.0, 9278.0, 9235.0, 9262.0, 9230.0, 9272.0, 9214.0, 9271.0, 9219.0, 9259.0, 9222.0, 9260.0, 9236.0, 9314.0, 9250.0, 9262.0, 9234.0, 9204.0, 9247.0, 9204.0, 9259.0, 9217.0, 9245.0, 9243.0, 9243.0, 9270.0, 9248.0, 9264.0, 9259.0, 9218.0, 9275.0, 9225.0, 9279.0, 9243.0, 9296.0, 9258.0, 9298.0, 9272.0, 9283.0, 9282.0, 9349.0, 9336.0, 9283.0, 9319.0, 9260.0, 9300.0, 9234.0, 9263.0, 9210.0, 9247.0, 9231.0, 9250.0, 9294.0, 9249.0, 9295.0, 9244.0, 9257.0, 9241.0, 9250.0, 9222.0, 9236.0, 9209.0, 9245.0, 9220.0, 9232.0, 9205.0, 9230.0, 9189.0, 9227.0, 9186.0, 9227.0, 9188.0, 9229.0, 9193.0, 9232.0, 9207.0, 9233.0, 9210.0, 9234.0, 9197.0, 9251.0, 9218.0, 9255.0, 9217.0, 9274.0, 9222.0, 9278.0, 9233.0, 9258.0, 9254.0, 9216.0, 9269.0, 9232.0, 9233.0, 9265.0, 9264.0, 9279.0, 9291.0, 9277.0, 9327.0, 9293.0, 9275.0, 9289.0, 9237.0, 9302.0, 9251.0, 9319.0, 9285.0, 9325.0, 9282.0, 9265.0, 9306.0, 9250.0, 9320.0, 9264.0, 9302.0, 9272.0, 9301.0, 9277.0, 9305.0, 9294.0, 9288.0, 9261.0, 9249.0, 9289.0, 9256.0, 9323.0, 9299.0, 9296.0, 9310.0, 9253.0, 9320.0, 9248.0, 9304.0, 9260.0, 9302.0, 9256.0, 9299.0, 9260.0, 9285.0, 9256.0, 9241.0, 9269.0, 9240.0, 9288.0, 9245.0, 9303.0, 9270.0, 9300.0, 9252.0, 9263.0, 9252.0, 9238.0, 9283.0, 9238.0, 9300.0, 9251.0, 9291.0, 9240.0, 9265.0, 9250.0, 9241.0, 9285.0, 9229.0, 9298.0, 9244.0, 9289.0, 9277.0, 9272.0, 9306.0, 9254.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.002294574712643678</td></tr>
<tr><td colspan=3>aqi</td><td>0.028244393448275864</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.33268002920595</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.224401124050633</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0041947650172611</td></tr>
<tr><td colspan=3>efc</td><td>0.4713</td></tr>
<tr><td colspan=3>fber</td><td>5844.8696</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09128977751999154</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>36</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.137931034482759</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7075645018209062</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6522191185843504</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.943281838917602</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.527192547960766</td></tr>
<tr><td colspan=3>gcor</td><td>0.00899969</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.018238438293337822</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.026390863582491875</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.7355997131735807</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>21.6668</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.078</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>153.9724</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298393.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>692.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>290.7401</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1966</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>558.6464</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3319.2183</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3532.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78151.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>996.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4397.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>945.4914</td></tr>
<tr><td colspan=3>tsnr</td><td>36.61030573491007</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>