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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-03_subject-0090_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-0090/figures/sub-0090_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0090/figures/sub-0090_ses-03_task-social_acq-mb8_run-05_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-0090/figures/sub-0090_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0090/figures/sub-0090_ses-03_task-social_acq-mb8_run-05_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-0090/ses-03/func/sub-0090_ses-03_task-social_acq-mb8_run-05_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>1a40714e77e580a61bdba317cb7f7eea</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>18:20:25.805000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999731, 0.00598351, 0.0224018, -0.00593262, 0.99998, -0.00233768]</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-05_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.0910527</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-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4163, -7707, -7262, 589, 17, -111, -127, -1]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>251.455</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>ace1934d-5221-4c20-a778-c504012bc077||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6822056770324707, -0.01591677777469158, 0.06052127853035927, 110.47282409667969], [-0.016053322702646255, 2.6828722953796387, -0.005951198283582926, -92.42729949951172], [0.060102272778749466, 0.006271816790103912, 2.699315071105957, -79.33183288574219], [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': ['182025.805000', '182026.265000', '182026.725000', '182027.185000', '182027.645000', '182028.105000', '182028.565000', '182029.025000', '182029.485000', '182029.945000', '182030.405000', '182030.865000', '182031.325000', '182031.785000', '182032.245000', '182032.705000', '182033.165000', '182033.625000', '182034.085000', '182034.545000', '182035.005000', '182035.465000', '182035.925000', '182036.385000', '182036.845000', '182037.305000', '182037.765000', '182038.225000', '182038.685000', '182039.145000', '182039.605000', '182040.065000', '182040.525000', '182040.985000', '182041.445000', '182041.905000', '182042.365000', '182042.825000', '182043.285000', '182043.745000', '182044.205000', '182044.665000', '182045.125000', '182045.585000', '182046.045000', '182046.505000', '182046.965000', '182047.425000', '182047.885000', '182048.345000', '182048.805000', '182049.265000', '182049.725000', '182050.185000', '182050.645000', '182051.105000', '182051.565000', '182052.025000', '182052.485000', '182052.945000', '182053.405000', '182053.865000', '182054.325000', '182054.785000', '182055.245000', '182055.705000', '182056.165000', '182056.625000', '182057.085000', '182057.545000', '182058.005000', '182058.465000', '182058.925000', '182059.385000', '182059.845000', '182100.305000', '182100.765000', '182101.225000', '182101.685000', '182102.145000', '182102.605000', '182103.065000', '182103.525000', '182103.985000', '182104.445000', '182104.905000', '182105.365000', '182105.825000', '182106.285000', '182106.745000', '182107.205000', '182107.665000', '182108.125000', '182108.585000', '182109.045000', '182109.505000', '182109.965000', '182110.425000', '182110.885000', '182111.345000', '182111.805000', '182112.265000', '182112.725000', '182113.185000', '182113.645000', '182114.105000', '182114.565000', '182115.025000', '182115.485000', '182115.945000', '182116.405000', '182116.865000', '182117.325000', '182117.785000', '182118.245000', '182118.705000', '182119.165000', '182119.625000', '182120.085000', '182120.545000', '182121.005000', '182121.465000', '182121.925000', '182122.385000', '182122.845000', '182123.305000', '182123.765000', '182124.225000', '182124.685000', '182125.145000', '182125.605000', '182126.065000', '182126.525000', '182126.985000', '182127.445000', '182127.905000', '182128.365000', '182128.825000', '182129.285000', '182129.745000', '182130.205000', '182130.665000', '182131.125000', '182131.585000', '182132.045000', '182132.505000', '182132.965000', '182133.425000', '182133.885000', '182134.345000', '182134.805000', '182135.265000', '182135.725000', '182136.185000', '182136.645000', '182137.105000', '182137.565000', '182138.025000', '182138.485000', '182138.945000', '182139.405000', '182139.865000', '182140.325000', '182140.785000', '182141.245000', '182141.705000', '182142.165000', '182142.625000', '182143.085000', '182143.545000', '182144.005000', '182144.465000', '182144.925000', '182145.385000', '182145.845000', '182146.305000', '182146.765000', '182147.225000', '182147.685000', '182148.145000', '182148.605000', '182149.065000', '182149.525000', '182149.985000', '182150.445000', '182150.905000', '182151.365000', '182151.825000', '182152.285000', '182152.745000', '182153.205000', '182153.665000', '182154.125000', '182154.585000', '182155.045000', '182155.505000', '182155.965000', '182156.425000', '182156.885000', '182157.345000', '182157.805000', '182158.265000', '182158.725000', '182159.185000', '182159.645000', '182200.105000', '182200.565000', '182201.025000', '182201.485000', '182201.945000', '182202.405000', '182202.865000', '182203.325000', '182203.785000', '182204.245000', '182204.705000', '182205.165000', '182205.625000', '182206.085000', '182206.545000', '182207.005000', '182207.465000', '182207.925000', '182208.385000', '182208.845000', '182209.305000', '182209.765000', '182210.225000', '182210.685000', '182211.145000', '182211.605000', '182212.065000', '182212.525000', '182212.985000', '182213.445000', '182213.905000', '182214.365000', '182214.825000', '182215.285000', '182215.745000', '182216.205000', '182216.665000', '182217.125000', '182217.585000', '182218.045000', '182218.505000', '182218.965000', '182219.425000', '182219.885000', '182220.345000', '182220.805000', '182221.265000', '182221.725000', '182222.185000', '182222.645000', '182223.105000', '182223.565000', '182224.025000', '182224.485000', '182224.945000', '182225.405000', '182225.865000', '182226.325000', '182226.785000', '182227.245000', '182227.705000', '182228.165000', '182228.625000', '182229.085000', '182229.545000', '182230.005000', '182230.465000', '182230.925000', '182231.385000', '182231.845000', '182232.305000', '182232.765000', '182233.225000', '182233.685000', '182234.145000', '182234.605000', '182235.065000', '182235.525000', '182235.985000', '182236.445000', '182236.905000', '182237.365000', '182237.825000', '182238.285000', '182238.745000', '182239.205000', '182239.665000', '182240.125000', '182240.585000', '182241.045000', '182241.505000', '182241.965000', '182242.425000', '182242.885000', '182243.345000', '182243.805000', '182244.265000', '182244.725000', '182245.185000', '182245.645000', '182246.105000', '182246.565000', '182247.025000', '182247.485000', '182247.945000', '182248.405000', '182248.865000', '182249.325000', '182249.785000', '182250.245000', '182250.705000', '182251.165000', '182251.625000', '182252.085000', '182252.545000', '182253.005000', '182253.465000', '182253.925000', '182254.385000', '182254.845000', '182255.305000', '182255.765000', '182256.225000', '182256.685000', '182257.145000', '182257.605000', '182258.065000', '182258.525000', '182258.985000', '182259.445000', '182259.905000', '182300.365000', '182300.825000', '182301.285000', '182301.745000', '182302.205000', '182302.665000', '182303.125000', '182303.585000', '182304.045000', '182304.505000', '182304.965000', '182305.425000', '182305.885000', '182306.345000', '182306.805000', '182307.265000', '182307.725000', '182308.185000', '182308.645000', '182309.105000', '182309.565000', '182310.025000', '182310.485000', '182310.945000', '182311.405000', '182311.865000', '182312.325000', '182312.785000', '182313.245000', '182313.705000', '182314.165000', '182314.625000', '182315.085000', '182315.545000', '182316.005000', '182316.465000', '182316.925000', '182317.385000', '182317.845000', '182318.305000', '182318.765000', '182319.225000', '182319.685000', '182320.145000', '182320.605000', '182321.065000', '182321.525000', '182321.985000', '182322.445000', '182322.905000', '182323.365000', '182323.825000', '182324.285000', '182324.745000', '182325.205000', '182325.665000', '182326.125000', '182326.585000', '182327.045000', '182327.505000', '182327.965000', '182328.425000', '182328.885000', '182329.345000', '182329.805000', '182330.265000', '182330.725000', '182331.185000', '182331.645000', '182332.105000', '182332.565000', '182333.025000', '182333.485000', '182333.945000', '182334.405000', '182334.865000', '182335.325000', '182335.785000', '182336.245000', '182336.705000', '182337.165000', '182337.625000', '182338.085000', '182338.545000', '182339.005000', '182339.465000', '182339.925000', '182340.385000', '182340.845000', '182341.305000', '182341.765000', '182342.225000', '182342.685000', '182343.145000', '182343.605000', '182344.065000', '182344.525000', '182344.985000', '182345.445000', '182345.905000', '182346.365000', '182346.825000', '182347.285000', '182347.745000', '182348.205000', '182348.665000', '182349.125000', '182349.585000', '182350.045000', '182350.505000', '182350.965000', '182351.425000', '182351.885000', '182352.345000', '182352.805000', '182353.265000', '182353.725000', '182354.185000', '182354.645000', '182355.105000', '182355.565000', '182356.025000', '182356.485000', '182356.945000', '182357.405000', '182357.865000', '182358.325000', '182358.785000', '182359.245000', '182359.705000', '182400.165000', '182400.625000', '182401.085000', '182401.545000', '182402.005000', '182402.465000', '182402.925000', '182403.385000', '182403.845000', '182404.305000', '182404.765000', '182405.225000', '182405.685000', '182406.145000', '182406.605000', '182407.065000', '182407.525000', '182407.985000', '182408.445000', '182408.905000', '182409.365000', '182409.825000', '182410.285000', '182410.745000', '182411.205000', '182411.665000', '182412.125000', '182412.585000', '182413.045000', '182413.505000', '182413.965000', '182414.425000', '182414.885000', '182415.345000', '182415.805000', '182416.265000', '182416.725000', '182417.185000', '182417.645000', '182418.105000', '182418.565000', '182419.025000', '182419.485000', '182419.945000', '182420.405000', '182420.865000', '182421.325000', '182421.785000', '182422.245000', '182422.705000', '182423.165000', '182423.625000', '182424.085000', '182424.545000', '182425.005000', '182425.465000', '182425.925000', '182426.385000', '182426.845000', '182427.305000', '182427.765000', '182428.225000', '182428.685000', '182429.145000', '182429.605000', '182430.065000', '182430.525000', '182430.985000', '182431.445000', '182431.905000', '182432.365000', '182432.825000', '182433.285000', '182433.745000', '182434.205000', '182434.665000', '182435.125000', '182435.585000', '182436.045000', '182436.505000', '182436.965000', '182437.425000', '182437.885000', '182438.345000', '182438.805000', '182439.265000', '182439.725000', '182440.185000', '182440.645000', '182441.105000', '182441.565000', '182442.025000', '182442.485000', '182442.945000', '182443.405000', '182443.865000', '182444.325000', '182444.785000', '182445.245000', '182445.705000', '182446.165000', '182446.625000', '182447.085000', '182447.545000', '182448.005000', '182448.465000', '182448.925000', '182449.385000', '182449.845000', '182450.305000', '182450.765000', '182451.225000', '182451.685000', '182452.145000', '182452.605000', '182453.065000', '182453.525000', '182453.985000', '182454.445000', '182454.905000', '182455.365000', '182455.825000', '182456.285000', '182456.745000', '182457.205000', '182457.665000', '182458.125000', '182458.585000', '182459.045000', '182459.505000', '182459.965000', '182500.425000', '182500.885000', '182501.345000', '182501.805000', '182502.265000', '182502.725000', '182503.185000', '182503.645000', '182504.105000', '182504.565000', '182505.025000', '182505.485000', '182505.945000', '182506.405000', '182506.865000', '182507.325000', '182507.785000', '182508.245000', '182508.705000', '182509.165000', '182509.625000', '182510.085000', '182510.545000', '182511.005000', '182511.465000', '182511.925000', '182512.385000', '182512.845000', '182513.305000', '182513.765000', '182514.225000', '182514.685000', '182515.145000', '182515.605000', '182516.065000', '182516.525000', '182516.985000', '182517.445000', '182517.905000', '182518.365000', '182518.825000', '182519.285000', '182519.745000', '182520.205000', '182520.665000', '182521.125000', '182521.585000', '182522.045000', '182522.505000', '182522.965000', '182523.425000', '182523.885000', '182524.345000', '182524.805000', '182525.265000', '182525.725000', '182526.185000', '182526.645000', '182527.105000', '182527.565000', '182528.025000', '182528.485000', '182528.945000', '182529.405000', '182529.865000', '182530.325000', '182530.785000', '182531.245000', '182531.705000', '182532.165000', '182532.625000', '182533.085000', '182533.545000', '182534.005000', '182534.465000', '182534.925000', '182535.385000', '182535.845000', '182536.305000', '182536.765000', '182537.225000', '182537.685000', '182538.145000', '182538.605000', '182539.065000', '182539.525000', '182539.985000', '182540.445000', '182540.905000', '182541.365000', '182541.825000', '182542.285000', '182542.745000', '182543.205000', '182543.665000', '182544.125000', '182544.585000', '182545.045000', '182545.505000', '182545.965000', '182546.425000', '182546.885000', '182547.345000', '182547.805000', '182548.265000', '182548.725000', '182549.185000', '182549.645000', '182550.105000', '182550.565000', '182551.025000', '182551.485000', '182551.945000', '182552.405000', '182552.865000', '182553.325000', '182553.785000', '182554.245000', '182554.705000', '182555.165000', '182555.625000', '182556.085000', '182556.545000', '182557.005000', '182557.465000', '182557.925000', '182558.385000', '182558.845000', '182559.305000', '182559.765000', '182600.225000', '182600.685000', '182601.145000', '182601.605000', '182602.065000', '182602.525000', '182602.985000', '182603.445000', '182603.905000', '182604.365000', '182604.825000', '182605.285000', '182605.745000', '182606.205000', '182606.665000', '182607.125000', '182607.585000', '182608.045000', '182608.505000', '182608.965000', '182609.425000', '182609.885000', '182610.345000', '182610.805000', '182611.265000', '182611.725000', '182612.185000', '182612.645000', '182613.105000', '182613.565000', '182614.025000', '182614.485000', '182614.945000', '182615.405000', '182615.865000', '182616.325000', '182616.785000', '182617.245000', '182617.705000', '182618.165000', '182618.625000', '182619.085000', '182619.545000', '182620.005000', '182620.465000', '182620.925000', '182621.385000', '182621.845000', '182622.305000', '182622.765000', '182623.225000', '182623.685000', '182624.145000', '182624.605000', '182625.065000', '182625.525000', '182625.985000', '182626.445000', '182626.905000', '182627.365000', '182627.825000', '182628.285000', '182628.745000', '182629.205000', '182629.665000', '182630.125000', '182630.585000', '182631.045000', '182631.505000', '182631.965000', '182632.425000', '182632.885000', '182633.345000', '182633.805000', '182634.265000', '182634.725000', '182635.185000', '182635.645000', '182636.105000', '182636.565000', '182637.025000', '182637.485000', '182637.945000', '182638.405000', '182638.865000', '182639.325000', '182639.785000', '182640.245000', '182640.705000', '182641.165000', '182641.625000', '182642.085000', '182642.545000', '182643.005000', '182643.465000', '182643.925000', '182644.385000', '182644.845000', '182645.305000', '182645.765000', '182646.225000', '182646.685000', '182647.145000', '182647.605000', '182648.065000', '182648.525000', '182648.985000', '182649.445000', '182649.905000', '182650.365000', '182650.825000', '182651.285000', '182651.745000', '182652.205000', '182652.665000', '182653.125000', '182653.585000', '182654.045000', '182654.505000', '182654.965000', '182655.425000', '182655.885000', '182656.345000', '182656.805000', '182657.265000', '182657.725000', '182658.185000', '182658.645000', '182659.105000', '182659.565000', '182700.025000', '182700.485000', '182700.945000', '182701.405000', '182701.865000', '182702.325000', '182702.785000', '182703.245000', '182703.705000', '182704.165000', '182704.625000', '182705.085000', '182705.545000', '182706.005000', '182706.465000'], 'ContentTime': ['182048.563000', '182048.566000', '182048.569000', '182048.575000', '182048.577000', '182048.580000', '182048.583000', '182048.585000', '182048.588000', '182048.591000', '182048.593000', '182048.596000', '182048.598000', '182048.601000', '182048.604000', '182048.606000', '182048.609000', '182048.611000', '182048.614000', '182048.616000', '182048.619000', '182048.622000', '182048.624000', '182048.627000', '182048.629000', '182048.632000', '182048.635000', '182048.637000', '182048.640000', '182048.642000', '182048.645000', '182048.647000', '182048.650000', '182048.653000', '182048.655000', '182048.658000', '182048.660000', '182048.663000', '182048.665000', '182048.668000', '182048.671000', '182048.673000', '182048.676000', '182048.684000', '182048.687000', '182048.690000', '182048.692000', '182108.530000', '182108.533000', '182108.536000', '182108.538000', '182108.541000', '182108.544000', '182108.546000', '182108.549000', '182108.562000', '182108.564000', '182108.567000', '182108.569000', '182108.572000', '182108.574000', '182108.577000', '182108.580000', '182108.582000', '182108.585000', '182108.587000', '182108.590000', '182108.593000', '182108.595000', '182108.598000', '182108.601000', '182108.603000', '182108.606000', '182108.609000', '182108.611000', '182108.614000', '182108.616000', '182108.619000', '182108.622000', '182108.629000', '182108.632000', '182108.634000', '182108.637000', '182108.640000', '182108.642000', '182108.645000', '182108.647000', '182108.650000', '182108.653000', '182108.655000', '182128.534000', '182128.537000', '182128.539000', '182128.542000', '182128.545000', '182128.547000', '182128.550000', '182128.552000', '182128.555000', '182128.558000', '182128.560000', '182128.563000', '182128.565000', '182128.568000', '182128.570000', '182128.573000', '182128.576000', '182128.578000', '182128.581000', '182128.583000', '182128.586000', '182128.589000', '182128.598000', '182128.600000', '182128.603000', '182128.606000', '182128.608000', '182128.611000', '182128.613000', '182128.616000', '182128.618000', '182128.621000', '182128.624000', '182128.626000', '182128.629000', '182128.631000', '182128.634000', '182128.636000', '182128.639000', '182128.642000', '182128.644000', '182128.647000', '182128.649000', '182128.652000', '182148.531000', '182148.534000', '182148.537000', '182148.540000', '182148.542000', '182148.545000', '182148.547000', '182148.550000', '182148.553000', '182148.555000', '182148.558000', '182148.560000', '182148.563000', '182148.566000', '182148.568000', '182148.571000', '182148.573000', '182148.576000', '182148.579000', '182148.581000', '182148.584000', '182148.587000', '182148.589000', '182148.592000', '182148.594000', '182148.597000', '182148.600000', '182148.602000', '182148.613000', '182148.616000', '182148.619000', '182148.621000', '182148.624000', '182148.626000', '182148.629000', '182148.632000', '182148.634000', '182148.637000', '182148.640000', '182148.642000', '182148.645000', '182148.648000', '182148.650000', '182208.531000', '182208.534000', '182208.537000', '182208.539000', '182208.542000', '182208.545000', '182208.547000', '182208.550000', '182208.552000', '182208.560000', '182208.563000', '182208.566000', '182208.568000', '182208.571000', '182208.573000', '182208.576000', '182208.578000', '182208.581000', '182208.584000', '182208.586000', '182208.589000', '182208.592000', '182208.594000', '182208.597000', '182208.599000', '182208.602000', '182208.605000', '182208.607000', '182208.610000', '182208.613000', '182208.615000', '182208.618000', '182208.620000', '182208.623000', '182208.626000', '182208.628000', '182208.631000', '182208.633000', '182208.636000', '182208.639000', '182208.641000', '182208.644000', '182208.646000', '182208.649000', '182228.532000', '182228.534000', '182228.537000', '182228.540000', '182228.542000', '182228.552000', '182228.555000', '182228.557000', '182228.560000', '182228.562000', '182228.565000', '182228.567000', '182228.570000', '182228.573000', '182228.575000', '182228.578000', '182228.580000', '182228.583000', '182228.586000', '182228.589000', '182228.591000', '182228.594000', '182228.596000', '182228.599000', '182228.602000', '182228.604000', '182228.607000', '182228.609000', '182228.612000', '182228.615000', '182228.617000', '182228.620000', '182228.623000', '182228.625000', '182228.628000', '182228.631000', '182228.633000', '182228.636000', '182228.638000', '182228.641000', '182228.644000', '182228.646000', '182228.649000', '182248.532000', '182248.534000', '182248.537000', '182248.540000', '182248.542000', '182248.545000', '182248.548000', '182248.550000', '182248.553000', '182248.555000', '182248.558000', '182248.561000', '182248.563000', '182248.566000', '182248.568000', '182248.572000', '182248.574000', '182248.577000', '182248.594000', '182248.596000', '182248.599000', '182248.602000', '182248.604000', '182248.607000', '182248.609000', '182248.612000', '182248.615000', '182248.617000', '182248.620000', '182248.623000', '182248.625000', '182248.628000', '182248.630000', '182248.633000', '182248.636000', '182248.638000', '182248.641000', '182248.643000', '182248.646000', '182248.649000', '182248.651000', '182248.654000', '182248.656000', '182248.659000', '182308.532000', '182308.535000', '182308.537000', '182308.540000', '182308.542000', '182308.545000', '182308.548000', '182308.550000', '182308.553000', '182308.556000', '182308.558000', '182308.561000', '182308.564000', '182308.566000', '182308.569000', '182308.576000', '182308.578000', '182308.581000', '182308.584000', '182308.586000', '182308.589000', '182308.592000', '182308.594000', '182308.597000', '182308.600000', '182308.602000', '182308.605000', '182308.608000', '182308.610000', '182308.613000', '182308.616000', '182308.618000', '182308.621000', '182308.624000', '182308.626000', '182308.629000', '182308.632000', '182308.634000', '182308.637000', '182308.639000', '182308.642000', '182308.645000', '182308.647000', '182328.531000', '182328.534000', '182328.536000', '182328.539000', '182328.542000', '182328.545000', '182328.547000', '182328.550000', '182328.552000', '182328.555000', '182328.558000', '182328.560000', '182328.563000', '182328.565000', '182328.568000', '182328.571000', '182328.573000', '182328.576000', '182328.578000', '182328.581000', '182328.584000', '182328.586000', '182328.589000', '182328.591000', '182328.594000', '182328.597000', '182328.599000', '182328.602000', '182328.604000', '182328.607000', '182328.610000', '182328.612000', '182328.615000', '182328.618000', '182328.620000', '182328.623000', '182328.625000', '182328.628000', '182328.631000', '182328.633000', '182328.636000', '182328.638000', '182328.641000', '182348.532000', '182348.534000', '182348.537000', '182348.540000', '182348.542000', '182348.545000', '182348.548000', '182348.550000', '182348.553000', '182348.555000', '182348.558000', '182348.561000', '182348.563000', '182348.566000', '182348.568000', '182348.571000', '182348.574000', '182348.576000', '182348.579000', '182348.582000', '182348.584000', '182348.587000', '182348.589000', '182348.601000', '182348.604000', '182348.606000', '182348.609000', '182348.612000', '182348.614000', '182348.617000', '182348.619000', '182348.622000', '182348.625000', '182348.627000', '182348.630000', '182348.632000', '182348.635000', '182348.638000', '182348.640000', '182348.643000', '182348.645000', '182348.648000', '182348.650000', '182348.653000', '182408.532000', '182408.535000', '182408.537000', '182408.540000', '182408.542000', '182408.546000', '182408.549000', '182408.552000', '182408.555000', '182408.557000', '182408.560000', '182408.563000', '182408.565000', '182408.568000', '182408.571000', '182408.573000', '182408.576000', '182408.579000', '182408.581000', '182408.584000', '182408.586000', '182408.589000', '182408.592000', '182408.594000', '182408.597000', '182408.600000', '182408.602000', '182408.605000', '182408.607000', '182408.611000', '182408.613000', '182408.616000', '182408.619000', '182408.621000', '182408.624000', '182408.626000', '182408.629000', '182408.632000', '182408.634000', '182408.637000', '182408.639000', '182408.642000', '182408.645000', '182428.546000', '182428.549000', '182428.552000', '182428.554000', '182428.557000', '182428.559000', '182428.562000', '182428.565000', '182428.567000', '182428.570000', '182428.572000', '182428.575000', '182428.578000', '182428.580000', '182428.583000', '182428.586000', '182428.588000', '182428.591000', '182428.594000', '182428.596000', '182428.599000', '182428.602000', '182428.604000', '182428.607000', '182428.609000', '182428.612000', '182428.615000', '182428.617000', '182428.620000', '182428.622000', '182428.625000', '182428.628000', '182428.630000', '182428.633000', '182428.635000', '182428.638000', '182428.641000', '182428.643000', '182428.646000', '182428.648000', '182428.651000', '182428.654000', '182428.656000', '182428.659000', '182448.532000', '182448.535000', '182448.537000', '182448.540000', '182448.542000', '182448.545000', '182448.548000', '182448.550000', '182448.553000', '182448.556000', '182448.558000', '182448.561000', '182448.563000', '182448.566000', '182448.569000', '182448.571000', '182448.574000', '182448.577000', '182448.579000', '182448.582000', '182448.584000', '182448.587000', '182448.590000', '182448.592000', '182448.595000', '182448.598000', '182448.601000', '182448.604000', '182448.606000', '182448.609000', '182448.612000', '182448.615000', '182448.618000', '182448.620000', '182448.623000', '182448.625000', '182448.628000', '182448.630000', '182448.633000', '182448.636000', '182448.638000', '182448.641000', '182448.644000', '182508.532000', '182508.535000', '182508.537000', '182508.540000', '182508.542000', '182508.545000', '182508.548000', '182508.550000', '182508.553000', '182508.555000', '182508.558000', '182508.561000', '182508.563000', '182508.566000', '182508.569000', '182508.571000', '182508.574000', '182508.577000', '182508.579000', '182508.582000', '182508.584000', '182508.587000', '182508.590000', '182508.592000', '182508.595000', '182508.598000', '182508.600000', '182508.603000', '182508.605000', '182508.608000', '182508.611000', '182508.613000', '182508.616000', '182508.618000', '182508.621000', '182508.624000', '182508.626000', '182508.629000', '182508.631000', '182508.634000', '182508.637000', '182508.639000', '182508.642000', '182508.645000', '182528.531000', '182528.534000', '182528.537000', '182528.540000', '182528.542000', '182528.545000', '182528.547000', '182528.550000', '182528.553000', '182528.555000', '182528.558000', '182528.560000', '182528.563000', '182528.566000', '182528.568000', '182528.571000', '182528.574000', '182528.577000', '182528.580000', '182528.583000', '182528.586000', '182528.588000', '182528.591000', '182528.594000', '182528.596000', '182528.599000', '182528.602000', '182528.604000', '182528.607000', '182528.610000', '182528.612000', '182528.615000', '182528.618000', '182528.620000', '182528.623000', '182528.625000', '182528.628000', '182528.630000', '182528.633000', '182528.636000', '182528.638000', '182528.641000', '182528.643000', '182548.531000', '182548.534000', '182548.536000', '182548.539000', '182548.541000', '182548.544000', '182548.547000', '182548.549000', '182548.552000', '182548.554000', '182548.557000', '182548.588000', '182548.591000', '182548.593000', '182548.596000', '182548.599000', '182548.601000', '182548.604000', '182548.606000', '182548.609000', '182548.612000', '182548.614000', '182548.617000', '182548.620000', '182548.622000', '182548.625000', '182548.627000', '182548.630000', '182548.633000', '182548.635000', '182548.638000', '182548.641000', '182548.643000', '182548.646000', '182548.648000', '182548.651000', '182548.654000', '182548.656000', '182548.659000', '182548.661000', '182548.664000', '182548.667000', '182548.669000', '182548.672000', '182608.532000', '182608.534000', '182608.537000', '182608.540000', '182608.542000', '182608.545000', '182608.547000', '182608.550000', '182608.552000', '182608.555000', '182608.558000', '182608.560000', '182608.563000', '182608.565000', '182608.568000', '182608.571000', '182608.573000', '182608.576000', '182608.579000', '182608.581000', '182608.584000', '182608.587000', '182608.589000', '182608.592000', '182608.595000', '182608.597000', '182608.600000', '182608.602000', '182608.605000', '182608.608000', '182608.610000', '182608.613000', '182608.615000', '182608.618000', '182608.621000', '182608.624000', '182608.627000', '182608.630000', '182608.633000', '182608.636000', '182608.638000', '182608.641000', '182608.644000', '182628.532000', '182628.535000', '182628.537000', '182628.540000', '182628.542000', '182628.545000', '182628.548000', '182628.550000', '182628.553000', '182628.557000', '182628.560000', '182628.562000', '182628.565000', '182628.568000', '182628.570000', '182628.573000', '182628.575000', '182628.578000', '182628.581000', '182628.583000', '182628.586000', '182628.589000', '182628.591000', '182628.594000', '182628.597000', '182628.599000', '182628.602000', '182628.604000', '182628.607000', '182628.610000', '182628.612000', '182628.615000', '182628.618000', '182628.620000', '182628.623000', '182628.625000', '182628.628000', '182628.630000', '182628.633000', '182628.636000', '182628.638000', '182628.641000', '182628.644000', '182628.646000', '182648.532000', '182648.534000', '182648.537000', '182648.540000', '182648.542000', '182648.545000', '182648.548000', '182648.550000', '182648.553000', '182648.555000', '182648.558000', '182648.561000', '182648.563000', '182648.566000', '182648.569000', '182648.571000', '182648.574000', '182648.576000', '182648.579000', '182648.581000', '182648.584000', '182648.587000', '182648.589000', '182648.592000', '182648.595000', '182648.598000', '182648.600000', '182648.603000', '182648.605000', '182648.608000', '182648.611000', '182648.613000', '182648.616000', '182648.618000', '182648.621000', '182648.624000', '182648.626000', '182648.629000', '182648.632000', '182648.634000', '182648.637000', '182648.639000', '182648.642000', '182707.967000', '182707.971000', '182707.973000', '182707.976000', '182707.979000', '182707.982000', '182707.985000', '182707.987000', '182707.990000', '182707.993000', '182707.996000', '182708.000000', '182708.003000', '182708.006000', '182708.009000', '182708.012000', '182708.015000', '182708.018000', '182708.021000', '182708.023000', '182708.026000', '182708.029000', '182708.031000', '182708.034000', '182708.037000', '182708.039000', '182708.042000', '182708.045000', '182708.050000', '182708.053000', '182708.056000', '182708.060000', '182708.063000', '182708.069000', '182708.074000', '182708.077000', '182708.096000', '182708.099000', '182708.102000', '182708.104000', '182708.107000', '182708.110000', '182708.113000'], 'InstanceCreationTime': ['182048.563000', '182048.566000', '182048.569000', '182048.575000', '182048.577000', '182048.580000', '182048.583000', '182048.585000', '182048.588000', '182048.591000', '182048.593000', '182048.596000', '182048.598000', '182048.601000', '182048.604000', '182048.606000', '182048.609000', '182048.611000', '182048.614000', '182048.616000', '182048.619000', '182048.622000', '182048.624000', '182048.627000', '182048.629000', '182048.632000', '182048.635000', '182048.637000', '182048.640000', '182048.642000', '182048.645000', '182048.647000', '182048.650000', '182048.653000', '182048.655000', '182048.658000', '182048.660000', '182048.663000', '182048.665000', '182048.668000', '182048.671000', '182048.673000', '182048.676000', '182048.684000', '182048.687000', '182048.690000', '182048.692000', '182108.530000', '182108.533000', '182108.536000', '182108.538000', '182108.541000', '182108.544000', '182108.546000', '182108.549000', '182108.562000', '182108.564000', '182108.567000', '182108.569000', '182108.572000', '182108.574000', '182108.577000', '182108.580000', '182108.582000', '182108.585000', '182108.587000', '182108.590000', '182108.593000', '182108.595000', '182108.598000', '182108.601000', '182108.603000', '182108.606000', '182108.609000', '182108.611000', '182108.614000', '182108.616000', '182108.619000', '182108.622000', '182108.629000', '182108.632000', '182108.634000', '182108.637000', '182108.640000', '182108.642000', '182108.645000', '182108.647000', '182108.650000', '182108.653000', '182108.655000', '182128.534000', '182128.537000', '182128.539000', '182128.542000', '182128.545000', '182128.547000', '182128.550000', '182128.552000', '182128.555000', '182128.558000', '182128.560000', '182128.563000', '182128.565000', '182128.568000', '182128.570000', '182128.573000', '182128.576000', '182128.578000', '182128.581000', '182128.583000', '182128.586000', '182128.589000', '182128.598000', '182128.600000', '182128.603000', '182128.606000', '182128.608000', '182128.611000', '182128.613000', '182128.616000', '182128.618000', '182128.621000', '182128.624000', '182128.626000', '182128.629000', '182128.631000', '182128.634000', '182128.636000', '182128.639000', '182128.642000', '182128.644000', '182128.647000', '182128.649000', '182128.652000', '182148.531000', '182148.534000', '182148.537000', '182148.540000', '182148.542000', '182148.545000', '182148.547000', '182148.550000', '182148.553000', '182148.555000', '182148.558000', '182148.560000', '182148.563000', '182148.566000', '182148.568000', '182148.571000', '182148.573000', '182148.576000', '182148.579000', '182148.581000', '182148.584000', '182148.587000', '182148.589000', '182148.592000', '182148.594000', '182148.597000', '182148.600000', '182148.602000', '182148.613000', '182148.616000', '182148.619000', '182148.621000', '182148.624000', '182148.626000', '182148.629000', '182148.632000', '182148.634000', '182148.637000', '182148.640000', '182148.642000', '182148.645000', '182148.648000', '182148.650000', '182208.531000', '182208.534000', '182208.537000', '182208.539000', '182208.542000', '182208.545000', '182208.547000', '182208.550000', '182208.552000', '182208.560000', '182208.563000', '182208.566000', '182208.568000', '182208.571000', '182208.573000', '182208.576000', '182208.578000', '182208.581000', '182208.584000', '182208.586000', '182208.589000', '182208.592000', '182208.594000', '182208.597000', '182208.599000', '182208.602000', '182208.605000', '182208.607000', '182208.610000', '182208.613000', '182208.615000', '182208.618000', '182208.620000', '182208.623000', '182208.626000', '182208.628000', '182208.631000', '182208.633000', '182208.636000', '182208.639000', '182208.641000', '182208.644000', '182208.646000', '182208.649000', '182228.532000', '182228.534000', '182228.537000', '182228.540000', '182228.542000', '182228.552000', '182228.555000', '182228.557000', '182228.560000', '182228.562000', '182228.565000', '182228.567000', '182228.570000', '182228.573000', '182228.575000', '182228.578000', '182228.580000', '182228.583000', '182228.586000', '182228.589000', '182228.591000', '182228.594000', '182228.596000', '182228.599000', '182228.602000', '182228.604000', '182228.607000', '182228.609000', '182228.612000', '182228.615000', '182228.617000', '182228.620000', '182228.623000', '182228.625000', '182228.628000', '182228.631000', '182228.633000', '182228.636000', '182228.638000', '182228.641000', '182228.644000', '182228.646000', '182228.649000', '182248.532000', '182248.534000', '182248.537000', '182248.540000', '182248.542000', '182248.545000', '182248.548000', '182248.550000', '182248.553000', '182248.555000', '182248.558000', '182248.561000', '182248.563000', '182248.566000', '182248.568000', '182248.572000', '182248.574000', '182248.577000', '182248.594000', '182248.596000', '182248.599000', '182248.602000', '182248.604000', '182248.607000', '182248.609000', '182248.612000', '182248.615000', '182248.617000', '182248.620000', '182248.623000', '182248.625000', '182248.628000', '182248.630000', '182248.633000', '182248.636000', '182248.638000', '182248.641000', '182248.643000', '182248.646000', '182248.649000', '182248.651000', '182248.654000', '182248.656000', '182248.659000', '182308.532000', '182308.535000', '182308.537000', '182308.540000', '182308.542000', '182308.545000', '182308.548000', '182308.550000', '182308.553000', '182308.556000', '182308.558000', '182308.561000', '182308.564000', '182308.566000', '182308.569000', '182308.576000', '182308.578000', '182308.581000', '182308.584000', '182308.586000', '182308.589000', '182308.592000', '182308.594000', '182308.597000', '182308.600000', '182308.602000', '182308.605000', '182308.608000', '182308.610000', '182308.613000', '182308.616000', '182308.618000', '182308.621000', '182308.624000', '182308.626000', '182308.629000', '182308.632000', '182308.634000', '182308.637000', '182308.639000', '182308.642000', '182308.645000', '182308.647000', '182328.531000', '182328.534000', '182328.536000', '182328.539000', '182328.542000', '182328.545000', '182328.547000', '182328.550000', '182328.552000', '182328.555000', '182328.558000', '182328.560000', '182328.563000', '182328.565000', '182328.568000', '182328.571000', '182328.573000', '182328.576000', '182328.578000', '182328.581000', '182328.584000', '182328.586000', '182328.589000', '182328.591000', '182328.594000', '182328.597000', '182328.599000', '182328.602000', '182328.604000', '182328.607000', '182328.610000', '182328.612000', '182328.615000', '182328.618000', '182328.620000', '182328.623000', '182328.625000', '182328.628000', '182328.631000', '182328.633000', '182328.636000', '182328.638000', '182328.641000', '182348.532000', '182348.534000', '182348.537000', '182348.540000', '182348.542000', '182348.545000', '182348.548000', '182348.550000', '182348.553000', '182348.555000', '182348.558000', '182348.561000', '182348.563000', '182348.566000', '182348.568000', '182348.571000', '182348.574000', '182348.576000', '182348.579000', '182348.582000', '182348.584000', '182348.587000', '182348.589000', '182348.601000', '182348.604000', '182348.606000', '182348.609000', '182348.612000', '182348.614000', '182348.617000', '182348.619000', '182348.622000', '182348.625000', '182348.627000', '182348.630000', '182348.632000', '182348.635000', '182348.638000', '182348.640000', '182348.643000', '182348.645000', '182348.648000', '182348.650000', '182348.653000', '182408.532000', '182408.535000', '182408.537000', '182408.540000', '182408.542000', '182408.546000', '182408.549000', '182408.552000', '182408.555000', '182408.557000', '182408.560000', '182408.563000', '182408.565000', '182408.568000', '182408.571000', '182408.573000', '182408.576000', '182408.579000', '182408.581000', '182408.584000', '182408.586000', '182408.589000', '182408.592000', '182408.594000', '182408.597000', '182408.600000', '182408.602000', '182408.605000', '182408.607000', '182408.611000', '182408.613000', '182408.616000', '182408.619000', '182408.621000', '182408.624000', '182408.626000', '182408.629000', '182408.632000', '182408.634000', '182408.637000', '182408.639000', '182408.642000', '182408.645000', '182428.546000', '182428.549000', '182428.552000', '182428.554000', '182428.557000', '182428.559000', '182428.562000', '182428.565000', '182428.567000', '182428.570000', '182428.572000', '182428.575000', '182428.578000', '182428.580000', '182428.583000', '182428.586000', '182428.588000', '182428.591000', '182428.594000', '182428.596000', '182428.599000', '182428.602000', '182428.604000', '182428.607000', '182428.609000', '182428.612000', '182428.615000', '182428.617000', '182428.620000', '182428.622000', '182428.625000', '182428.628000', '182428.630000', '182428.633000', '182428.635000', '182428.638000', '182428.641000', '182428.643000', '182428.646000', '182428.648000', '182428.651000', '182428.654000', '182428.656000', '182428.659000', '182448.532000', '182448.535000', '182448.537000', '182448.540000', '182448.542000', '182448.545000', '182448.548000', '182448.550000', '182448.553000', '182448.556000', '182448.558000', '182448.561000', '182448.563000', '182448.566000', '182448.569000', '182448.571000', '182448.574000', '182448.577000', '182448.579000', '182448.582000', '182448.584000', '182448.587000', '182448.590000', '182448.592000', '182448.595000', '182448.598000', '182448.601000', '182448.604000', '182448.606000', '182448.609000', '182448.612000', '182448.615000', '182448.618000', '182448.620000', '182448.623000', '182448.625000', '182448.628000', '182448.630000', '182448.633000', '182448.636000', '182448.638000', '182448.641000', '182448.644000', '182508.532000', '182508.535000', '182508.537000', '182508.540000', '182508.542000', '182508.545000', '182508.548000', '182508.550000', '182508.553000', '182508.555000', '182508.558000', '182508.561000', '182508.563000', '182508.566000', '182508.569000', '182508.571000', '182508.574000', '182508.577000', '182508.579000', '182508.582000', '182508.584000', '182508.587000', '182508.590000', '182508.592000', '182508.595000', '182508.598000', '182508.600000', '182508.603000', '182508.605000', '182508.608000', '182508.611000', '182508.613000', '182508.616000', '182508.618000', '182508.621000', '182508.624000', '182508.626000', '182508.629000', '182508.631000', '182508.634000', '182508.637000', '182508.639000', '182508.642000', '182508.645000', '182528.531000', '182528.534000', '182528.537000', '182528.540000', '182528.542000', '182528.545000', '182528.547000', '182528.550000', '182528.553000', '182528.555000', '182528.558000', '182528.560000', '182528.563000', '182528.566000', '182528.568000', '182528.571000', '182528.574000', '182528.577000', '182528.580000', '182528.583000', '182528.586000', '182528.588000', '182528.591000', '182528.594000', '182528.596000', '182528.599000', '182528.602000', '182528.604000', '182528.607000', '182528.610000', '182528.612000', '182528.615000', '182528.618000', '182528.620000', '182528.623000', '182528.625000', '182528.628000', '182528.630000', '182528.633000', '182528.636000', '182528.638000', '182528.641000', '182528.643000', '182548.531000', '182548.534000', '182548.536000', '182548.539000', '182548.541000', '182548.544000', '182548.547000', '182548.549000', '182548.552000', '182548.554000', '182548.557000', '182548.588000', '182548.591000', '182548.593000', '182548.596000', '182548.599000', '182548.601000', '182548.604000', '182548.606000', '182548.609000', '182548.612000', '182548.614000', '182548.617000', '182548.620000', '182548.622000', '182548.625000', '182548.627000', '182548.630000', '182548.633000', '182548.635000', '182548.638000', '182548.641000', '182548.643000', '182548.646000', '182548.648000', '182548.651000', '182548.654000', '182548.656000', '182548.659000', '182548.661000', '182548.664000', '182548.667000', '182548.669000', '182548.672000', '182608.532000', '182608.534000', '182608.537000', '182608.540000', '182608.542000', '182608.545000', '182608.547000', '182608.550000', '182608.552000', '182608.555000', '182608.558000', '182608.560000', '182608.563000', '182608.565000', '182608.568000', '182608.571000', '182608.573000', '182608.576000', '182608.579000', '182608.581000', '182608.584000', '182608.587000', '182608.589000', '182608.592000', '182608.595000', '182608.597000', '182608.600000', '182608.602000', '182608.605000', '182608.608000', '182608.610000', '182608.613000', '182608.615000', '182608.618000', '182608.621000', '182608.624000', '182608.627000', '182608.630000', '182608.633000', '182608.636000', '182608.638000', '182608.641000', '182608.644000', '182628.532000', '182628.535000', '182628.537000', '182628.540000', '182628.542000', '182628.545000', '182628.548000', '182628.550000', '182628.553000', '182628.557000', '182628.560000', '182628.562000', '182628.565000', '182628.568000', '182628.570000', '182628.573000', '182628.575000', '182628.578000', '182628.581000', '182628.583000', '182628.586000', '182628.589000', '182628.591000', '182628.594000', '182628.597000', '182628.599000', '182628.602000', '182628.604000', '182628.607000', '182628.610000', '182628.612000', '182628.615000', '182628.618000', '182628.620000', '182628.623000', '182628.625000', '182628.628000', '182628.630000', '182628.633000', '182628.636000', '182628.638000', '182628.641000', '182628.644000', '182628.646000', '182648.532000', '182648.534000', '182648.537000', '182648.540000', '182648.542000', '182648.545000', '182648.548000', '182648.550000', '182648.553000', '182648.555000', '182648.558000', '182648.561000', '182648.563000', '182648.566000', '182648.569000', '182648.571000', '182648.574000', '182648.576000', '182648.579000', '182648.581000', '182648.584000', '182648.587000', '182648.589000', '182648.592000', '182648.595000', '182648.598000', '182648.600000', '182648.603000', '182648.605000', '182648.608000', '182648.611000', '182648.613000', '182648.616000', '182648.618000', '182648.621000', '182648.624000', '182648.626000', '182648.629000', '182648.632000', '182648.634000', '182648.637000', '182648.639000', '182648.642000', '182707.967000', '182707.971000', '182707.973000', '182707.976000', '182707.979000', '182707.982000', '182707.985000', '182707.987000', '182707.990000', '182707.993000', '182707.996000', '182708.000000', '182708.003000', '182708.006000', '182708.009000', '182708.012000', '182708.015000', '182708.018000', '182708.021000', '182708.023000', '182708.026000', '182708.029000', '182708.031000', '182708.034000', '182708.037000', '182708.039000', '182708.042000', '182708.045000', '182708.050000', '182708.053000', '182708.056000', '182708.060000', '182708.063000', '182708.069000', '182708.074000', '182708.077000', '182708.096000', '182708.099000', '182708.102000', '182708.104000', '182708.107000', '182708.110000', '182708.113000'], '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': [14489, 12499, 12016, 14928, 12821, 10228, 15129, 12407, 11469, 14517, 10841, 16147, 12419, 14249, 12853, 10519, 13836, 11464, 8454, 13401, 11135, 15447, 12022, 8232, 14166, 11700, 11412, 13294, 8868, 14754, 11737, 11376, 14257, 10008, 14445, 11874, 10057, 13456, 9756, 14398, 11758, 7641, 13465, 11951, 9441, 13345, 11862, 10355, 10048, 13678, 11206, 13671, 12309, 8681, 14279, 11794, 13173, 11336, 7931, 14078, 10907, 13671, 11002, 9547, 11738, 8916, 14324, 11602, 9130, 11675, 8489, 15147, 12082, 8560, 13810, 11209, 8702, 13823, 11756, 15357, 12307, 9018, 13728, 11375, 15410, 11427, 8814, 12960, 10022, 13578, 10907, 9671, 12167, 8808, 14241, 11630, 12219, 11857, 7844, 13543, 11171, 10091, 13085, 8995, 14000, 11188, 9328, 13681, 10718, 15097, 10991, 8235, 11466, 12045, 14974, 11271, 8319, 14739, 10955, 8131, 13570, 11158, 9651, 13315, 10684, 13452, 11414, 8608, 13931, 11574, 9469, 12102, 9570, 15646, 11977, 8529, 13260, 11283, 11471, 11832, 9187, 15253, 11018, 8052, 13935, 11320, 8645, 13219, 12049, 8979, 9613, 13342, 11753, 9015, 15997, 12411, 8432, 14128, 11586, 17379, 11685, 8777, 13210, 10955, 9690, 11974, 8283, 14192, 11469, 14286, 11145, 7622, 13027, 10335, 14613, 11223, 7995, 12985, 10765, 14579, 11598, 8212, 13099, 10923, 12074, 11459, 9064, 13946, 11233, 9929, 12975, 9275, 14381, 11516, 10209, 13862, 10130, 14246, 11389, 8610, 13249, 11316, 18610, 17490, 20805, 13649, 11309, 9771, 12239, 10416, 11071, 12387, 9250, 13486, 10755, 10054, 12673, 10810, 8788, 13895, 10981, 8175, 15086, 11603, 8598, 13839, 11313, 8661, 14143, 11409, 9962, 12536, 9985, 14028, 11855, 9653, 13161, 9742, 13656, 10999, 9115, 13412, 10065, 14239, 10872, 9487, 14278, 11104, 13464, 10859, 8792, 14473, 11746, 13503, 11063, 8998, 14283, 11521, 9340, 10683, 8263, 15184, 11659, 8949, 15003, 12188, 9612, 14632, 11978, 10286, 10325, 13483, 10964, 11778, 13450, 11382, 14342, 13210, 10405, 13553, 12028, 9433, 14183, 11536, 12959, 11643, 8859, 14466, 11784, 11020, 12374, 9043, 14191, 11211, 8380, 13389, 10892, 10407, 12891, 10197, 10909, 13321, 10551, 14935, 12123, 8896, 14542, 11261, 9344, 13624, 10844, 8612, 13064, 10983, 14342, 12393, 9929, 13547, 10840, 8489, 13229, 12556, 10142, 10577, 13567, 10247, 16738, 12033, 8038, 12433, 9844, 13434, 11003, 9385, 12731, 9395, 13475, 10880, 9959, 14326, 10804, 12794, 10715, 8877, 14572, 11535, 13187, 12877, 8699, 14067, 11394, 10521, 13899, 10702, 14201, 11229, 8718, 13616, 11376, 8628, 13800, 11349, 10302, 13818, 11141, 9834, 14029, 10877, 15379, 12145, 8959, 14036, 11725, 9413, 13642, 10361, 13975, 12026, 9566, 13854, 11849, 8533, 14618, 11684, 8995, 14406, 11273, 8883, 14287, 11890, 10522, 13230, 10094, 14731, 12015, 9022, 13774, 11326, 13056, 12294, 9096, 13840, 11281, 8193, 13458, 11043, 11065, 13655, 11294, 8794, 14235, 11431, 11150, 14045, 10470, 14441, 11466, 9481, 14218, 11305, 12347, 11525, 9349, 14376, 11532, 8764, 13933, 11332, 11684, 13967, 10329, 13683, 11922, 9237, 14627, 11372, 13848, 11119, 11386, 13482, 9512, 14018, 11166, 9515, 14030, 10699, 14304, 11850, 8999, 14988, 11601, 9350, 13780, 11574, 8797, 13677, 11811, 9336, 14879, 12061, 8681, 13824, 11747, 10352, 14128, 11608, 11396, 12900, 9177, 15060, 12514, 9181, 13737, 10803, 14370, 12456, 9326, 14742, 11552, 8850, 15157, 12195, 8913, 14416, 12024, 9869, 14390, 11828, 12703, 13552, 10477, 14385, 12296, 9784, 14118, 11268, 8781, 14202, 11541, 12612, 13292, 10066, 14567, 12438, 9889, 13285, 12312, 10511, 15453, 12533, 9635, 13814, 12353, 9531, 14301, 12285, 8556, 14550, 12044, 9360, 14173, 10843, 13874, 12500, 9309, 14469, 11422, 9880, 13930, 11797, 9793, 14319, 11561, 10051, 13465, 13764, 11216, 9297, 14809, 12562, 8852, 15273, 12011, 11584, 14406, 10608, 13337, 12783, 10721, 8746, 14071, 11242, 8473, 13853, 11583, 9472, 14228, 12325, 9145, 14571, 10719, 14637, 12213, 9445, 13999, 11225, 11535, 13323, 10866, 13708, 12096, 8881, 14530, 11872, 9226, 14279, 10939, 14192, 12114, 9886, 14144, 11501, 8787, 14393, 12737, 9421, 13683, 10748, 12485, 12876, 10852, 15965, 11238, 9017, 14061, 11889, 10352, 13274, 11051, 15255, 12042, 8902, 14202, 11554, 10522, 13698, 10698, 14683, 11916, 9221, 14221, 11510, 8800, 14709, 11929, 10434, 13536, 15417, 19085, 15098, 9633, 11661, 11802, 8294, 14903, 13424, 11915, 8886, 14584, 11785, 8775, 15092, 12465, 9711, 13949, 10872, 14432, 12553, 11879, 12773, 9379, 14196, 12192, 13211, 12784, 8947, 14349, 12372, 11760, 13500, 10630, 13859, 11392, 9574, 14601, 12380, 9954, 13583, 11145, 12708, 14206, 11727, 14105, 13245, 12281, 8900, 13694, 11503, 13677, 12475, 10116, 15247, 11132, 13587, 11426, 9694, 14384, 10980, 12910, 11589, 8530, 14566, 11869, 8365, 14112, 11286, 14028, 13120, 9207, 14576, 11701, 10751, 13971, 11121, 14255, 11621, 11509, 12915, 9530, 13968, 11381, 13082, 11816, 9448, 14767, 12387, 9044, 13126, 10159, 13507, 11855, 9443, 14053, 11233, 13692, 10956, 8711, 13261, 10318, 14157, 11346, 13993, 21041, 12824, 13161, 11523, 10570, 12893, 11476, 9944, 13648, 14235, 12092, 9565, 9717, 13977, 11333, 9854, 14452, 11646, 13725, 12708, 9758, 14949, 12445, 12306, 12695, 9112, 14791, 12590, 10351, 13005, 9837, 14766, 12435, 9816, 13781, 11309, 9837, 13601, 11256, 14367, 12724, 9209, 14888, 12518, 9836, 13820, 11852, 9046, 14613, 12725, 10146, 13396, 10615, 14918, 12925, 9764, 13855, 11215, 9085, 14285, 12095, 10214, 13349, 10115, 14843, 12741, 9444, 14116, 11155, 9153, 14581, 12541, 9195, 13686, 10246, 15353, 12832, 9780, 13866, 11579, 11421, 13979, 10641, 13944, 11376, 8618, 14726, 12971, 9206, 13711, 10562, 13551, 13159, 9652, 14622, 11467, 10020, 14744, 12408, 9624, 13617, 11374, 11968, 13176, 11681, 9259, 14501, 12327, 11023, 9487, 13628, 11252, 11382, 14164, 10814, 13748, 10919, 9658, 14094, 11063, 12024, 11924, 9245, 14746, 11979, 8787, 14150, 11631, 12580, 13624, 10462, 12504, 13035, 10372, 14530, 11976, 8729, 14704, 12506, 9377, 13908, 11245, 11744, 13452, 10380, 13673, 11954, 8775, 14782, 12596], 'WindowCenter': [4541.0, 4515.0, 4500.0, 4505.0, 4495.0, 4465.0, 4494.0, 4482.0, 4470.0, 4480.0, 4461.0, 4488.0, 4469.0, 4477.0, 4468.0, 4444.0, 4463.0, 4454.0, 4425.0, 4466.0, 4468.0, 4496.0, 4455.0, 4416.0, 4475.0, 4468.0, 4468.0, 4465.0, 4438.0, 4488.0, 4469.0, 4467.0, 4490.0, 4438.0, 4487.0, 4469.0, 4447.0, 4464.0, 4448.0, 4488.0, 4467.0, 4427.0, 4478.0, 4469.0, 4447.0, 4490.0, 4468.0, 4459.0, 4460.0, 4501.0, 4472.0, 4489.0, 4481.0, 4440.0, 4491.0, 4471.0, 4480.0, 4457.0, 4429.0, 4490.0, 4473.0, 4478.0, 4458.0, 4425.0, 4467.0, 4436.0, 4485.0, 4457.0, 4437.0, 4466.0, 4438.0, 4500.0, 4481.0, 4441.0, 4492.0, 4459.0, 4441.0, 4490.0, 4482.0, 4501.0, 4470.0, 4439.0, 4480.0, 4459.0, 4500.0, 4470.0, 4439.0, 4478.0, 4448.0, 4478.0, 4457.0, 4447.0, 4468.0, 4435.0, 4485.0, 4456.0, 4467.0, 4465.0, 4426.0, 4464.0, 4456.0, 4437.0, 4467.0, 4427.0, 4487.0, 4468.0, 4448.0, 4488.0, 4458.0, 4487.0, 4457.0, 4425.0, 4458.0, 4481.0, 4501.0, 4469.0, 4438.0, 4500.0, 4456.0, 4429.0, 4489.0, 4470.0, 4461.0, 4491.0, 4460.0, 4489.0, 4470.0, 4439.0, 4491.0, 4471.0, 4448.0, 4467.0, 4449.0, 4500.0, 4480.0, 4439.0, 4480.0, 4471.0, 4471.0, 4484.0, 4439.0, 4490.0, 4460.0, 4428.0, 4489.0, 4471.0, 4442.0, 4491.0, 4493.0, 4453.0, 4463.0, 4493.0, 4482.0, 4453.0, 4504.0, 4482.0, 4430.0, 4491.0, 4471.0, 4509.0, 4458.0, 4426.0, 4475.0, 4457.0, 4436.0, 4457.0, 4426.0, 4478.0, 4457.0, 4486.0, 4456.0, 4416.0, 4476.0, 4457.0, 4477.0, 4457.0, 4428.0, 4467.0, 4469.0, 4489.0, 4469.0, 4439.0, 4490.0, 4460.0, 4493.0, 4481.0, 4450.0, 4491.0, 4482.0, 4461.0, 4492.0, 4452.0, 4501.0, 4482.0, 4461.0, 4490.0, 4461.0, 4503.0, 4471.0, 4441.0, 4491.0, 4486.0, 4550.0, 4471.0, 4558.0, 4491.0, 4459.0, 4447.0, 4467.0, 4445.0, 4456.0, 4468.0, 4447.0, 4489.0, 4459.0, 4459.0, 4480.0, 4471.0, 4440.0, 4489.0, 4468.0, 4440.0, 4501.0, 4471.0, 4441.0, 4490.0, 4472.0, 4440.0, 4491.0, 4469.0, 4449.0, 4468.0, 4450.0, 4478.0, 4468.0, 4449.0, 4479.0, 4449.0, 4478.0, 4458.0, 4437.0, 4479.0, 4459.0, 4489.0, 4458.0, 4448.0, 4491.0, 4470.0, 4490.0, 4469.0, 4452.0, 4501.0, 4481.0, 4491.0, 4470.0, 4452.0, 4491.0, 4484.0, 4478.0, 4500.0, 4442.0, 4501.0, 4482.0, 4453.0, 4501.0, 4481.0, 4463.0, 4501.0, 4481.0, 4473.0, 4473.0, 4493.0, 4484.0, 4482.0, 4492.0, 4483.0, 4501.0, 4479.0, 4460.0, 4489.0, 4481.0, 4448.0, 4492.0, 4471.0, 4478.0, 4458.0, 4437.0, 4489.0, 4468.0, 4457.0, 4478.0, 4448.0, 4490.0, 4470.0, 4441.0, 4491.0, 4470.0, 4471.0, 4491.0, 4462.0, 4471.0, 4490.0, 4473.0, 4503.0, 4483.0, 4451.0, 4502.0, 4472.0, 4450.0, 4492.0, 4471.0, 4441.0, 4479.0, 4471.0, 4501.0, 4481.0, 4461.0, 4491.0, 4468.0, 4440.0, 4492.0, 4481.0, 4473.0, 4474.0, 4505.0, 4471.0, 4515.0, 4494.0, 4444.0, 4481.0, 4461.0, 4477.0, 4458.0, 4438.0, 4478.0, 4450.0, 4476.0, 4458.0, 4459.0, 4490.0, 4473.0, 4504.0, 4473.0, 4449.0, 4501.0, 4479.0, 4490.0, 4489.0, 4450.0, 4491.0, 4482.0, 4471.0, 4492.0, 4472.0, 4502.0, 4470.0, 4451.0, 4502.0, 4479.0, 4449.0, 4489.0, 4471.0, 4459.0, 4491.0, 4471.0, 4459.0, 4491.0, 4471.0, 4501.0, 4480.0, 4446.0, 4489.0, 4469.0, 4448.0, 4488.0, 4457.0, 4487.0, 4478.0, 4447.0, 4490.0, 4478.0, 4439.0, 4500.0, 4479.0, 4450.0, 4499.0, 4470.0, 4450.0, 4490.0, 4480.0, 4460.0, 4479.0, 4459.0, 4499.0, 4479.0, 4450.0, 4489.0, 4468.0, 4479.0, 4479.0, 4448.0, 4490.0, 4470.0, 4439.0, 4490.0, 4470.0, 4481.0, 4501.0, 4470.0, 4451.0, 4501.0, 4482.0, 4472.0, 4500.0, 4471.0, 4500.0, 4481.0, 4461.0, 4490.0, 4470.0, 4478.0, 4469.0, 4449.0, 4489.0, 4470.0, 4450.0, 4489.0, 4480.0, 4480.0, 4501.0, 4460.0, 4491.0, 4480.0, 4461.0, 4500.0, 4480.0, 4490.0, 4470.0, 4470.0, 4490.0, 4450.0, 4490.0, 4470.0, 4448.0, 4490.0, 4459.0, 4489.0, 4478.0, 4448.0, 4511.0, 4483.0, 4462.0, 4501.0, 4483.0, 4452.0, 4501.0, 4481.0, 4461.0, 4501.0, 4482.0, 4439.0, 4491.0, 4482.0, 4461.0, 4491.0, 4470.0, 4468.0, 4478.0, 4449.0, 4488.0, 4479.0, 4450.0, 4487.0, 4471.0, 4490.0, 4481.0, 4448.0, 4500.0, 4470.0, 4449.0, 4500.0, 4482.0, 4451.0, 4500.0, 4480.0, 4459.0, 4500.0, 4481.0, 4490.0, 4490.0, 4471.0, 4501.0, 4480.0, 4460.0, 4489.0, 4470.0, 4440.0, 4489.0, 4467.0, 4477.0, 4478.0, 4448.0, 4489.0, 4479.0, 4458.0, 4489.0, 4479.0, 4459.0, 4499.0, 4480.0, 4449.0, 4488.0, 4477.0, 4448.0, 4488.0, 4468.0, 4437.0, 4487.0, 4468.0, 4446.0, 4487.0, 4456.0, 4488.0, 4468.0, 4448.0, 4488.0, 4468.0, 4458.0, 4490.0, 4480.0, 4460.0, 4499.0, 4481.0, 4476.0, 4503.0, 4502.0, 4483.0, 4461.0, 4502.0, 4493.0, 4451.0, 4500.0, 4483.0, 4483.0, 4502.0, 4472.0, 4494.0, 4491.0, 4472.0, 4453.0, 4502.0, 4474.0, 4452.0, 4504.0, 4484.0, 4463.0, 4505.0, 4494.0, 4463.0, 4503.0, 4475.0, 4503.0, 4482.0, 4462.0, 4492.0, 4471.0, 4470.0, 4491.0, 4471.0, 4491.0, 4479.0, 4450.0, 4502.0, 4481.0, 4459.0, 4502.0, 4473.0, 4489.0, 4483.0, 4461.0, 4502.0, 4469.0, 4452.0, 4500.0, 4491.0, 4460.0, 4489.0, 4471.0, 4480.0, 4481.0, 4472.0, 4501.0, 4471.0, 4449.0, 4490.0, 4469.0, 4458.0, 4478.0, 4469.0, 4500.0, 4469.0, 4438.0, 4489.0, 4470.0, 4459.0, 4488.0, 4457.0, 4487.0, 4470.0, 4448.0, 4489.0, 4469.0, 4449.0, 4488.0, 4480.0, 4469.0, 4492.0, 4500.0, 4548.0, 4515.0, 4449.0, 4456.0, 4468.0, 4435.0, 4498.0, 4479.0, 4457.0, 4435.0, 4487.0, 4469.0, 4451.0, 4501.0, 4491.0, 4462.0, 4491.0, 4472.0, 4491.0, 4482.0, 4481.0, 4478.0, 4448.0, 4487.0, 4481.0, 4491.0, 4480.0, 4450.0, 4490.0, 4480.0, 4470.0, 4478.0, 4461.0, 4492.0, 4471.0, 4451.0, 4501.0, 4483.0, 4460.0, 4491.0, 4470.0, 4494.0, 4504.0, 4485.0, 4505.0, 4492.0, 4483.0, 4453.0, 4492.0, 4481.0, 4492.0, 4482.0, 4461.0, 4501.0, 4469.0, 4479.0, 4469.0, 4450.0, 4490.0, 4458.0, 4479.0, 4469.0, 4450.0, 4498.0, 4482.0, 4440.0, 4490.0, 4469.0, 4501.0, 4492.0, 4462.0, 4501.0, 4483.0, 4471.0, 4503.0, 4470.0, 4503.0, 4471.0, 4471.0, 4482.0, 4460.0, 4492.0, 4470.0, 4491.0, 4480.0, 4449.0, 4500.0, 4482.0, 4451.0, 4490.0, 4461.0, 4492.0, 4482.0, 4459.0, 4502.0, 4471.0, 4491.0, 4471.0, 4441.0, 4480.0, 4457.0, 4489.0, 4472.0, 4461.0, 4562.0, 4481.0, 4466.0, 4454.0, 4445.0, 4466.0, 4467.0, 4445.0, 4488.0, 4490.0, 4481.0, 4460.0, 4461.0, 4491.0, 4481.0, 4473.0, 4502.0, 4482.0, 4493.0, 4492.0, 4462.0, 4504.0, 4484.0, 4482.0, 4481.0, 4451.0, 4491.0, 4481.0, 4459.0, 4480.0, 4461.0, 4500.0, 4482.0, 4460.0, 4503.0, 4483.0, 4461.0, 4503.0, 4483.0, 4502.0, 4492.0, 4463.0, 4514.0, 4494.0, 4474.0, 4504.0, 4482.0, 4453.0, 4503.0, 4494.0, 4473.0, 4492.0, 4472.0, 4503.0, 4492.0, 4461.0, 4492.0, 4470.0, 4449.0, 4490.0, 4480.0, 4460.0, 4489.0, 4460.0, 4500.0, 4481.0, 4461.0, 4491.0, 4470.0, 4450.0, 4501.0, 4481.0, 4449.0, 4490.0, 4460.0, 4499.0, 4480.0, 4461.0, 4491.0, 4479.0, 4481.0, 4500.0, 4469.0, 4501.0, 4471.0, 4452.0, 4502.0, 4494.0, 4463.0, 4492.0, 4473.0, 4491.0, 4492.0, 4464.0, 4503.0, 4482.0, 4463.0, 4504.0, 4494.0, 4463.0, 4492.0, 4483.0, 4484.0, 4493.0, 4481.0, 4452.0, 4504.0, 4493.0, 4473.0, 4463.0, 4492.0, 4483.0, 4470.0, 4491.0, 4472.0, 4491.0, 4470.0, 4450.0, 4490.0, 4469.0, 4467.0, 4468.0, 4449.0, 4501.0, 4480.0, 4439.0, 4487.0, 4470.0, 4492.0, 4490.0, 4470.0, 4491.0, 4490.0, 4471.0, 4501.0, 4481.0, 4451.0, 4502.0, 4493.0, 4449.0, 4491.0, 4471.0, 4479.0, 4490.0, 4461.0, 4490.0, 4479.0, 4450.0, 4501.0, 4481.0], 'WindowWidth': [9980.0, 9929.0, 9897.0, 9897.0, 9878.0, 9834.0, 9875.0, 9858.0, 9837.0, 9850.0, 9825.0, 9859.0, 9836.0, 9840.0, 9833.0, 9793.0, 9813.0, 9805.0, 9767.0, 9822.0, 9833.0, 9870.0, 9806.0, 9755.0, 9833.0, 9831.0, 9831.0, 9820.0, 9791.0, 9859.0, 9834.0, 9830.0, 9862.0, 9787.0, 9857.0, 9831.0, 9802.0, 9819.0, 9803.0, 9859.0, 9826.0, 9776.0, 9842.0, 9831.0, 9803.0, 9865.0, 9831.0, 9823.0, 9824.0, 9883.0, 9844.0, 9863.0, 9853.0, 9796.0, 9868.0, 9838.0, 9848.0, 9814.0, 9779.0, 9863.0, 9845.0, 9842.0, 9817.0, 9764.0, 9824.0, 9783.0, 9850.0, 9814.0, 9788.0, 9826.0, 9792.0, 9879.0, 9854.0, 9799.0, 9870.0, 9818.0, 9800.0, 9866.0, 9856.0, 9882.0, 9833.0, 9791.0, 9846.0, 9817.0, 9881.0, 9836.0, 9792.0, 9844.0, 9802.0, 9844.0, 9816.0, 9801.0, 9827.0, 9783.0, 9850.0, 9809.0, 9830.0, 9824.0, 9772.0, 9817.0, 9813.0, 9783.0, 9823.0, 9772.0, 9858.0, 9832.0, 9806.0, 9859.0, 9817.0, 9858.0, 9816.0, 9772.0, 9814.0, 9855.0, 9882.0, 9835.0, 9792.0, 9878.0, 9813.0, 9781.0, 9861.0, 9839.0, 9827.0, 9866.0, 9824.0, 9863.0, 9838.0, 9795.0, 9867.0, 9839.0, 9804.0, 9829.0, 9809.0, 9880.0, 9851.0, 9793.0, 9850.0, 9838.0, 9840.0, 9861.0, 9789.0, 9860.0, 9821.0, 9776.0, 9861.0, 9839.0, 9800.0, 9866.0, 9875.0, 9819.0, 9834.0, 9870.0, 9859.0, 9820.0, 9887.0, 9856.0, 9778.0, 9868.0, 9841.0, 9891.0, 9812.0, 9771.0, 9837.0, 9814.0, 9785.0, 9808.0, 9771.0, 9844.0, 9813.0, 9853.0, 9810.0, 9758.0, 9840.0, 9815.0, 9841.0, 9815.0, 9778.0, 9825.0, 9834.0, 9863.0, 9833.0, 9795.0, 9864.0, 9820.0, 9874.0, 9854.0, 9811.0, 9867.0, 9856.0, 9827.0, 9869.0, 9816.0, 9882.0, 9855.0, 9828.0, 9866.0, 9826.0, 9887.0, 9841.0, 9800.0, 9868.0, 9870.0, 9979.0, 9835.0, 9988.0, 9875.0, 9823.0, 9802.0, 9826.0, 9795.0, 9814.0, 9832.0, 9803.0, 9862.0, 9819.0, 9823.0, 9854.0, 9842.0, 9796.0, 9862.0, 9833.0, 9798.0, 9881.0, 9841.0, 9799.0, 9866.0, 9842.0, 9797.0, 9867.0, 9836.0, 9807.0, 9831.0, 9807.0, 9847.0, 9832.0, 9806.0, 9845.0, 9805.0, 9844.0, 9817.0, 9787.0, 9845.0, 9820.0, 9859.0, 9817.0, 9805.0, 9867.0, 9837.0, 9864.0, 9834.0, 9815.0, 9881.0, 9854.0, 9869.0, 9835.0, 9815.0, 9867.0, 9863.0, 9863.0, 9896.0, 9802.0, 9883.0, 9856.0, 9816.0, 9880.0, 9854.0, 9830.0, 9882.0, 9853.0, 9846.0, 9846.0, 9876.0, 9865.0, 9857.0, 9870.0, 9857.0, 9882.0, 9849.0, 9824.0, 9863.0, 9852.0, 9806.0, 9871.0, 9837.0, 9845.0, 9815.0, 9788.0, 9862.0, 9834.0, 9817.0, 9844.0, 9806.0, 9865.0, 9836.0, 9799.0, 9868.0, 9839.0, 9840.0, 9869.0, 9828.0, 9842.0, 9867.0, 9847.0, 9890.0, 9858.0, 9815.0, 9886.0, 9844.0, 9813.0, 9874.0, 9841.0, 9801.0, 9849.0, 9840.0, 9883.0, 9852.0, 9828.0, 9868.0, 9833.0, 9798.0, 9869.0, 9853.0, 9848.0, 9849.0, 9890.0, 9842.0, 9906.0, 9876.0, 9808.0, 9855.0, 9827.0, 9843.0, 9816.0, 9789.0, 9844.0, 9809.0, 9840.0, 9817.0, 9820.0, 9863.0, 9845.0, 9897.0, 9849.0, 9810.0, 9882.0, 9850.0, 9867.0, 9864.0, 9813.0, 9867.0, 9857.0, 9841.0, 9873.0, 9844.0, 9888.0, 9841.0, 9818.0, 9887.0, 9852.0, 9811.0, 9864.0, 9841.0, 9825.0, 9870.0, 9841.0, 9824.0, 9867.0, 9841.0, 9885.0, 9851.0, 9802.0, 9864.0, 9836.0, 9806.0, 9861.0, 9819.0, 9861.0, 9846.0, 9804.0, 9867.0, 9846.0, 9797.0, 9880.0, 9851.0, 9813.0, 9880.0, 9840.0, 9811.0, 9867.0, 9852.0, 9824.0, 9849.0, 9822.0, 9877.0, 9849.0, 9810.0, 9863.0, 9835.0, 9849.0, 9849.0, 9807.0, 9868.0, 9838.0, 9793.0, 9866.0, 9840.0, 9857.0, 9883.0, 9840.0, 9816.0, 9882.0, 9858.0, 9844.0, 9882.0, 9842.0, 9884.0, 9854.0, 9827.0, 9868.0, 9842.0, 9850.0, 9835.0, 9809.0, 9864.0, 9839.0, 9811.0, 9864.0, 9855.0, 9855.0, 9882.0, 9826.0, 9870.0, 9852.0, 9828.0, 9883.0, 9854.0, 9867.0, 9839.0, 9840.0, 9865.0, 9810.0, 9865.0, 9838.0, 9809.0, 9866.0, 9823.0, 9866.0, 9849.0, 9806.0, 9898.0, 9861.0, 9832.0, 9885.0, 9861.0, 9818.0, 9884.0, 9855.0, 9829.0, 9887.0, 9857.0, 9797.0, 9867.0, 9857.0, 9826.0, 9870.0, 9839.0, 9835.0, 9846.0, 9808.0, 9862.0, 9849.0, 9811.0, 9858.0, 9841.0, 9865.0, 9852.0, 9806.0, 9877.0, 9837.0, 9810.0, 9880.0, 9856.0, 9815.0, 9879.0, 9852.0, 9825.0, 9880.0, 9855.0, 9866.0, 9865.0, 9840.0, 9883.0, 9855.0, 9826.0, 9866.0, 9839.0, 9798.0, 9865.0, 9831.0, 9846.0, 9845.0, 9805.0, 9864.0, 9848.0, 9820.0, 9863.0, 9849.0, 9824.0, 9880.0, 9851.0, 9809.0, 9862.0, 9844.0, 9806.0, 9863.0, 9831.0, 9789.0, 9858.0, 9832.0, 9801.0, 9855.0, 9815.0, 9860.0, 9832.0, 9807.0, 9862.0, 9833.0, 9818.0, 9864.0, 9851.0, 9825.0, 9877.0, 9856.0, 9856.0, 9889.0, 9884.0, 9861.0, 9831.0, 9886.0, 9874.0, 9815.0, 9880.0, 9859.0, 9859.0, 9885.0, 9844.0, 9877.0, 9871.0, 9844.0, 9820.0, 9887.0, 9847.0, 9818.0, 9891.0, 9863.0, 9835.0, 9895.0, 9876.0, 9833.0, 9888.0, 9852.0, 9888.0, 9859.0, 9830.0, 9870.0, 9841.0, 9840.0, 9868.0, 9841.0, 9869.0, 9850.0, 9813.0, 9886.0, 9857.0, 9826.0, 9885.0, 9846.0, 9866.0, 9860.0, 9827.0, 9884.0, 9838.0, 9818.0, 9883.0, 9872.0, 9828.0, 9864.0, 9841.0, 9854.0, 9854.0, 9843.0, 9888.0, 9839.0, 9810.0, 9866.0, 9836.0, 9818.0, 9846.0, 9837.0, 9881.0, 9836.0, 9794.0, 9865.0, 9840.0, 9824.0, 9862.0, 9819.0, 9861.0, 9838.0, 9807.0, 9863.0, 9836.0, 9808.0, 9862.0, 9854.0, 9839.0, 9871.0, 9891.0, 9977.0, 9913.0, 9809.0, 9811.0, 9835.0, 9785.0, 9877.0, 9849.0, 9813.0, 9784.0, 9856.0, 9833.0, 9815.0, 9885.0, 9872.0, 9831.0, 9869.0, 9843.0, 9869.0, 9857.0, 9854.0, 9847.0, 9808.0, 9859.0, 9853.0, 9867.0, 9851.0, 9810.0, 9865.0, 9852.0, 9837.0, 9847.0, 9827.0, 9872.0, 9841.0, 9813.0, 9881.0, 9859.0, 9825.0, 9867.0, 9840.0, 9874.0, 9890.0, 9865.0, 9893.0, 9874.0, 9862.0, 9820.0, 9871.0, 9856.0, 9874.0, 9856.0, 9827.0, 9883.0, 9835.0, 9851.0, 9835.0, 9809.0, 9865.0, 9819.0, 9847.0, 9834.0, 9812.0, 9875.0, 9857.0, 9798.0, 9864.0, 9838.0, 9883.0, 9873.0, 9832.0, 9885.0, 9859.0, 9843.0, 9887.0, 9840.0, 9886.0, 9842.0, 9839.0, 9855.0, 9826.0, 9872.0, 9839.0, 9867.0, 9852.0, 9810.0, 9882.0, 9858.0, 9813.0, 9866.0, 9827.0, 9871.0, 9857.0, 9824.0, 9886.0, 9842.0, 9868.0, 9841.0, 9801.0, 9851.0, 9819.0, 9865.0, 9845.0, 9822.0, 10005.0, 9861.0, 9825.0, 9807.0, 9798.0, 9825.0, 9829.0, 9791.0, 9861.0, 9867.0, 9855.0, 9824.0, 9828.0, 9867.0, 9856.0, 9849.0, 9889.0, 9859.0, 9873.0, 9872.0, 9832.0, 9891.0, 9862.0, 9858.0, 9853.0, 9813.0, 9869.0, 9855.0, 9821.0, 9850.0, 9826.0, 9882.0, 9858.0, 9828.0, 9888.0, 9861.0, 9831.0, 9887.0, 9862.0, 9889.0, 9871.0, 9832.0, 9906.0, 9878.0, 9849.0, 9892.0, 9859.0, 9821.0, 9890.0, 9877.0, 9847.0, 9872.0, 9845.0, 9888.0, 9873.0, 9828.0, 9873.0, 9838.0, 9809.0, 9867.0, 9852.0, 9825.0, 9862.0, 9825.0, 9882.0, 9855.0, 9827.0, 9869.0, 9837.0, 9812.0, 9881.0, 9854.0, 9810.0, 9864.0, 9826.0, 9878.0, 9853.0, 9829.0, 9867.0, 9851.0, 9857.0, 9881.0, 9838.0, 9883.0, 9841.0, 9819.0, 9887.0, 9878.0, 9834.0, 9871.0, 9846.0, 9873.0, 9874.0, 9836.0, 9889.0, 9859.0, 9834.0, 9893.0, 9879.0, 9836.0, 9873.0, 9860.0, 9864.0, 9875.0, 9855.0, 9818.0, 9893.0, 9876.0, 9848.0, 9835.0, 9873.0, 9860.0, 9841.0, 9873.0, 9844.0, 9869.0, 9839.0, 9810.0, 9867.0, 9835.0, 9831.0, 9834.0, 9809.0, 9883.0, 9853.0, 9796.0, 9861.0, 9840.0, 9871.0, 9867.0, 9842.0, 9872.0, 9868.0, 9843.0, 9887.0, 9856.0, 9816.0, 9886.0, 9874.0, 9814.0, 9868.0, 9841.0, 9852.0, 9867.0, 9829.0, 9869.0, 9850.0, 9813.0, 9883.0, 9856.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.0047644919168591225</td></tr>
<tr><td colspan=3>aqi</td><td>0.04457433464203234</td></tr>
<tr><td colspan=3>dummy_trs</td><td>6</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.57491346582658</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1714222742196534</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9882564760693642</td></tr>
<tr><td colspan=3>efc</td><td>0.5123</td></tr>
<tr><td colspan=3>fber</td><td>4643.9893</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12507688195109792</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>80</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>9.237875288683602</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.2919164605438196</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.125220040239897</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.554270120919637</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1962592204719256</td></tr>
<tr><td colspan=3>gcor</td><td>0.0045326</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02294158935546875</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04148538038134575</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>866</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.491219168311381</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>20.814</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>52.3353</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>212.1817</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>55.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>289604.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>981.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>387.8262</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.3404</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>516.6852</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3641.445</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3761.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>86940.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1708.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4691.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>837.407</td></tr>
<tr><td colspan=3>tsnr</td><td>32.524534295662306</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>