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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-04_subject-0021_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-0021/figures/sub-0021_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0021/figures/sub-0021_ses-04_task-social_acq-mb8_run-03_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-0021/figures/sub-0021_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0021/figures/sub-0021_ses-04_task-social_acq-mb8_run-03_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-0021/ses-04/func/sub-0021_ses-04_task-social_acq-mb8_run-03_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>c0d88d016952973cb54810a855d4d42f</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>17:47:43.325000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999952, -0.000748617, 0.0097863, 0.00261787, 0.981308, -0.192424]</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-03_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.0942942</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-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4156, -7746, -7246, 498, 1, -125, -149, 56]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>241.249</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>efe46e21-18a6-41bb-a8e0-14093b4beaf6||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.68279767036438, 0.007023553363978863, 0.0255401860922575, 111.82290649414062], [0.0020084844436496496, 2.6327786445617676, -0.5195890069007874, -83.42504119873047], [0.026255933567881584, 0.5162596106529236, 2.6494102478027344, -85.66094970703125], [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': ['174743.325000', '174743.785000', '174744.245000', '174744.705000', '174745.165000', '174745.625000', '174746.085000', '174746.545000', '174747.005000', '174747.465000', '174747.925000', '174748.385000', '174748.845000', '174749.305000', '174749.765000', '174750.225000', '174750.685000', '174751.145000', '174751.605000', '174752.065000', '174752.525000', '174752.985000', '174753.445000', '174753.905000', '174754.365000', '174754.825000', '174755.285000', '174755.745000', '174756.205000', '174756.665000', '174757.125000', '174757.585000', '174758.045000', '174758.505000', '174758.965000', '174759.425000', '174759.885000', '174800.345000', '174800.805000', '174801.265000', '174801.725000', '174802.185000', '174802.645000', '174803.105000', '174803.565000', '174804.025000', '174804.485000', '174804.945000', '174805.405000', '174805.865000', '174806.325000', '174806.785000', '174807.245000', '174807.705000', '174808.165000', '174808.625000', '174809.085000', '174809.545000', '174810.005000', '174810.465000', '174810.925000', '174811.385000', '174811.845000', '174812.305000', '174812.765000', '174813.225000', '174813.685000', '174814.145000', '174814.605000', '174815.065000', '174815.525000', '174815.985000', '174816.445000', '174816.905000', '174817.365000', '174817.825000', '174818.285000', '174818.745000', '174819.205000', '174819.665000', '174820.125000', '174820.585000', '174821.045000', '174821.505000', '174821.965000', '174822.425000', '174822.885000', '174823.345000', '174823.805000', '174824.265000', '174824.725000', '174825.185000', '174825.645000', '174826.105000', '174826.565000', '174827.025000', '174827.485000', '174827.945000', '174828.405000', '174828.865000', '174829.325000', '174829.785000', '174830.245000', '174830.705000', '174831.165000', '174831.625000', '174832.085000', '174832.545000', '174833.005000', '174833.465000', '174833.925000', '174834.385000', '174834.845000', '174835.305000', '174835.765000', '174836.225000', '174836.685000', '174837.145000', '174837.605000', '174838.065000', '174838.525000', '174838.985000', '174839.445000', '174839.905000', '174840.365000', '174840.825000', '174841.285000', '174841.745000', '174842.205000', '174842.665000', '174843.125000', '174843.585000', '174844.045000', '174844.505000', '174844.965000', '174845.425000', '174845.885000', '174846.345000', '174846.805000', '174847.265000', '174847.725000', '174848.185000', '174848.645000', '174849.105000', '174849.565000', '174850.025000', '174850.485000', '174850.945000', '174851.405000', '174851.865000', '174852.325000', '174852.785000', '174853.245000', '174853.705000', '174854.165000', '174854.625000', '174855.085000', '174855.545000', '174856.005000', '174856.465000', '174856.925000', '174857.385000', '174857.845000', '174858.305000', '174858.765000', '174859.225000', '174859.685000', '174900.145000', '174900.605000', '174901.065000', '174901.525000', '174901.985000', '174902.445000', '174902.905000', '174903.365000', '174903.825000', '174904.285000', '174904.745000', '174905.205000', '174905.665000', '174906.125000', '174906.585000', '174907.045000', '174907.505000', '174907.965000', '174908.425000', '174908.885000', '174909.345000', '174909.805000', '174910.265000', '174910.725000', '174911.185000', '174911.645000', '174912.105000', '174912.565000', '174913.025000', '174913.485000', '174913.945000', '174914.405000', '174914.865000', '174915.325000', '174915.785000', '174916.245000', '174916.705000', '174917.165000', '174917.625000', '174918.085000', '174918.545000', '174919.005000', '174919.465000', '174919.925000', '174920.385000', '174920.845000', '174921.305000', '174921.765000', '174922.225000', '174922.685000', '174923.145000', '174923.605000', '174924.065000', '174924.525000', '174924.985000', '174925.445000', '174925.905000', '174926.365000', '174926.825000', '174927.285000', '174927.745000', '174928.205000', '174928.665000', '174929.125000', '174929.585000', '174930.045000', '174930.505000', '174930.965000', '174931.425000', '174931.885000', '174932.345000', '174932.805000', '174933.265000', '174933.725000', '174934.185000', '174934.645000', '174935.105000', '174935.565000', '174936.025000', '174936.485000', '174936.945000', '174937.405000', '174937.865000', '174938.325000', '174938.785000', '174939.245000', '174939.705000', '174940.165000', '174940.625000', '174941.085000', '174941.545000', '174942.005000', '174942.465000', '174942.925000', '174943.385000', '174943.845000', '174944.305000', '174944.765000', '174945.225000', '174945.685000', '174946.145000', '174946.605000', '174947.065000', '174947.525000', '174947.985000', '174948.445000', '174948.905000', '174949.365000', '174949.825000', '174950.285000', '174950.745000', '174951.205000', '174951.665000', '174952.125000', '174952.585000', '174953.045000', '174953.505000', '174953.965000', '174954.425000', '174954.885000', '174955.345000', '174955.805000', '174956.265000', '174956.725000', '174957.185000', '174957.645000', '174958.105000', '174958.565000', '174959.025000', '174959.485000', '174959.945000', '175000.405000', '175000.865000', '175001.325000', '175001.785000', '175002.245000', '175002.705000', '175003.165000', '175003.625000', '175004.085000', '175004.545000', '175005.005000', '175005.465000', '175005.925000', '175006.385000', '175006.845000', '175007.305000', '175007.765000', '175008.225000', '175008.685000', '175009.145000', '175009.605000', '175010.065000', '175010.525000', '175010.985000', '175011.445000', '175011.905000', '175012.365000', '175012.825000', '175013.285000', '175013.745000', '175014.205000', '175014.665000', '175015.125000', '175015.585000', '175016.045000', '175016.505000', '175016.965000', '175017.425000', '175017.885000', '175018.345000', '175018.805000', '175019.265000', '175019.725000', '175020.185000', '175020.645000', '175021.105000', '175021.565000', '175022.025000', '175022.485000', '175022.945000', '175023.405000', '175023.865000', '175024.325000', '175024.785000', '175025.245000', '175025.705000', '175026.165000', '175026.625000', '175027.085000', '175027.545000', '175028.005000', '175028.465000', '175028.925000', '175029.385000', '175029.845000', '175030.305000', '175030.765000', '175031.225000', '175031.685000', '175032.145000', '175032.605000', '175033.065000', '175033.525000', '175033.985000', '175034.445000', '175034.905000', '175035.365000', '175035.825000', '175036.285000', '175036.745000', '175037.205000', '175037.665000', '175038.125000', '175038.585000', '175039.045000', '175039.505000', '175039.965000', '175040.425000', '175040.885000', '175041.345000', '175041.805000', '175042.265000', '175042.725000', '175043.185000', '175043.645000', '175044.105000', '175044.565000', '175045.025000', '175045.485000', '175045.945000', '175046.405000', '175046.865000', '175047.325000', '175047.785000', '175048.245000', '175048.705000', '175049.165000', '175049.625000', '175050.085000', '175050.545000', '175051.005000', '175051.465000', '175051.925000', '175052.385000', '175052.845000', '175053.305000', '175053.765000', '175054.225000', '175054.685000', '175055.145000', '175055.605000', '175056.065000', '175056.525000', '175056.985000', '175057.445000', '175057.905000', '175058.365000', '175058.825000', '175059.285000', '175059.745000', '175100.205000', '175100.665000', '175101.125000', '175101.585000', '175102.045000', '175102.505000', '175102.965000', '175103.425000', '175103.885000', '175104.345000', '175104.805000', '175105.265000', '175105.725000', '175106.185000', '175106.645000', '175107.105000', '175107.565000', '175108.025000', '175108.485000', '175108.945000', '175109.405000', '175109.865000', '175110.325000', '175110.785000', '175111.245000', '175111.705000', '175112.165000', '175112.625000', '175113.085000', '175113.545000', '175114.005000', '175114.465000', '175114.925000', '175115.385000', '175115.845000', '175116.305000', '175116.765000', '175117.225000', '175117.685000', '175118.145000', '175118.605000', '175119.065000', '175119.525000', '175119.985000', '175120.445000', '175120.905000', '175121.365000', '175121.825000', '175122.285000', '175122.745000', '175123.205000', '175123.665000', '175124.125000', '175124.585000', '175125.045000', '175125.505000', '175125.965000', '175126.425000', '175126.885000', '175127.345000', '175127.805000', '175128.265000', '175128.725000', '175129.185000', '175129.645000', '175130.105000', '175130.565000', '175131.025000', '175131.485000', '175131.945000', '175132.405000', '175132.865000', '175133.325000', '175133.785000', '175134.245000', '175134.705000', '175135.165000', '175135.625000', '175136.085000', '175136.545000', '175137.005000', '175137.465000', '175137.925000', '175138.385000', '175138.845000', '175139.305000', '175139.765000', '175140.225000', '175140.685000', '175141.145000', '175141.605000', '175142.065000', '175142.525000', '175142.985000', '175143.445000', '175143.905000', '175144.365000', '175144.825000', '175145.285000', '175145.745000', '175146.205000', '175146.665000', '175147.125000', '175147.585000', '175148.045000', '175148.505000', '175148.965000', '175149.425000', '175149.885000', '175150.345000', '175150.805000', '175151.265000', '175151.725000', '175152.185000', '175152.645000', '175153.105000', '175153.565000', '175154.025000', '175154.485000', '175154.945000', '175155.405000', '175155.865000', '175156.325000', '175156.785000', '175157.245000', '175157.705000', '175158.165000', '175158.625000', '175159.085000', '175159.545000', '175200.005000', '175200.465000', '175200.925000', '175201.385000', '175201.845000', '175202.305000', '175202.765000', '175203.225000', '175203.685000', '175204.145000', '175204.605000', '175205.065000', '175205.525000', '175205.985000', '175206.445000', '175206.905000', '175207.365000', '175207.825000', '175208.285000', '175208.745000', '175209.205000', '175209.665000', '175210.125000', '175210.585000', '175211.045000', '175211.505000', '175211.965000', '175212.425000', '175212.885000', '175213.345000', '175213.805000', '175214.265000', '175214.725000', '175215.185000', '175215.645000', '175216.105000', '175216.565000', '175217.025000', '175217.485000', '175217.945000', '175218.405000', '175218.865000', '175219.325000', '175219.785000', '175220.245000', '175220.705000', '175221.165000', '175221.625000', '175222.085000', '175222.545000', '175223.005000', '175223.465000', '175223.925000', '175224.385000', '175224.845000', '175225.305000', '175225.765000', '175226.225000', '175226.685000', '175227.145000', '175227.605000', '175228.065000', '175228.525000', '175228.985000', '175229.445000', '175229.905000', '175230.365000', '175230.825000', '175231.285000', '175231.745000', '175232.205000', '175232.665000', '175233.125000', '175233.585000', '175234.045000', '175234.505000', '175234.965000', '175235.425000', '175235.885000', '175236.345000', '175236.805000', '175237.265000', '175237.725000', '175238.185000', '175238.645000', '175239.105000', '175239.565000', '175240.025000', '175240.485000', '175240.945000', '175241.405000', '175241.865000', '175242.325000', '175242.785000', '175243.245000', '175243.705000', '175244.165000', '175244.625000', '175245.085000', '175245.545000', '175246.005000', '175246.465000', '175246.925000', '175247.385000', '175247.845000', '175248.305000', '175248.765000', '175249.225000', '175249.685000', '175250.145000', '175250.605000', '175251.065000', '175251.525000', '175251.985000', '175252.445000', '175252.905000', '175253.365000', '175253.825000', '175254.285000', '175254.745000', '175255.205000', '175255.665000', '175256.125000', '175256.585000', '175257.045000', '175257.505000', '175257.965000', '175258.425000', '175258.885000', '175259.345000', '175259.805000', '175300.265000', '175300.725000', '175301.185000', '175301.645000', '175302.105000', '175302.565000', '175303.025000', '175303.485000', '175303.945000', '175304.405000', '175304.865000', '175305.325000', '175305.785000', '175306.245000', '175306.705000', '175307.165000', '175307.625000', '175308.085000', '175308.545000', '175309.005000', '175309.465000', '175309.925000', '175310.385000', '175310.845000', '175311.305000', '175311.765000', '175312.225000', '175312.685000', '175313.145000', '175313.605000', '175314.065000', '175314.525000', '175314.985000', '175315.445000', '175315.905000', '175316.365000', '175316.825000', '175317.285000', '175317.745000', '175318.205000', '175318.665000', '175319.125000', '175319.585000', '175320.045000', '175320.505000', '175320.965000', '175321.425000', '175321.885000', '175322.345000', '175322.805000', '175323.265000', '175323.725000', '175324.185000', '175324.645000', '175325.105000', '175325.565000', '175326.025000', '175326.485000', '175326.945000', '175327.405000', '175327.865000', '175328.325000', '175328.785000', '175329.245000', '175329.705000', '175330.165000', '175330.625000', '175331.085000', '175331.545000', '175332.005000', '175332.465000', '175332.925000', '175333.385000', '175333.845000', '175334.305000', '175334.765000', '175335.225000', '175335.685000', '175336.145000', '175336.605000', '175337.065000', '175337.525000', '175337.985000', '175338.445000', '175338.905000', '175339.365000', '175339.825000', '175340.285000', '175340.745000', '175341.205000', '175341.665000', '175342.125000', '175342.585000', '175343.045000', '175343.505000', '175343.965000', '175344.425000', '175344.885000', '175345.345000', '175345.805000', '175346.265000', '175346.725000', '175347.185000', '175347.645000', '175348.105000', '175348.565000', '175349.025000', '175349.485000', '175349.945000', '175350.405000', '175350.865000', '175351.325000', '175351.785000', '175352.245000', '175352.705000', '175353.165000', '175353.625000', '175354.085000', '175354.545000', '175355.005000', '175355.465000', '175355.925000', '175356.385000', '175356.845000', '175357.305000', '175357.765000', '175358.225000', '175358.685000', '175359.145000', '175359.605000', '175400.065000', '175400.525000', '175400.985000', '175401.445000', '175401.905000', '175402.365000', '175402.825000', '175403.285000', '175403.745000', '175404.205000', '175404.665000', '175405.125000', '175405.585000', '175406.045000', '175406.505000', '175406.965000', '175407.425000', '175407.885000', '175408.345000', '175408.805000', '175409.265000', '175409.725000', '175410.185000', '175410.645000', '175411.105000', '175411.565000', '175412.025000', '175412.485000', '175412.945000', '175413.405000', '175413.865000', '175414.325000', '175414.785000', '175415.245000', '175415.705000', '175416.165000', '175416.625000', '175417.085000', '175417.545000', '175418.005000', '175418.465000', '175418.925000', '175419.385000', '175419.845000', '175420.305000', '175420.765000', '175421.225000', '175421.685000', '175422.145000', '175422.605000', '175423.065000', '175423.525000', '175423.985000'], 'ContentTime': ['174800.402000', '174800.405000', '174800.408000', '174800.411000', '174800.414000', '174800.416000', '174800.419000', '174800.422000', '174800.431000', '174800.434000', '174800.436000', '174800.439000', '174800.442000', '174800.445000', '174800.448000', '174800.450000', '174800.453000', '174800.456000', '174800.459000', '174800.462000', '174800.464000', '174800.467000', '174800.470000', '174800.473000', '174800.476000', '174800.478000', '174800.481000', '174800.498000', '174800.507000', '174800.510000', '174800.513000', '174800.515000', '174800.518000', '174800.521000', '174800.524000', '174820.368000', '174820.371000', '174820.374000', '174820.376000', '174820.379000', '174820.388000', '174820.391000', '174820.394000', '174820.397000', '174820.400000', '174820.402000', '174820.405000', '174820.408000', '174820.411000', '174820.414000', '174820.416000', '174820.419000', '174820.424000', '174820.428000', '174820.431000', '174820.434000', '174820.437000', '174820.439000', '174820.442000', '174820.445000', '174820.448000', '174820.451000', '174820.453000', '174820.456000', '174820.459000', '174820.462000', '174820.464000', '174820.467000', '174820.470000', '174820.473000', '174820.476000', '174820.479000', '174820.481000', '174820.484000', '174820.487000', '174820.490000', '174820.492000', '174820.495000', '174840.368000', '174840.371000', '174840.374000', '174840.376000', '174840.379000', '174840.382000', '174840.385000', '174840.388000', '174840.391000', '174840.393000', '174840.396000', '174840.399000', '174840.402000', '174840.404000', '174840.407000', '174840.410000', '174840.413000', '174840.416000', '174840.418000', '174840.421000', '174840.424000', '174840.432000', '174840.435000', '174840.438000', '174840.441000', '174840.444000', '174840.447000', '174840.450000', '174840.452000', '174840.455000', '174840.458000', '174840.461000', '174840.464000', '174840.466000', '174840.469000', '174840.472000', '174840.475000', '174840.478000', '174840.481000', '174840.483000', '174840.486000', '174840.489000', '174840.492000', '174840.494000', '174900.368000', '174900.371000', '174900.374000', '174900.377000', '174900.379000', '174900.382000', '174900.385000', '174900.388000', '174900.391000', '174900.394000', '174900.396000', '174900.399000', '174900.402000', '174900.405000', '174900.408000', '174900.410000', '174900.413000', '174900.416000', '174900.419000', '174900.422000', '174900.425000', '174900.428000', '174900.431000', '174900.433000', '174900.436000', '174900.439000', '174900.442000', '174900.445000', '174900.447000', '174900.450000', '174900.453000', '174900.456000', '174900.459000', '174900.461000', '174900.464000', '174900.467000', '174900.471000', '174900.474000', '174900.477000', '174900.480000', '174900.482000', '174900.485000', '174900.488000', '174920.368000', '174920.371000', '174920.374000', '174920.376000', '174920.379000', '174920.382000', '174920.385000', '174920.388000', '174920.390000', '174920.393000', '174920.396000', '174920.399000', '174920.402000', '174920.404000', '174920.407000', '174920.410000', '174920.413000', '174920.416000', '174920.418000', '174920.421000', '174920.424000', '174920.427000', '174920.430000', '174920.432000', '174920.435000', '174920.438000', '174920.441000', '174920.444000', '174920.447000', '174920.449000', '174920.452000', '174920.455000', '174920.458000', '174920.461000', '174920.463000', '174920.466000', '174920.469000', '174920.472000', '174920.475000', '174920.477000', '174920.480000', '174920.483000', '174920.486000', '174920.488000', '174940.368000', '174940.371000', '174940.374000', '174940.376000', '174940.379000', '174940.382000', '174940.386000', '174940.389000', '174940.392000', '174940.395000', '174940.397000', '174940.400000', '174940.403000', '174940.406000', '174940.409000', '174940.412000', '174940.414000', '174940.417000', '174940.420000', '174940.423000', '174940.426000', '174940.429000', '174940.431000', '174940.434000', '174940.437000', '174940.440000', '174940.443000', '174940.446000', '174940.449000', '174940.452000', '174940.455000', '174940.476000', '174940.479000', '174940.481000', '174940.484000', '174940.487000', '174940.490000', '174940.493000', '174940.495000', '174940.498000', '174940.501000', '174940.504000', '174940.507000', '175000.369000', '175000.372000', '175000.375000', '175000.378000', '175000.381000', '175000.383000', '175000.386000', '175000.389000', '175000.392000', '175000.395000', '175000.397000', '175000.400000', '175000.403000', '175000.406000', '175000.409000', '175000.411000', '175000.414000', '175000.417000', '175000.420000', '175000.423000', '175000.426000', '175000.428000', '175000.431000', '175000.434000', '175000.437000', '175000.440000', '175000.442000', '175000.445000', '175000.448000', '175000.451000', '175000.454000', '175000.457000', '175000.459000', '175000.462000', '175000.465000', '175000.468000', '175000.471000', '175000.473000', '175000.476000', '175000.479000', '175000.482000', '175000.485000', '175000.487000', '175000.490000', '175020.369000', '175020.372000', '175020.375000', '175020.378000', '175020.380000', '175020.383000', '175020.386000', '175020.389000', '175020.392000', '175020.394000', '175020.397000', '175020.400000', '175020.403000', '175020.406000', '175020.408000', '175020.411000', '175020.414000', '175020.422000', '175020.425000', '175020.427000', '175020.430000', '175020.433000', '175020.436000', '175020.439000', '175020.441000', '175020.444000', '175020.447000', '175020.450000', '175020.453000', '175020.456000', '175020.459000', '175020.461000', '175020.464000', '175020.467000', '175020.470000', '175020.473000', '175020.479000', '175020.482000', '175020.485000', '175020.487000', '175020.490000', '175020.493000', '175020.496000', '175040.368000', '175040.371000', '175040.374000', '175040.377000', '175040.379000', '175040.382000', '175040.385000', '175040.388000', '175040.391000', '175040.393000', '175040.396000', '175040.399000', '175040.402000', '175040.405000', '175040.408000', '175040.411000', '175040.413000', '175040.416000', '175040.419000', '175040.422000', '175040.425000', '175040.428000', '175040.430000', '175040.433000', '175040.436000', '175040.439000', '175040.442000', '175040.445000', '175040.447000', '175040.450000', '175040.453000', '175040.456000', '175040.459000', '175040.462000', '175040.464000', '175040.467000', '175040.470000', '175040.473000', '175040.476000', '175040.478000', '175040.481000', '175040.484000', '175040.487000', '175040.490000', '175100.368000', '175100.371000', '175100.374000', '175100.377000', '175100.379000', '175100.382000', '175100.385000', '175100.388000', '175100.391000', '175100.394000', '175100.396000', '175100.399000', '175100.402000', '175100.405000', '175100.408000', '175100.410000', '175100.413000', '175100.416000', '175100.419000', '175100.422000', '175100.426000', '175100.429000', '175100.431000', '175100.434000', '175100.437000', '175100.440000', '175100.443000', '175100.446000', '175100.448000', '175100.451000', '175100.454000', '175100.457000', '175100.460000', '175100.463000', '175100.465000', '175100.468000', '175100.471000', '175100.474000', '175100.477000', '175100.480000', '175100.483000', '175100.485000', '175100.488000', '175120.368000', '175120.371000', '175120.374000', '175120.377000', '175120.379000', '175120.382000', '175120.385000', '175120.388000', '175120.392000', '175120.395000', '175120.398000', '175120.400000', '175120.403000', '175120.406000', '175120.409000', '175120.412000', '175120.414000', '175120.417000', '175120.420000', '175120.423000', '175120.426000', '175120.428000', '175120.431000', '175120.434000', '175120.437000', '175120.440000', '175120.443000', '175120.461000', '175120.464000', '175120.467000', '175120.469000', '175120.472000', '175120.475000', '175120.478000', '175120.481000', '175120.483000', '175120.486000', '175120.489000', '175120.492000', '175120.495000', '175120.497000', '175120.500000', '175120.503000', '175120.506000', '175140.368000', '175140.371000', '175140.374000', '175140.377000', '175140.379000', '175140.382000', '175140.385000', '175140.388000', '175140.391000', '175140.393000', '175140.396000', '175140.399000', '175140.402000', '175140.405000', '175140.408000', '175140.410000', '175140.413000', '175140.416000', '175140.419000', '175140.422000', '175140.424000', '175140.427000', '175140.430000', '175140.433000', '175140.436000', '175140.439000', '175140.442000', '175140.444000', '175140.447000', '175140.450000', '175140.453000', '175140.456000', '175140.458000', '175140.461000', '175140.464000', '175140.467000', '175140.470000', '175140.472000', '175140.475000', '175140.478000', '175140.481000', '175140.484000', '175140.487000', '175200.368000', '175200.371000', '175200.374000', '175200.377000', '175200.379000', '175200.382000', '175200.385000', '175200.388000', '175200.391000', '175200.393000', '175200.396000', '175200.399000', '175200.402000', '175200.405000', '175200.407000', '175200.410000', '175200.413000', '175200.416000', '175200.419000', '175200.421000', '175200.424000', '175200.427000', '175200.430000', '175200.433000', '175200.436000', '175200.438000', '175200.441000', '175200.444000', '175200.447000', '175200.450000', '175200.453000', '175200.455000', '175200.458000', '175200.461000', '175200.464000', '175200.467000', '175200.469000', '175200.472000', '175200.475000', '175200.478000', '175200.481000', '175200.484000', '175200.486000', '175200.489000', '175220.369000', '175220.372000', '175220.375000', '175220.378000', '175220.381000', '175220.383000', '175220.386000', '175220.389000', '175220.392000', '175220.395000', '175220.398000', '175220.400000', '175220.403000', '175220.406000', '175220.409000', '175220.412000', '175220.415000', '175220.417000', '175220.420000', '175220.423000', '175220.426000', '175220.429000', '175220.431000', '175220.434000', '175220.437000', '175220.440000', '175220.443000', '175220.445000', '175220.448000', '175220.451000', '175220.454000', '175220.457000', '175220.459000', '175220.463000', '175220.467000', '175220.469000', '175220.472000', '175220.475000', '175220.478000', '175220.481000', '175220.484000', '175220.486000', '175220.489000', '175240.369000', '175240.372000', '175240.375000', '175240.377000', '175240.380000', '175240.383000', '175240.386000', '175240.389000', '175240.392000', '175240.395000', '175240.398000', '175240.400000', '175240.403000', '175240.406000', '175240.409000', '175240.412000', '175240.414000', '175240.417000', '175240.420000', '175240.423000', '175240.426000', '175240.429000', '175240.432000', '175240.435000', '175240.437000', '175240.440000', '175240.443000', '175240.446000', '175240.449000', '175240.452000', '175240.455000', '175240.458000', '175240.461000', '175240.463000', '175240.466000', '175240.469000', '175240.472000', '175240.475000', '175240.478000', '175240.480000', '175240.483000', '175240.486000', '175240.489000', '175240.492000', '175300.368000', '175300.371000', '175300.374000', '175300.377000', '175300.379000', '175300.382000', '175300.385000', '175300.388000', '175300.391000', '175300.394000', '175300.397000', '175300.399000', '175300.402000', '175300.405000', '175300.408000', '175300.411000', '175300.413000', '175300.416000', '175300.419000', '175300.422000', '175300.425000', '175300.428000', '175300.431000', '175300.433000', '175300.436000', '175300.439000', '175300.442000', '175300.445000', '175300.448000', '175300.450000', '175300.453000', '175300.456000', '175300.459000', '175300.462000', '175300.464000', '175300.467000', '175300.470000', '175300.473000', '175300.476000', '175300.478000', '175300.481000', '175300.484000', '175300.487000', '175320.368000', '175320.371000', '175320.374000', '175320.377000', '175320.379000', '175320.382000', '175320.385000', '175320.388000', '175320.391000', '175320.394000', '175320.396000', '175320.399000', '175320.402000', '175320.405000', '175320.408000', '175320.411000', '175320.413000', '175320.416000', '175320.419000', '175320.422000', '175320.425000', '175320.428000', '175320.430000', '175320.433000', '175320.436000', '175320.439000', '175320.442000', '175320.445000', '175320.447000', '175320.450000', '175320.453000', '175320.456000', '175320.459000', '175320.462000', '175320.464000', '175320.467000', '175320.470000', '175320.473000', '175320.476000', '175320.479000', '175320.481000', '175320.484000', '175320.487000', '175320.490000', '175340.368000', '175340.371000', '175340.374000', '175340.377000', '175340.379000', '175340.382000', '175340.385000', '175340.388000', '175340.391000', '175340.394000', '175340.398000', '175340.401000', '175340.404000', '175340.407000', '175340.410000', '175340.412000', '175340.415000', '175340.418000', '175340.421000', '175340.424000', '175340.427000', '175340.429000', '175340.432000', '175340.435000', '175340.438000', '175340.441000', '175340.444000', '175340.446000', '175340.449000', '175340.452000', '175340.455000', '175340.458000', '175340.460000', '175340.463000', '175340.466000', '175340.469000', '175340.472000', '175340.474000', '175340.477000', '175340.480000', '175340.483000', '175340.486000', '175340.489000', '175400.368000', '175400.371000', '175400.374000', '175400.377000', '175400.379000', '175400.382000', '175400.385000', '175400.388000', '175400.391000', '175400.394000', '175400.396000', '175400.399000', '175400.402000', '175400.405000', '175400.407000', '175400.410000', '175400.413000', '175400.416000', '175400.419000', '175400.421000', '175400.424000', '175400.427000', '175400.430000', '175400.433000', '175400.436000', '175400.439000', '175400.441000', '175400.444000', '175400.447000', '175400.450000', '175400.452000', '175400.455000', '175400.458000', '175400.461000', '175400.465000', '175400.468000', '175400.470000', '175400.473000', '175400.476000', '175400.479000', '175400.482000', '175400.484000', '175400.487000', '175400.490000', '175420.368000', '175420.371000', '175420.374000', '175420.377000', '175420.390000', '175420.393000', '175420.396000', '175420.399000', '175420.401000', '175420.404000', '175420.407000', '175420.410000', '175420.413000', '175420.415000', '175420.418000', '175420.421000', '175420.424000', '175420.427000', '175420.430000', '175420.433000', '175420.435000', '175420.438000', '175420.441000', '175420.444000', '175420.447000', '175420.450000', '175420.452000', '175420.455000', '175420.458000', '175420.461000', '175420.464000', '175420.467000', '175420.469000', '175420.472000', '175420.475000', '175420.478000', '175420.481000', '175420.484000', '175420.486000', '175420.489000', '175420.492000', '175420.495000', '175420.498000', '175425.229000', '175425.233000', '175425.236000', '175425.239000', '175425.243000', '175425.246000', '175425.249000', '175425.252000', '175425.256000', '175425.259000', '175425.263000'], 'InstanceCreationTime': ['174800.402000', '174800.405000', '174800.408000', '174800.411000', '174800.414000', '174800.416000', '174800.419000', '174800.422000', '174800.431000', '174800.434000', '174800.436000', '174800.439000', '174800.442000', '174800.445000', '174800.448000', '174800.450000', '174800.453000', '174800.456000', '174800.459000', '174800.462000', '174800.464000', '174800.467000', '174800.470000', '174800.473000', '174800.476000', '174800.478000', '174800.481000', '174800.498000', '174800.507000', '174800.510000', '174800.513000', '174800.515000', '174800.518000', '174800.521000', '174800.524000', '174820.368000', '174820.371000', '174820.374000', '174820.376000', '174820.379000', '174820.388000', '174820.391000', '174820.394000', '174820.397000', '174820.400000', '174820.402000', '174820.405000', '174820.408000', '174820.411000', '174820.414000', '174820.416000', '174820.419000', '174820.424000', '174820.428000', '174820.431000', '174820.434000', '174820.437000', '174820.439000', '174820.442000', '174820.445000', '174820.448000', '174820.451000', '174820.453000', '174820.456000', '174820.459000', '174820.462000', '174820.464000', '174820.467000', '174820.470000', '174820.473000', '174820.476000', '174820.479000', '174820.481000', '174820.484000', '174820.487000', '174820.490000', '174820.492000', '174820.495000', '174840.368000', '174840.371000', '174840.374000', '174840.376000', '174840.379000', '174840.382000', '174840.385000', '174840.388000', '174840.391000', '174840.393000', '174840.396000', '174840.399000', '174840.402000', '174840.404000', '174840.407000', '174840.410000', '174840.413000', '174840.416000', '174840.418000', '174840.421000', '174840.424000', '174840.432000', '174840.435000', '174840.438000', '174840.441000', '174840.444000', '174840.447000', '174840.450000', '174840.452000', '174840.455000', '174840.458000', '174840.461000', '174840.464000', '174840.466000', '174840.469000', '174840.472000', '174840.475000', '174840.478000', '174840.481000', '174840.483000', '174840.486000', '174840.489000', '174840.492000', '174840.494000', '174900.368000', '174900.371000', '174900.374000', '174900.377000', '174900.379000', '174900.382000', '174900.385000', '174900.388000', '174900.391000', '174900.394000', '174900.396000', '174900.399000', '174900.402000', '174900.405000', '174900.408000', '174900.410000', '174900.413000', '174900.416000', '174900.419000', '174900.422000', '174900.425000', '174900.428000', '174900.431000', '174900.433000', '174900.436000', '174900.439000', '174900.442000', '174900.445000', '174900.447000', '174900.450000', '174900.453000', '174900.456000', '174900.459000', '174900.461000', '174900.464000', '174900.467000', '174900.471000', '174900.474000', '174900.477000', '174900.480000', '174900.482000', '174900.485000', '174900.488000', '174920.368000', '174920.371000', '174920.374000', '174920.376000', '174920.379000', '174920.382000', '174920.385000', '174920.388000', '174920.390000', '174920.393000', '174920.396000', '174920.399000', '174920.402000', '174920.404000', '174920.407000', '174920.410000', '174920.413000', '174920.416000', '174920.418000', '174920.421000', '174920.424000', '174920.427000', '174920.430000', '174920.432000', '174920.435000', '174920.438000', '174920.441000', '174920.444000', '174920.447000', '174920.449000', '174920.452000', '174920.455000', '174920.458000', '174920.461000', '174920.463000', '174920.466000', '174920.469000', '174920.472000', '174920.475000', '174920.477000', '174920.480000', '174920.483000', '174920.486000', '174920.488000', '174940.368000', '174940.371000', '174940.374000', '174940.376000', '174940.379000', '174940.382000', '174940.386000', '174940.389000', '174940.392000', '174940.395000', '174940.397000', '174940.400000', '174940.403000', '174940.406000', '174940.409000', '174940.412000', '174940.414000', '174940.417000', '174940.420000', '174940.423000', '174940.426000', '174940.429000', '174940.431000', '174940.434000', '174940.437000', '174940.440000', '174940.443000', '174940.446000', '174940.449000', '174940.452000', '174940.455000', '174940.476000', '174940.479000', '174940.481000', '174940.484000', '174940.487000', '174940.490000', '174940.493000', '174940.495000', '174940.498000', '174940.501000', '174940.504000', '174940.507000', '175000.369000', '175000.372000', '175000.375000', '175000.378000', '175000.381000', '175000.383000', '175000.386000', '175000.389000', '175000.392000', '175000.395000', '175000.397000', '175000.400000', '175000.403000', '175000.406000', '175000.409000', '175000.411000', '175000.414000', '175000.417000', '175000.420000', '175000.423000', '175000.426000', '175000.428000', '175000.431000', '175000.434000', '175000.437000', '175000.440000', '175000.442000', '175000.445000', '175000.448000', '175000.451000', '175000.454000', '175000.457000', '175000.459000', '175000.462000', '175000.465000', '175000.468000', '175000.471000', '175000.473000', '175000.476000', '175000.479000', '175000.482000', '175000.485000', '175000.487000', '175000.490000', '175020.369000', '175020.372000', '175020.375000', '175020.378000', '175020.380000', '175020.383000', '175020.386000', '175020.389000', '175020.392000', '175020.394000', '175020.397000', '175020.400000', '175020.403000', '175020.406000', '175020.408000', '175020.411000', '175020.414000', '175020.422000', '175020.425000', '175020.427000', '175020.430000', '175020.433000', '175020.436000', '175020.439000', '175020.441000', '175020.444000', '175020.447000', '175020.450000', '175020.453000', '175020.456000', '175020.459000', '175020.461000', '175020.464000', '175020.467000', '175020.470000', '175020.473000', '175020.479000', '175020.482000', '175020.485000', '175020.487000', '175020.490000', '175020.493000', '175020.496000', '175040.368000', '175040.371000', '175040.374000', '175040.377000', '175040.379000', '175040.382000', '175040.385000', '175040.388000', '175040.391000', '175040.393000', '175040.396000', '175040.399000', '175040.402000', '175040.405000', '175040.408000', '175040.411000', '175040.413000', '175040.416000', '175040.419000', '175040.422000', '175040.425000', '175040.428000', '175040.430000', '175040.433000', '175040.436000', '175040.439000', '175040.442000', '175040.445000', '175040.447000', '175040.450000', '175040.453000', '175040.456000', '175040.459000', '175040.462000', '175040.464000', '175040.467000', '175040.470000', '175040.473000', '175040.476000', '175040.478000', '175040.481000', '175040.484000', '175040.487000', '175040.490000', '175100.368000', '175100.371000', '175100.374000', '175100.377000', '175100.379000', '175100.382000', '175100.385000', '175100.388000', '175100.391000', '175100.394000', '175100.396000', '175100.399000', '175100.402000', '175100.405000', '175100.408000', '175100.410000', '175100.413000', '175100.416000', '175100.419000', '175100.422000', '175100.426000', '175100.429000', '175100.431000', '175100.434000', '175100.437000', '175100.440000', '175100.443000', '175100.446000', '175100.448000', '175100.451000', '175100.454000', '175100.457000', '175100.460000', '175100.463000', '175100.465000', '175100.468000', '175100.471000', '175100.474000', '175100.477000', '175100.480000', '175100.483000', '175100.485000', '175100.488000', '175120.368000', '175120.371000', '175120.374000', '175120.377000', '175120.379000', '175120.382000', '175120.385000', '175120.388000', '175120.392000', '175120.395000', '175120.398000', '175120.400000', '175120.403000', '175120.406000', '175120.409000', '175120.412000', '175120.414000', '175120.417000', '175120.420000', '175120.423000', '175120.426000', '175120.428000', '175120.431000', '175120.434000', '175120.437000', '175120.440000', '175120.443000', '175120.461000', '175120.464000', '175120.467000', '175120.469000', '175120.472000', '175120.475000', '175120.478000', '175120.481000', '175120.483000', '175120.486000', '175120.489000', '175120.492000', '175120.495000', '175120.497000', '175120.500000', '175120.503000', '175120.506000', '175140.368000', '175140.371000', '175140.374000', '175140.377000', '175140.379000', '175140.382000', '175140.385000', '175140.388000', '175140.391000', '175140.393000', '175140.396000', '175140.399000', '175140.402000', '175140.405000', '175140.408000', '175140.410000', '175140.413000', '175140.416000', '175140.419000', '175140.422000', '175140.424000', '175140.427000', '175140.430000', '175140.433000', '175140.436000', '175140.439000', '175140.442000', '175140.444000', '175140.447000', '175140.450000', '175140.453000', '175140.456000', '175140.458000', '175140.461000', '175140.464000', '175140.467000', '175140.470000', '175140.472000', '175140.475000', '175140.478000', '175140.481000', '175140.484000', '175140.487000', '175200.368000', '175200.371000', '175200.374000', '175200.377000', '175200.379000', '175200.382000', '175200.385000', '175200.388000', '175200.391000', '175200.393000', '175200.396000', '175200.399000', '175200.402000', '175200.405000', '175200.407000', '175200.410000', '175200.413000', '175200.416000', '175200.419000', '175200.421000', '175200.424000', '175200.427000', '175200.430000', '175200.433000', '175200.436000', '175200.438000', '175200.441000', '175200.444000', '175200.447000', '175200.450000', '175200.453000', '175200.455000', '175200.458000', '175200.461000', '175200.464000', '175200.467000', '175200.469000', '175200.472000', '175200.475000', '175200.478000', '175200.481000', '175200.484000', '175200.486000', '175200.489000', '175220.369000', '175220.372000', '175220.375000', '175220.378000', '175220.381000', '175220.383000', '175220.386000', '175220.389000', '175220.392000', '175220.395000', '175220.398000', '175220.400000', '175220.403000', '175220.406000', '175220.409000', '175220.412000', '175220.415000', '175220.417000', '175220.420000', '175220.423000', '175220.426000', '175220.429000', '175220.431000', '175220.434000', '175220.437000', '175220.440000', '175220.443000', '175220.445000', '175220.448000', '175220.451000', '175220.454000', '175220.457000', '175220.459000', '175220.463000', '175220.467000', '175220.469000', '175220.472000', '175220.475000', '175220.478000', '175220.481000', '175220.484000', '175220.486000', '175220.489000', '175240.369000', '175240.372000', '175240.375000', '175240.377000', '175240.380000', '175240.383000', '175240.386000', '175240.389000', '175240.392000', '175240.395000', '175240.398000', '175240.400000', '175240.403000', '175240.406000', '175240.409000', '175240.412000', '175240.414000', '175240.417000', '175240.420000', '175240.423000', '175240.426000', '175240.429000', '175240.432000', '175240.435000', '175240.437000', '175240.440000', '175240.443000', '175240.446000', '175240.449000', '175240.452000', '175240.455000', '175240.458000', '175240.461000', '175240.463000', '175240.466000', '175240.469000', '175240.472000', '175240.475000', '175240.478000', '175240.480000', '175240.483000', '175240.486000', '175240.489000', '175240.492000', '175300.368000', '175300.371000', '175300.374000', '175300.377000', '175300.379000', '175300.382000', '175300.385000', '175300.388000', '175300.391000', '175300.394000', '175300.397000', '175300.399000', '175300.402000', '175300.405000', '175300.408000', '175300.411000', '175300.413000', '175300.416000', '175300.419000', '175300.422000', '175300.425000', '175300.428000', '175300.431000', '175300.433000', '175300.436000', '175300.439000', '175300.442000', '175300.445000', '175300.448000', '175300.450000', '175300.453000', '175300.456000', '175300.459000', '175300.462000', '175300.464000', '175300.467000', '175300.470000', '175300.473000', '175300.476000', '175300.478000', '175300.481000', '175300.484000', '175300.487000', '175320.368000', '175320.371000', '175320.374000', '175320.377000', '175320.379000', '175320.382000', '175320.385000', '175320.388000', '175320.391000', '175320.394000', '175320.396000', '175320.399000', '175320.402000', '175320.405000', '175320.408000', '175320.411000', '175320.413000', '175320.416000', '175320.419000', '175320.422000', '175320.425000', '175320.428000', '175320.430000', '175320.433000', '175320.436000', '175320.439000', '175320.442000', '175320.445000', '175320.447000', '175320.450000', '175320.453000', '175320.456000', '175320.459000', '175320.462000', '175320.464000', '175320.467000', '175320.470000', '175320.473000', '175320.476000', '175320.479000', '175320.481000', '175320.484000', '175320.487000', '175320.490000', '175340.368000', '175340.371000', '175340.374000', '175340.377000', '175340.379000', '175340.382000', '175340.385000', '175340.388000', '175340.391000', '175340.394000', '175340.398000', '175340.401000', '175340.404000', '175340.407000', '175340.410000', '175340.412000', '175340.415000', '175340.418000', '175340.421000', '175340.424000', '175340.427000', '175340.429000', '175340.432000', '175340.435000', '175340.438000', '175340.441000', '175340.444000', '175340.446000', '175340.449000', '175340.452000', '175340.455000', '175340.458000', '175340.460000', '175340.463000', '175340.466000', '175340.469000', '175340.472000', '175340.474000', '175340.477000', '175340.480000', '175340.483000', '175340.486000', '175340.489000', '175400.368000', '175400.371000', '175400.374000', '175400.377000', '175400.379000', '175400.382000', '175400.385000', '175400.388000', '175400.391000', '175400.394000', '175400.396000', '175400.399000', '175400.402000', '175400.405000', '175400.407000', '175400.410000', '175400.413000', '175400.416000', '175400.419000', '175400.421000', '175400.424000', '175400.427000', '175400.430000', '175400.433000', '175400.436000', '175400.439000', '175400.441000', '175400.444000', '175400.447000', '175400.450000', '175400.452000', '175400.455000', '175400.458000', '175400.461000', '175400.465000', '175400.468000', '175400.470000', '175400.473000', '175400.476000', '175400.479000', '175400.482000', '175400.484000', '175400.487000', '175400.490000', '175420.368000', '175420.371000', '175420.374000', '175420.377000', '175420.390000', '175420.393000', '175420.396000', '175420.399000', '175420.401000', '175420.404000', '175420.407000', '175420.410000', '175420.413000', '175420.415000', '175420.418000', '175420.421000', '175420.424000', '175420.427000', '175420.430000', '175420.433000', '175420.435000', '175420.438000', '175420.441000', '175420.444000', '175420.447000', '175420.450000', '175420.452000', '175420.455000', '175420.458000', '175420.461000', '175420.464000', '175420.467000', '175420.469000', '175420.472000', '175420.475000', '175420.478000', '175420.481000', '175420.484000', '175420.486000', '175420.489000', '175420.492000', '175420.495000', '175420.498000', '175425.229000', '175425.233000', '175425.236000', '175425.239000', '175425.243000', '175425.246000', '175425.249000', '175425.252000', '175425.256000', '175425.259000', '175425.263000'], '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': [10545, 14375, 9902, 14489, 9961, 10399, 12381, 10031, 14968, 9840, 11926, 10360, 11897, 9265, 10993, 12308, 10108, 14855, 9976, 13543, 9670, 11752, 9681, 10312, 9112, 10510, 13543, 9937, 12530, 9837, 11125, 9631, 10748, 9754, 10550, 12687, 10145, 14672, 10832, 12888, 10264, 13187, 10082, 12211, 9701, 10899, 13442, 10354, 15876, 9867, 13725, 9906, 12240, 9784, 11814, 9942, 10763, 11361, 10300, 14762, 10370, 14020, 9783, 13207, 10154, 11895, 10123, 10782, 10345, 10826, 14209, 9788, 13106, 10973, 12258, 10150, 11452, 9618, 11172, 9841, 10968, 11329, 10018, 14231, 10959, 12087, 10098, 11484, 9747, 11030, 9793, 10716, 13830, 9521, 12759, 10141, 11863, 9951, 11005, 10337, 11014, 10418, 10396, 13416, 10242, 14880, 11001, 15326, 11175, 13562, 9979, 9852, 11127, 11276, 12409, 14364, 11803, 17297, 12678, 15556, 11314, 14407, 10151, 16730, 11286, 14880, 16092, 11134, 17575, 10792, 14725, 10095, 11685, 9552, 11038, 15762, 11298, 13703, 11012, 10947, 10965, 10997, 13964, 9938, 11608, 10157, 11020, 13558, 11179, 13004, 10277, 11507, 9623, 10917, 15038, 11230, 12317, 9916, 11629, 10252, 10974, 11302, 10372, 13052, 10725, 12496, 10011, 11222, 10313, 10721, 10503, 9664, 10628, 10339, 10565, 10605, 11840, 10084, 11985, 10005, 12221, 9773, 12112, 10252, 11550, 10355, 12081, 10069, 11873, 10552, 12259, 10514, 11973, 10515, 12335, 12350, 11417, 13294, 10549, 17011, 12529, 15907, 11351, 16101, 11054, 15430, 11418, 15040, 10332, 16453, 10565, 13811, 16631, 11446, 16968, 10742, 13619, 9623, 12544, 9973, 10739, 13228, 10647, 15003, 10000, 13977, 10210, 12132, 9974, 10795, 15644, 10743, 13003, 10421, 12551, 10340, 10531, 9810, 10560, 14687, 10841, 12969, 9721, 12345, 10245, 11784, 9944, 10625, 12298, 10100, 14679, 10437, 13506, 10781, 12498, 9702, 11809, 9680, 11902, 9898, 11385, 10266, 9868, 10126, 10020, 10852, 9841, 13062, 10127, 12179, 10120, 12242, 9994, 11095, 10209, 10744, 10377, 9745, 13686, 9509, 12951, 9819, 12045, 9985, 12821, 9987, 11631, 10233, 11221, 15118, 12062, 14796, 10360, 13854, 9787, 13546, 11142, 11823, 17398, 12352, 15933, 9883, 12793, 9832, 11450, 11620, 10219, 15111, 10282, 13347, 10241, 12860, 10245, 12732, 9929, 11968, 9760, 10611, 12959, 10154, 14639, 10113, 13978, 11894, 13337, 11866, 11435, 12456, 12962, 10915, 14399, 12623, 15394, 10736, 14802, 11244, 13493, 9679, 13524, 9553, 13126, 9996, 11689, 9573, 11136, 10812, 11292, 9284, 13405, 17640, 11779, 13892, 9781, 12173, 9303, 11243, 9633, 9578, 14592, 9481, 12215, 9918, 12100, 9278, 10608, 11044, 9012, 13622, 10046, 11910, 8869, 11060, 9527, 9643, 11570, 8891, 13417, 9429, 12077, 9291, 11814, 9748, 11471, 11415, 9382, 12480, 10333, 12135, 9525, 13430, 9777, 12652, 9882, 13022, 9074, 11738, 9209, 12811, 9411, 12649, 10257, 11384, 11504, 10652, 12400, 10622, 14472, 10534, 13286, 10318, 13282, 10196, 13559, 9361, 13480, 11303, 12537, 12720, 9940, 14987, 11245, 13694, 10619, 12808, 9674, 12089, 9609, 12160, 11318, 9750, 14656, 9937, 12774, 10158, 12478, 9259, 11195, 9794, 9735, 14368, 10855, 13857, 9659, 13229, 9502, 13057, 9135, 12443, 9781, 12270, 9774, 12434, 9388, 9386, 10414, 12059, 9047, 12444, 8871, 12936, 9071, 12060, 11345, 11824, 10343, 10930, 12826, 10398, 16998, 11946, 14312, 10444, 13316, 9989, 13880, 9503, 12111, 13946, 10059, 16025, 9861, 12778, 10794, 12174, 8879, 11584, 8559, 11804, 9076, 12103, 8686, 11118, 8877, 10391, 12020, 10406, 13853, 9598, 14547, 9815, 12907, 9212, 11866, 8830, 9442, 12440, 9106, 13273, 9286, 11640, 8606, 10713, 8593, 9697, 11188, 8903, 12695, 9268, 11977, 10127, 11109, 9551, 8807, 10211, 8607, 12353, 9018, 11235, 10316, 14819, 10715, 16543, 10669, 17533, 11397, 15871, 11251, 14349, 9727, 15075, 10431, 15946, 11118, 15742, 11539, 10026, 11604, 9426, 12713, 9109, 11692, 9006, 13544, 8959, 12937, 9136, 11807, 10053, 9790, 15803, 10402, 14279, 9415, 12485, 8263, 10643, 10165, 9337, 15158, 9337, 12607, 8523, 11646, 8525, 10057, 10659, 8888, 13129, 9792, 9688, 10223, 9066, 11450, 8927, 8733, 13120, 8956, 13926, 9287, 13417, 9789, 13329, 9745, 14079, 14181, 14276, 16325, 13403, 16887, 11513, 18803, 11398, 15162, 10883, 14490, 10617, 11673, 13401, 10603, 18339, 10093, 13467, 9371, 12515, 8790, 10068, 8752, 8968, 12046, 8951, 12078, 8996, 11661, 8888, 13045, 8516, 12738, 8588, 12497, 7992, 10811, 9134, 10881, 10363, 10368, 14400, 10385, 18323, 10280, 15121, 8885, 11706, 10349, 10662, 17148, 10618, 12694, 9916, 15989, 9596, 14779, 9150, 13005, 9327, 12531, 9878, 10710, 11092, 10329, 14245, 10581, 16237, 9853, 14853, 9067, 14257, 9620, 11613, 10777, 10393, 14582, 9732, 14885, 9218, 13307, 8420, 10683, 9003, 11565, 10817, 10346, 11580, 10185, 12578, 10391, 14639, 9720, 13936, 9108, 12630, 8757, 12375, 8601, 13104, 8583, 12051, 8622, 11300, 10417, 10042, 16615, 9611, 15665, 9014, 12311, 8546, 11296, 10952, 10179, 17064, 10019, 14469, 9304, 12994, 8503, 11826, 10272, 10720, 16299, 10308, 14966, 8875, 13045, 9083, 11047, 10964, 10061, 15854, 9458, 13739, 9376, 11759, 8552, 11454, 10213, 10163, 13205, 9672, 12875, 8798, 11998, 8721, 11184, 9403, 12376, 9188, 11314, 8699, 11582, 9003, 10958, 8662, 11610, 9375, 13585, 9221, 13693, 10063, 13764, 16572, 11893, 19555, 12279, 18653, 11096, 17183, 9681, 15707, 11080, 12770, 14133, 10613, 19703, 11277, 16368, 9228, 12229, 11420, 10237, 18650, 10803, 13056, 9015, 11199, 9419, 10883, 10780, 9481, 16006, 9356, 11160, 8773, 8710, 9342, 8805, 16625, 10980, 18032, 11892, 14289, 10205, 12327, 11624, 10231, 14762, 9992, 16668, 10635, 17336, 10420, 13548, 10916, 17696, 10134, 9967, 9429, 9753, 10493, 13985, 10526, 17573, 10627, 14995, 10301, 13144, 8767, 12281, 8835, 11531, 9262, 11645, 9563, 13653, 9551, 14984, 9079, 13665, 8546, 12476, 8536, 11467, 9270, 10125, 12263, 8554, 9505, 10637, 10503, 10849, 10380, 11067, 10466, 10740, 9663, 9296, 10686, 10047, 12463, 10660, 15833, 10774, 12810, 10389, 10462, 13187, 10454, 15345, 10173, 16908, 10607, 15259, 10817], 'WindowCenter': [4629.0, 4629.0, 4571.0, 4587.0, 4541.0, 4540.0, 4548.0, 4526.0, 4568.0, 4523.0, 4534.0, 4525.0, 4535.0, 4504.0, 4524.0, 4531.0, 4525.0, 4565.0, 4526.0, 4541.0, 4513.0, 4533.0, 4512.0, 4523.0, 4515.0, 4536.0, 4553.0, 4524.0, 4543.0, 4539.0, 4537.0, 4525.0, 4536.0, 4538.0, 4547.0, 4556.0, 4535.0, 4566.0, 4540.0, 4560.0, 4550.0, 4553.0, 4525.0, 4543.0, 4525.0, 4534.0, 4543.0, 4527.0, 4566.0, 4526.0, 4543.0, 4511.0, 4535.0, 4513.0, 4533.0, 4516.0, 4525.0, 4533.0, 4523.0, 4555.0, 4526.0, 4555.0, 4528.0, 4555.0, 4538.0, 4544.0, 4525.0, 4535.0, 4521.0, 4525.0, 4554.0, 4526.0, 4546.0, 4539.0, 4548.0, 4537.0, 4549.0, 4528.0, 4548.0, 4538.0, 4547.0, 4552.0, 4540.0, 4568.0, 4550.0, 4558.0, 4538.0, 4550.0, 4541.0, 4551.0, 4539.0, 4553.0, 4570.0, 4544.0, 4573.0, 4552.0, 4562.0, 4539.0, 4564.0, 4551.0, 4559.0, 4549.0, 4552.0, 4579.0, 4563.0, 4581.0, 4563.0, 4579.0, 4562.0, 4570.0, 4539.0, 4534.0, 4549.0, 4546.0, 4561.0, 4567.0, 4560.0, 4576.0, 4558.0, 4565.0, 4539.0, 4557.0, 4526.0, 4569.0, 4521.0, 4559.0, 4552.0, 4514.0, 4550.0, 4512.0, 4526.0, 4498.0, 4506.0, 4483.0, 4506.0, 4526.0, 4504.0, 4516.0, 4494.0, 4494.0, 4494.0, 4496.0, 4522.0, 4481.0, 4506.0, 4493.0, 4508.0, 4514.0, 4506.0, 4515.0, 4493.0, 4518.0, 4499.0, 4507.0, 4537.0, 4520.0, 4519.0, 4509.0, 4518.0, 4508.0, 4517.0, 4520.0, 4523.0, 4540.0, 4533.0, 4540.0, 4525.0, 4532.0, 4526.0, 4547.0, 4549.0, 4529.0, 4535.0, 4535.0, 4532.0, 4547.0, 4559.0, 4552.0, 4546.0, 4541.0, 4559.0, 4550.0, 4571.0, 4552.0, 4559.0, 4551.0, 4571.0, 4549.0, 4577.0, 4561.0, 4571.0, 4561.0, 4575.0, 4563.0, 4578.0, 4572.0, 4565.0, 4576.0, 4550.0, 4601.0, 4574.0, 4592.0, 4561.0, 4593.0, 4562.0, 4583.0, 4550.0, 4569.0, 4524.0, 4569.0, 4523.0, 4554.0, 4564.0, 4534.0, 4562.0, 4521.0, 4531.0, 4510.0, 4530.0, 4501.0, 4512.0, 4527.0, 4509.0, 4550.0, 4510.0, 4538.0, 4495.0, 4518.0, 4496.0, 4506.0, 4536.0, 4509.0, 4519.0, 4502.0, 4518.0, 4498.0, 4506.0, 4493.0, 4509.0, 4537.0, 4508.0, 4526.0, 4501.0, 4518.0, 4508.0, 4518.0, 4510.0, 4508.0, 4518.0, 4522.0, 4555.0, 4523.0, 4541.0, 4521.0, 4530.0, 4512.0, 4531.0, 4527.0, 4534.0, 4522.0, 4535.0, 4525.0, 4526.0, 4535.0, 4537.0, 4535.0, 4539.0, 4556.0, 4550.0, 4560.0, 4538.0, 4556.0, 4539.0, 4550.0, 4540.0, 4561.0, 4540.0, 4542.0, 4569.0, 4542.0, 4558.0, 4552.0, 4562.0, 4540.0, 4563.0, 4537.0, 4550.0, 4540.0, 4561.0, 4578.0, 4558.0, 4565.0, 4526.0, 4557.0, 4522.0, 4557.0, 4533.0, 4546.0, 4577.0, 4544.0, 4551.0, 4514.0, 4530.0, 4523.0, 4533.0, 4522.0, 4511.0, 4549.0, 4525.0, 4559.0, 4536.0, 4555.0, 4527.0, 4544.0, 4524.0, 4530.0, 4523.0, 4532.0, 4553.0, 4522.0, 4567.0, 4540.0, 4571.0, 4562.0, 4572.0, 4547.0, 4550.0, 4558.0, 4569.0, 4546.0, 4564.0, 4548.0, 4554.0, 4520.0, 4554.0, 4534.0, 4544.0, 4525.0, 4540.0, 4498.0, 4524.0, 4499.0, 4518.0, 4510.0, 4519.0, 4506.0, 4505.0, 4499.0, 4540.0, 4559.0, 4514.0, 4524.0, 4509.0, 4517.0, 4486.0, 4505.0, 4495.0, 4494.0, 4538.0, 4508.0, 4520.0, 4497.0, 4515.0, 4497.0, 4509.0, 4518.0, 4498.0, 4538.0, 4508.0, 4516.0, 4501.0, 4520.0, 4500.0, 4513.0, 4529.0, 4503.0, 4543.0, 4511.0, 4541.0, 4527.0, 4532.0, 4512.0, 4551.0, 4546.0, 4528.0, 4558.0, 4524.0, 4542.0, 4525.0, 4567.0, 4540.0, 4555.0, 4525.0, 4557.0, 4530.0, 4546.0, 4524.0, 4569.0, 4528.0, 4569.0, 4537.0, 4560.0, 4557.0, 4551.0, 4557.0, 4550.0, 4580.0, 4549.0, 4569.0, 4537.0, 4571.0, 4534.0, 4558.0, 4526.0, 4554.0, 4536.0, 4549.0, 4551.0, 4523.0, 4566.0, 4533.0, 4555.0, 4535.0, 4542.0, 4524.0, 4544.0, 4522.0, 4544.0, 4530.0, 4512.0, 4552.0, 4523.0, 4555.0, 4524.0, 4542.0, 4512.0, 4527.0, 4520.0, 4516.0, 4551.0, 4532.0, 4554.0, 4511.0, 4555.0, 4513.0, 4543.0, 4509.0, 4545.0, 4537.0, 4545.0, 4522.0, 4550.0, 4528.0, 4527.0, 4520.0, 4540.0, 4497.0, 4542.0, 4511.0, 4545.0, 4514.0, 4544.0, 4537.0, 4542.0, 4521.0, 4532.0, 4542.0, 4536.0, 4573.0, 4543.0, 4550.0, 4523.0, 4540.0, 4511.0, 4540.0, 4508.0, 4528.0, 4536.0, 4510.0, 4548.0, 4507.0, 4523.0, 4515.0, 4527.0, 4499.0, 4528.0, 4488.0, 4514.0, 4497.0, 4525.0, 4501.0, 4527.0, 4499.0, 4533.0, 4539.0, 4519.0, 4540.0, 4508.0, 4537.0, 4510.0, 4539.0, 4494.0, 4518.0, 4496.0, 4500.0, 4526.0, 4497.0, 4537.0, 4509.0, 4531.0, 4499.0, 4521.0, 4499.0, 4513.0, 4531.0, 4540.0, 4566.0, 4539.0, 4600.0, 4542.0, 4551.0, 4525.0, 4507.0, 4533.0, 4512.0, 4552.0, 4524.0, 4532.0, 4537.0, 4550.0, 4534.0, 4570.0, 4521.0, 4571.0, 4532.0, 4559.0, 4530.0, 4552.0, 4496.0, 4551.0, 4533.0, 4560.0, 4532.0, 4559.0, 4529.0, 4493.0, 4513.0, 4495.0, 4526.0, 4496.0, 4527.0, 4495.0, 4526.0, 4498.0, 4538.0, 4508.0, 4527.0, 4509.0, 4522.0, 4550.0, 4518.0, 4546.0, 4509.0, 4529.0, 4499.0, 4521.0, 4520.0, 4511.0, 4561.0, 4512.0, 4541.0, 4509.0, 4530.0, 4513.0, 4535.0, 4560.0, 4539.0, 4583.0, 4555.0, 4539.0, 4547.0, 4527.0, 4557.0, 4528.0, 4529.0, 4566.0, 4538.0, 4578.0, 4536.0, 4581.0, 4548.0, 4566.0, 4536.0, 4586.0, 4589.0, 4590.0, 4588.0, 4567.0, 4584.0, 4541.0, 4569.0, 4516.0, 4534.0, 4501.0, 4522.0, 4490.0, 4502.0, 4522.0, 4500.0, 4541.0, 4502.0, 4519.0, 4491.0, 4521.0, 4481.0, 4504.0, 4496.0, 4508.0, 4537.0, 4507.0, 4523.0, 4506.0, 4523.0, 4494.0, 4547.0, 4497.0, 4534.0, 4495.0, 4539.0, 4498.0, 4528.0, 4518.0, 4527.0, 4516.0, 4520.0, 4547.0, 4517.0, 4567.0, 4518.0, 4545.0, 4496.0, 4528.0, 4516.0, 4531.0, 4569.0, 4517.0, 4535.0, 4517.0, 4555.0, 4506.0, 4548.0, 4510.0, 4551.0, 4538.0, 4568.0, 4534.0, 4532.0, 4528.0, 4519.0, 4546.0, 4527.0, 4568.0, 4519.0, 4559.0, 4511.0, 4558.0, 4520.0, 4529.0, 4525.0, 4519.0, 4557.0, 4522.0, 4558.0, 4520.0, 4551.0, 4524.0, 4544.0, 4506.0, 4541.0, 4529.0, 4531.0, 4540.0, 4543.0, 4548.0, 4533.0, 4571.0, 4535.0, 4576.0, 4535.0, 4565.0, 4552.0, 4596.0, 4542.0, 4576.0, 4524.0, 4566.0, 4524.0, 4557.0, 4555.0, 4548.0, 4596.0, 4548.0, 4587.0, 4535.0, 4555.0, 4522.0, 4555.0, 4541.0, 4544.0, 4596.0, 4545.0, 4573.0, 4534.0, 4564.0, 4524.0, 4556.0, 4546.0, 4556.0, 4582.0, 4532.0, 4572.0, 4522.0, 4564.0, 4524.0, 4555.0, 4540.0, 4534.0, 4584.0, 4548.0, 4576.0, 4547.0, 4556.0, 4525.0, 4568.0, 4547.0, 4559.0, 4574.0, 4548.0, 4574.0, 4539.0, 4607.0, 4589.0, 4582.0, 4536.0, 4552.0, 4533.0, 4569.0, 4551.0, 4582.0, 4549.0, 4570.0, 4553.0, 4596.0, 4561.0, 4593.0, 4548.0, 4589.0, 4558.0, 4591.0, 4614.0, 4581.0, 4621.0, 4570.0, 4597.0, 4545.0, 4583.0, 4522.0, 4577.0, 4544.0, 4551.0, 4550.0, 4528.0, 4580.0, 4529.0, 4557.0, 4506.0, 4527.0, 4525.0, 4520.0, 4570.0, 4527.0, 4537.0, 4497.0, 4526.0, 4506.0, 4544.0, 4548.0, 4541.0, 4576.0, 4523.0, 4547.0, 4498.0, 4500.0, 4494.0, 4509.0, 4585.0, 4542.0, 4586.0, 4545.0, 4551.0, 4533.0, 4541.0, 4544.0, 4535.0, 4563.0, 4522.0, 4560.0, 4527.0, 4580.0, 4497.0, 4471.0, 4452.0, 4586.0, 4519.0, 4492.0, 4492.0, 4494.0, 4506.0, 4534.0, 4505.0, 4558.0, 4516.0, 4559.0, 4534.0, 4538.0, 4486.0, 4525.0, 4495.0, 4531.0, 4511.0, 4514.0, 4509.0, 4537.0, 4509.0, 4548.0, 4509.0, 4549.0, 4509.0, 4540.0, 4512.0, 4529.0, 4520.0, 4546.0, 4541.0, 4481.0, 4507.0, 4511.0, 4531.0, 4543.0, 4533.0, 4529.0, 4533.0, 4541.0, 4547.0, 4519.0, 4554.0, 4559.0, 4589.0, 4557.0, 4597.0, 4569.0, 4576.0, 4542.0, 4554.0, 4562.0, 4545.0, 4582.0, 4543.0, 4581.0, 4529.0, 4557.0, 4528.0], 'WindowWidth': [10157.0, 10135.0, 10040.0, 10052.0, 9980.0, 9974.0, 9980.0, 9945.0, 10002.0, 9938.0, 9952.0, 9940.0, 9953.0, 9907.0, 9936.0, 9946.0, 9938.0, 9995.0, 9945.0, 9958.0, 9920.0, 9948.0, 9918.0, 9937.0, 9927.0, 9954.0, 9976.0, 9939.0, 9967.0, 9965.0, 9959.0, 9940.0, 9956.0, 9964.0, 9977.0, 9985.0, 9954.0, 9998.0, 9964.0, 9991.0, 9983.0, 9980.0, 9940.0, 9964.0, 9940.0, 9951.0, 9962.0, 9941.0, 9996.0, 9940.0, 9959.0, 9916.0, 9949.0, 9919.0, 9947.0, 9924.0, 9938.0, 9946.0, 9934.0, 9978.0, 9939.0, 9979.0, 9947.0, 9984.0, 9960.0, 9967.0, 9939.0, 9952.0, 9930.0, 9936.0, 9979.0, 9942.0, 9969.0, 9960.0, 9972.0, 9960.0, 9979.0, 9946.0, 9975.0, 9961.0, 9975.0, 9985.0, 9969.0, 10005.0, 9980.0, 9990.0, 9964.0, 9982.0, 9973.0, 9986.0, 9967.0, 9988.0, 10012.0, 9980.0, 10016.0, 9987.0, 9998.0, 9969.0, 10008.0, 9990.0, 9996.0, 9981.0, 9989.0, 10025.0, 10008.0, 10031.0, 10004.0, 10024.0, 10008.0, 10011.0, 9967.0, 9955.0, 9980.0, 9973.0, 9999.0, 10003.0, 9997.0, 10018.0, 9989.0, 9998.0, 9963.0, 9986.0, 9944.0, 10007.0, 9931.0, 9991.0, 9971.0, 9917.0, 9968.0, 9912.0, 9929.0, 9888.0, 9899.0, 9864.0, 9896.0, 9926.0, 9891.0, 9911.0, 9878.0, 9879.0, 9878.0, 9882.0, 9916.0, 9860.0, 9895.0, 9878.0, 9900.0, 9907.0, 9898.0, 9911.0, 9880.0, 9916.0, 9891.0, 9902.0, 9943.0, 9922.0, 9919.0, 9908.0, 9921.0, 9905.0, 9920.0, 9926.0, 9931.0, 9955.0, 9948.0, 9955.0, 9940.0, 9947.0, 9942.0, 9979.0, 9982.0, 9951.0, 9955.0, 9956.0, 9950.0, 9976.0, 9995.0, 9987.0, 9974.0, 9971.0, 9993.0, 9984.0, 10016.0, 9991.0, 9997.0, 9987.0, 10015.0, 9986.0, 10030.0, 10005.0, 10018.0, 10002.0, 10027.0, 10008.0, 10030.0, 10017.0, 10008.0, 10019.0, 9985.0, 10060.0, 10022.0, 10045.0, 10001.0, 10047.0, 10004.0, 10037.0, 9983.0, 10008.0, 9938.0, 10006.0, 9935.0, 9985.0, 9994.0, 9952.0, 9990.0, 9927.0, 9941.0, 9914.0, 9940.0, 9897.0, 9913.0, 9933.0, 9906.0, 9969.0, 9913.0, 9950.0, 9884.0, 9919.0, 9886.0, 9899.0, 9945.0, 9908.0, 9920.0, 9893.0, 9916.0, 9890.0, 9900.0, 9880.0, 9906.0, 9945.0, 9904.0, 9930.0, 9899.0, 9919.0, 9904.0, 9920.0, 9911.0, 9906.0, 9919.0, 9931.0, 9981.0, 9935.0, 9954.0, 9927.0, 9936.0, 9918.0, 9945.0, 9948.0, 9950.0, 9931.0, 9952.0, 9937.0, 9944.0, 9955.0, 9961.0, 9956.0, 9964.0, 9985.0, 9984.0, 9998.0, 9964.0, 9986.0, 9965.0, 9981.0, 9970.0, 10001.0, 9967.0, 9972.0, 10006.0, 9971.0, 9994.0, 9989.0, 10000.0, 9967.0, 9999.0, 9961.0, 9981.0, 9968.0, 10000.0, 10021.0, 9989.0, 9999.0, 9945.0, 9987.0, 9935.0, 9985.0, 9951.0, 9970.0, 10013.0, 9963.0, 9973.0, 9919.0, 9941.0, 9937.0, 9948.0, 9930.0, 9915.0, 9968.0, 9941.0, 9995.0, 9960.0, 9982.0, 9942.0, 9962.0, 9938.0, 9942.0, 9935.0, 9946.0, 9977.0, 9934.0, 10002.0, 9968.0, 10011.0, 10002.0, 10013.0, 9970.0, 9981.0, 9992.0, 10007.0, 9971.0, 9998.0, 9975.0, 9982.0, 9928.0, 9977.0, 9948.0, 9966.0, 9941.0, 9955.0, 9889.0, 9924.0, 9893.0, 9919.0, 9912.0, 9922.0, 9900.0, 9898.0, 9896.0, 9953.0, 9980.0, 9911.0, 9928.0, 9910.0, 9916.0, 9871.0, 9898.0, 9883.0, 9884.0, 9947.0, 9911.0, 9925.0, 9891.0, 9915.0, 9890.0, 9907.0, 9918.0, 9895.0, 9950.0, 9908.0, 9917.0, 9898.0, 9926.0, 9897.0, 9918.0, 9937.0, 9906.0, 9961.0, 9918.0, 9957.0, 9946.0, 9948.0, 9917.0, 9981.0, 9969.0, 9947.0, 9990.0, 9938.0, 9965.0, 9942.0, 10005.0, 9970.0, 9983.0, 9942.0, 9985.0, 9957.0, 9973.0, 9941.0, 10008.0, 9950.0, 10006.0, 9962.0, 9997.0, 9992.0, 9985.0, 9991.0, 9982.0, 10024.0, 9978.0, 10008.0, 9964.0, 10010.0, 9954.0, 9991.0, 9947.0, 9986.0, 9956.0, 9976.0, 9974.0, 9938.0, 10002.0, 9951.0, 9984.0, 9953.0, 9963.0, 9937.0, 9964.0, 9937.0, 9965.0, 9943.0, 9919.0, 9977.0, 9936.0, 9981.0, 9938.0, 9960.0, 9918.0, 9938.0, 9929.0, 9928.0, 9974.0, 9947.0, 9978.0, 9918.0, 9981.0, 9923.0, 9960.0, 9912.0, 9970.0, 9961.0, 9967.0, 9932.0, 9974.0, 9950.0, 9946.0, 9929.0, 9956.0, 9895.0, 9958.0, 9917.0, 9965.0, 9922.0, 9966.0, 9958.0, 9961.0, 9930.0, 9946.0, 9961.0, 9957.0, 10009.0, 9963.0, 9970.0, 9933.0, 9956.0, 9913.0, 9955.0, 9913.0, 9938.0, 9945.0, 9910.0, 9964.0, 9907.0, 9929.0, 9916.0, 9933.0, 9895.0, 9938.0, 9882.0, 9914.0, 9893.0, 9929.0, 9904.0, 9935.0, 9900.0, 9952.0, 9957.0, 9925.0, 9953.0, 9908.0, 9951.0, 9914.0, 9954.0, 9888.0, 9921.0, 9890.0, 9898.0, 9931.0, 9894.0, 9949.0, 9913.0, 9945.0, 9898.0, 9930.0, 9898.0, 9920.0, 9945.0, 9974.0, 10002.0, 9971.0, 10071.0, 9974.0, 9987.0, 9944.0, 9914.0, 9951.0, 9922.0, 9977.0, 9941.0, 9947.0, 9959.0, 9967.0, 9952.0, 9999.0, 9930.0, 10001.0, 9947.0, 9983.0, 9940.0, 9973.0, 9889.0, 9971.0, 9954.0, 9985.0, 9951.0, 9983.0, 9939.0, 9883.0, 9909.0, 9886.0, 9931.0, 9891.0, 9934.0, 9887.0, 9930.0, 9894.0, 9950.0, 9909.0, 9935.0, 9914.0, 9934.0, 9970.0, 9923.0, 9961.0, 9913.0, 9939.0, 9899.0, 9931.0, 9928.0, 9918.0, 9986.0, 9922.0, 9959.0, 9918.0, 9946.0, 9925.0, 9959.0, 10000.0, 9971.0, 10037.0, 9999.0, 9971.0, 9978.0, 9952.0, 9993.0, 9953.0, 9955.0, 10003.0, 9968.0, 10023.0, 9961.0, 10031.0, 9982.0, 10003.0, 9961.0, 10039.0, 10045.0, 10049.0, 10046.0, 10012.0, 10033.0, 9965.0, 10005.0, 9922.0, 9949.0, 9894.0, 9927.0, 9875.0, 9896.0, 9925.0, 9892.0, 9951.0, 9894.0, 9919.0, 9881.0, 9923.0, 9866.0, 9904.0, 9898.0, 9916.0, 9952.0, 9912.0, 9930.0, 9909.0, 9928.0, 9892.0, 9964.0, 9898.0, 9942.0, 9892.0, 9954.0, 9900.0, 9943.0, 9928.0, 9938.0, 9921.0, 9929.0, 9965.0, 9924.0, 9996.0, 9927.0, 9963.0, 9893.0, 9938.0, 9923.0, 9948.0, 10000.0, 9924.0, 9946.0, 9923.0, 9975.0, 9908.0, 9968.0, 9917.0, 9978.0, 9970.0, 10010.0, 9956.0, 9951.0, 9938.0, 9928.0, 9964.0, 9939.0, 9996.0, 9930.0, 9984.0, 9922.0, 9983.0, 9932.0, 9943.0, 9933.0, 9928.0, 9982.0, 9939.0, 9982.0, 9935.0, 9978.0, 9948.0, 9974.0, 9911.0, 9963.0, 9944.0, 9950.0, 9962.0, 9972.0, 9973.0, 9956.0, 10009.0, 9962.0, 10021.0, 9967.0, 10005.0, 10002.0, 10065.0, 9982.0, 10021.0, 9948.0, 10005.0, 9948.0, 9996.0, 9992.0, 9984.0, 10049.0, 9988.0, 10036.0, 9963.0, 9990.0, 9943.0, 9990.0, 9969.0, 9978.0, 10048.0, 9977.0, 10012.0, 9961.0, 10000.0, 9945.0, 9993.0, 9981.0, 9993.0, 10024.0, 9956.0, 10008.0, 9942.0, 10001.0, 9948.0, 9989.0, 9963.0, 9959.0, 10031.0, 9986.0, 10020.0, 9983.0, 9992.0, 9951.0, 10011.0, 9982.0, 10001.0, 10019.0, 9985.0, 10019.0, 9978.0, 10085.0, 10068.0, 10043.0, 9967.0, 9981.0, 9957.0, 10016.0, 9997.0, 10038.0, 9992.0, 10022.0, 10002.0, 10065.0, 10011.0, 10055.0, 9986.0, 10043.0, 10000.0, 10050.0, 10088.0, 10036.0, 10096.0, 10019.0, 10053.0, 9976.0, 10028.0, 9939.0, 10022.0, 9972.0, 9979.0, 9974.0, 9942.0, 10018.0, 9942.0, 9984.0, 9908.0, 9939.0, 9934.0, 9933.0, 10006.0, 9940.0, 9952.0, 9897.0, 9936.0, 9909.0, 9974.0, 9983.0, 9975.0, 10019.0, 9938.0, 9982.0, 9895.0, 9903.0, 9885.0, 9912.0, 10025.0, 9966.0, 10031.0, 9969.0, 9971.0, 9950.0, 9957.0, 9968.0, 9957.0, 9992.0, 9933.0, 9987.0, 9943.0, 10026.0, 9884.0, 9821.0, 9797.0, 10033.0, 9928.0, 9880.0, 9880.0, 9881.0, 9902.0, 9937.0, 9901.0, 9980.0, 9918.0, 9983.0, 9955.0, 9950.0, 9878.0, 9927.0, 9888.0, 9947.0, 9917.0, 9914.0, 9910.0, 9946.0, 9912.0, 9963.0, 9913.0, 9967.0, 9916.0, 9956.0, 9921.0, 9943.0, 9931.0, 9978.0, 9959.0, 9864.0, 9906.0, 9907.0, 9946.0, 9966.0, 9950.0, 9940.0, 9947.0, 9963.0, 9984.0, 9931.0, 9991.0, 10006.0, 10049.0, 10000.0, 10053.0, 10017.0, 10025.0, 9976.0, 9987.0, 9999.0, 9979.0, 10027.0, 9975.0, 10024.0, 9949.0, 9985.0, 9946.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.004534412442396314</td></tr>
<tr><td colspan=3>aqi</td><td>0.09549582569124423</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.34577230885814</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.147204204140718</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.94933236106113</td></tr>
<tr><td colspan=3>efc</td><td>0.5229</td></tr>
<tr><td colspan=3>fber</td><td>3252.4177</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1540984590985388</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>161</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>18.548387096774192</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7099736581661116</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.662856754694366</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7466309345152156</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.720433285288753</td></tr>
<tr><td colspan=3>gcor</td><td>0.0155232</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.012293807230889797</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0217306949198246</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>868</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.666939574269716</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>22.65</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>65.9314</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>255.7542</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>67.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>289809.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>1232.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>511.5105</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.7567</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>531.4876</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3678.8015</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3793.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>86735.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1856.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4677.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>812.7335</td></tr>
<tr><td colspan=3>tsnr</td><td>23.113376346998848</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>