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

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0044_ses-04_task-social_acq-mb8_run-06_bold.nii.gz";

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0044/ses-04/func/sub-0044_ses-04_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>54522653447db58f539bc78573b4d2ae</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:35:23.190000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999958, -0.0029904, -0.00865033, 0.00279239, 0.999736, -0.0228127]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0996478</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>24</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4162, -7671, -7280, 465, 17, -33, 37, 81]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>232.246</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>f1583140-e855-4648-bb1a-62354686a8f5||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.682814598083496, 0.007491772063076496, -0.023533904924988747, 112.59036254882812], [0.008023018948733807, 2.682218313217163, -0.06152641773223877, -93.47333526611328], [-0.023208193480968475, 0.061204731464385986, 2.6991963386535645, -70.43087768554688], [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': ['173523.190000', '173523.650000', '173524.110000', '173524.570000', '173525.030000', '173525.490000', '173525.950000', '173526.410000', '173526.870000', '173527.330000', '173527.790000', '173528.250000', '173528.710000', '173529.170000', '173529.630000', '173530.090000', '173530.550000', '173531.010000', '173531.470000', '173531.930000', '173532.390000', '173532.850000', '173533.310000', '173533.770000', '173534.230000', '173534.690000', '173535.150000', '173535.610000', '173536.070000', '173536.530000', '173536.990000', '173537.450000', '173537.910000', '173538.370000', '173538.830000', '173539.290000', '173539.750000', '173540.210000', '173540.670000', '173541.130000', '173541.590000', '173542.050000', '173542.510000', '173542.970000', '173543.430000', '173543.890000', '173544.350000', '173544.810000', '173545.270000', '173545.730000', '173546.190000', '173546.650000', '173547.110000', '173547.570000', '173548.030000', '173548.490000', '173548.950000', '173549.410000', '173549.870000', '173550.330000', '173550.790000', '173551.250000', '173551.710000', '173552.170000', '173552.630000', '173553.090000', '173553.550000', '173554.010000', '173554.470000', '173554.930000', '173555.390000', '173555.850000', '173556.310000', '173556.770000', '173557.230000', '173557.690000', '173558.150000', '173558.610000', '173559.070000', '173559.530000', '173559.990000', '173600.450000', '173600.910000', '173601.370000', '173601.830000', '173602.290000', '173602.750000', '173603.210000', '173603.670000', '173604.130000', '173604.590000', '173605.050000', '173605.510000', '173605.970000', '173606.430000', '173606.890000', '173607.350000', '173607.810000', '173608.270000', '173608.730000', '173609.190000', '173609.650000', '173610.110000', '173610.570000', '173611.030000', '173611.490000', '173611.950000', '173612.410000', '173612.870000', '173613.330000', '173613.790000', '173614.250000', '173614.710000', '173615.170000', '173615.630000', '173616.090000', '173616.550000', '173617.010000', '173617.470000', '173617.930000', '173618.390000', '173618.850000', '173619.310000', '173619.770000', '173620.230000', '173620.690000', '173621.150000', '173621.610000', '173622.070000', '173622.530000', '173622.990000', '173623.450000', '173623.910000', '173624.370000', '173624.830000', '173625.290000', '173625.750000', '173626.210000', '173626.670000', '173627.130000', '173627.590000', '173628.050000', '173628.510000', '173628.970000', '173629.430000', '173629.890000', '173630.350000', '173630.810000', '173631.270000', '173631.730000', '173632.190000', '173632.650000', '173633.110000', '173633.570000', '173634.030000', '173634.490000', '173634.950000', '173635.410000', '173635.870000', '173636.330000', '173636.790000', '173637.250000', '173637.710000', '173638.170000', '173638.630000', '173639.090000', '173639.550000', '173640.010000', '173640.470000', '173640.930000', '173641.390000', '173641.850000', '173642.310000', '173642.770000', '173643.230000', '173643.690000', '173644.150000', '173644.610000', '173645.070000', '173645.530000', '173645.990000', '173646.450000', '173646.910000', '173647.370000', '173647.830000', '173648.290000', '173648.750000', '173649.210000', '173649.670000', '173650.130000', '173650.590000', '173651.050000', '173651.510000', '173651.970000', '173652.430000', '173652.890000', '173653.350000', '173653.810000', '173654.270000', '173654.730000', '173655.190000', '173655.650000', '173656.110000', '173656.570000', '173657.030000', '173657.490000', '173657.950000', '173658.410000', '173658.870000', '173659.330000', '173659.790000', '173700.250000', '173700.710000', '173701.170000', '173701.630000', '173702.090000', '173702.550000', '173703.010000', '173703.470000', '173703.930000', '173704.390000', '173704.850000', '173705.310000', '173705.770000', '173706.230000', '173706.690000', '173707.150000', '173707.610000', '173708.070000', '173708.530000', '173708.990000', '173709.450000', '173709.910000', '173710.370000', '173710.830000', '173711.290000', '173711.750000', '173712.210000', '173712.670000', '173713.130000', '173713.590000', '173714.050000', '173714.510000', '173714.970000', '173715.430000', '173715.890000', '173716.350000', '173716.810000', '173717.270000', '173717.730000', '173718.190000', '173718.650000', '173719.110000', '173719.570000', '173720.030000', '173720.490000', '173720.950000', '173721.410000', '173721.870000', '173722.330000', '173722.790000', '173723.250000', '173723.710000', '173724.170000', '173724.630000', '173725.090000', '173725.550000', '173726.010000', '173726.470000', '173726.930000', '173727.390000', '173727.850000', '173728.310000', '173728.770000', '173729.230000', '173729.690000', '173730.150000', '173730.610000', '173731.070000', '173731.530000', '173731.990000', '173732.450000', '173732.910000', '173733.370000', '173733.830000', '173734.290000', '173734.750000', '173735.210000', '173735.670000', '173736.130000', '173736.590000', '173737.050000', '173737.510000', '173737.970000', '173738.430000', '173738.890000', '173739.350000', '173739.810000', '173740.270000', '173740.730000', '173741.190000', '173741.650000', '173742.110000', '173742.570000', '173743.030000', '173743.490000', '173743.950000', '173744.410000', '173744.870000', '173745.330000', '173745.790000', '173746.250000', '173746.710000', '173747.170000', '173747.630000', '173748.090000', '173748.550000', '173749.010000', '173749.470000', '173749.930000', '173750.390000', '173750.850000', '173751.310000', '173751.770000', '173752.230000', '173752.690000', '173753.150000', '173753.610000', '173754.070000', '173754.530000', '173754.990000', '173755.450000', '173755.910000', '173756.370000', '173756.830000', '173757.290000', '173757.750000', '173758.210000', '173758.670000', '173759.130000', '173759.590000', '173800.050000', '173800.510000', '173800.970000', '173801.430000', '173801.890000', '173802.350000', '173802.810000', '173803.270000', '173803.730000', '173804.190000', '173804.650000', '173805.110000', '173805.570000', '173806.030000', '173806.490000', '173806.950000', '173807.410000', '173807.870000', '173808.330000', '173808.790000', '173809.250000', '173809.710000', '173810.170000', '173810.630000', '173811.090000', '173811.550000', '173812.010000', '173812.470000', '173812.930000', '173813.390000', '173813.850000', '173814.310000', '173814.770000', '173815.230000', '173815.690000', '173816.150000', '173816.610000', '173817.070000', '173817.530000', '173817.990000', '173818.450000', '173818.910000', '173819.370000', '173819.830000', '173820.290000', '173820.750000', '173821.210000', '173821.670000', '173822.130000', '173822.590000', '173823.050000', '173823.510000', '173823.970000', '173824.430000', '173824.890000', '173825.350000', '173825.810000', '173826.270000', '173826.730000', '173827.190000', '173827.650000', '173828.110000', '173828.570000', '173829.030000', '173829.490000', '173829.950000', '173830.410000', '173830.870000', '173831.330000', '173831.790000', '173832.250000', '173832.710000', '173833.170000', '173833.630000', '173834.090000', '173834.550000', '173835.010000', '173835.470000', '173835.930000', '173836.390000', '173836.850000', '173837.310000', '173837.770000', '173838.230000', '173838.690000', '173839.150000', '173839.610000', '173840.070000', '173840.530000', '173840.990000', '173841.450000', '173841.910000', '173842.370000', '173842.830000', '173843.290000', '173843.750000', '173844.210000', '173844.670000', '173845.130000', '173845.590000', '173846.050000', '173846.510000', '173846.970000', '173847.430000', '173847.890000', '173848.350000', '173848.810000', '173849.270000', '173849.730000', '173850.190000', '173850.650000', '173851.110000', '173851.570000', '173852.030000', '173852.490000', '173852.950000', '173853.410000', '173853.870000', '173854.330000', '173854.790000', '173855.250000', '173855.710000', '173856.170000', '173856.630000', '173857.090000', '173857.550000', '173858.010000', '173858.470000', '173858.930000', '173859.390000', '173859.850000', '173900.310000', '173900.770000', '173901.230000', '173901.690000', '173902.150000', '173902.610000', '173903.070000', '173903.530000', '173903.990000', '173904.450000', '173904.910000', '173905.370000', '173905.830000', '173906.290000', '173906.750000', '173907.210000', '173907.670000', '173908.130000', '173908.590000', '173909.050000', '173909.510000', '173909.970000', '173910.430000', '173910.890000', '173911.350000', '173911.810000', '173912.270000', '173912.730000', '173913.190000', '173913.650000', '173914.110000', '173914.570000', '173915.030000', '173915.490000', '173915.950000', '173916.410000', '173916.870000', '173917.330000', '173917.790000', '173918.250000', '173918.710000', '173919.170000', '173919.630000', '173920.090000', '173920.550000', '173921.010000', '173921.470000', '173921.930000', '173922.390000', '173922.850000', '173923.310000', '173923.770000', '173924.230000', '173924.690000', '173925.150000', '173925.610000', '173926.070000', '173926.530000', '173926.990000', '173927.450000', '173927.910000', '173928.370000', '173928.830000', '173929.290000', '173929.750000', '173930.210000', '173930.670000', '173931.130000', '173931.590000', '173932.050000', '173932.510000', '173932.970000', '173933.430000', '173933.890000', '173934.350000', '173934.810000', '173935.270000', '173935.730000', '173936.190000', '173936.650000', '173937.110000', '173937.570000', '173938.030000', '173938.490000', '173938.950000', '173939.410000', '173939.870000', '173940.330000', '173940.790000', '173941.250000', '173941.710000', '173942.170000', '173942.630000', '173943.090000', '173943.550000', '173944.010000', '173944.470000', '173944.930000', '173945.390000', '173945.850000', '173946.310000', '173946.770000', '173947.230000', '173947.690000', '173948.150000', '173948.610000', '173949.070000', '173949.530000', '173949.990000', '173950.450000', '173950.910000', '173951.370000', '173951.830000', '173952.290000', '173952.750000', '173953.210000', '173953.670000', '173954.130000', '173954.590000', '173955.050000', '173955.510000', '173955.970000', '173956.430000', '173956.890000', '173957.350000', '173957.810000', '173958.270000', '173958.730000', '173959.190000', '173959.650000', '174000.110000', '174000.570000', '174001.030000', '174001.490000', '174001.950000', '174002.410000', '174002.870000', '174003.330000', '174003.790000', '174004.250000', '174004.710000', '174005.170000', '174005.630000', '174006.090000', '174006.550000', '174007.010000', '174007.470000', '174007.930000', '174008.390000', '174008.850000', '174009.310000', '174009.770000', '174010.230000', '174010.690000', '174011.150000', '174011.610000', '174012.070000', '174012.530000', '174012.990000', '174013.450000', '174013.910000', '174014.370000', '174014.830000', '174015.290000', '174015.750000', '174016.210000', '174016.670000', '174017.130000', '174017.590000', '174018.050000', '174018.510000', '174018.970000', '174019.430000', '174019.890000', '174020.350000', '174020.810000', '174021.270000', '174021.730000', '174022.190000', '174022.650000', '174023.110000', '174023.570000', '174024.030000', '174024.490000', '174024.950000', '174025.410000', '174025.870000', '174026.330000', '174026.790000', '174027.250000', '174027.710000', '174028.170000', '174028.630000', '174029.090000', '174029.550000', '174030.010000', '174030.470000', '174030.930000', '174031.390000', '174031.850000', '174032.310000', '174032.770000', '174033.230000', '174033.690000', '174034.150000', '174034.610000', '174035.070000', '174035.530000', '174035.990000', '174036.450000', '174036.910000', '174037.370000', '174037.830000', '174038.290000', '174038.750000', '174039.210000', '174039.670000', '174040.130000', '174040.590000', '174041.050000', '174041.510000', '174041.970000', '174042.430000', '174042.890000', '174043.350000', '174043.810000', '174044.270000', '174044.730000', '174045.190000', '174045.650000', '174046.110000', '174046.570000', '174047.030000', '174047.490000', '174047.950000', '174048.410000', '174048.870000', '174049.330000', '174049.790000', '174050.250000', '174050.710000', '174051.170000', '174051.630000', '174052.090000', '174052.550000', '174053.010000', '174053.470000', '174053.930000', '174054.390000', '174054.850000', '174055.310000', '174055.770000', '174056.230000', '174056.690000', '174057.150000', '174057.610000', '174058.070000', '174058.530000', '174058.990000', '174059.450000', '174059.910000', '174100.370000', '174100.830000', '174101.290000', '174101.750000', '174102.210000', '174102.670000', '174103.130000', '174103.590000', '174104.050000', '174104.510000', '174104.970000', '174105.430000', '174105.890000', '174106.350000', '174106.810000', '174107.270000', '174107.730000', '174108.190000', '174108.650000', '174109.110000', '174109.570000', '174110.030000', '174110.490000', '174110.950000', '174111.410000', '174111.870000', '174112.330000', '174112.790000', '174113.250000', '174113.710000', '174114.170000', '174114.630000', '174115.090000', '174115.550000', '174116.010000', '174116.470000', '174116.930000', '174117.390000', '174117.850000', '174118.310000', '174118.770000', '174119.230000', '174119.690000', '174120.150000', '174120.610000', '174121.070000', '174121.530000', '174121.990000', '174122.450000', '174122.910000', '174123.370000', '174123.830000', '174124.290000', '174124.750000', '174125.210000', '174125.670000', '174126.130000', '174126.590000', '174127.050000', '174127.510000', '174127.970000', '174128.430000', '174128.890000', '174129.350000', '174129.810000', '174130.270000', '174130.730000', '174131.190000', '174131.650000', '174132.110000', '174132.570000', '174133.030000', '174133.490000', '174133.950000', '174134.410000', '174134.870000', '174135.330000', '174135.790000', '174136.250000', '174136.710000', '174137.170000', '174137.630000', '174138.090000', '174138.550000', '174139.010000', '174139.470000', '174139.930000', '174140.390000', '174140.850000', '174141.310000', '174141.770000', '174142.230000', '174142.690000', '174143.150000', '174143.610000', '174144.070000', '174144.530000', '174144.990000', '174145.450000', '174145.910000', '174146.370000', '174146.830000', '174147.290000', '174147.750000', '174148.210000', '174148.670000', '174149.130000', '174149.590000', '174150.050000', '174150.510000', '174150.970000', '174151.430000', '174151.890000', '174152.350000', '174152.810000', '174153.270000', '174153.730000', '174154.190000', '174154.650000', '174155.110000', '174155.570000', '174156.030000', '174156.490000', '174156.950000', '174157.410000', '174157.870000', '174158.330000', '174158.790000', '174159.250000', '174159.710000', '174200.170000', '174200.630000', '174201.090000', '174201.550000', '174202.010000', '174202.470000', '174202.930000', '174203.390000', '174203.850000'], 'ContentTime': ['173541.577000', '173541.580000', '173541.583000', '173541.586000', '173541.589000', '173541.591000', '173541.594000', '173541.596000', '173541.599000', '173541.602000', '173541.604000', '173541.607000', '173541.609000', '173541.612000', '173541.639000', '173541.642000', '173541.645000', '173541.647000', '173541.650000', '173541.652000', '173541.655000', '173541.657000', '173541.660000', '173541.662000', '173541.665000', '173541.668000', '173541.670000', '173541.673000', '173541.675000', '173541.678000', '173541.680000', '173541.683000', '173541.685000', '173541.688000', '173541.690000', '173541.693000', '173541.696000', '173541.698000', '173601.526000', '173601.529000', '173601.532000', '173601.534000', '173601.537000', '173601.540000', '173601.542000', '173601.545000', '173601.547000', '173601.550000', '173601.552000', '173601.555000', '173601.557000', '173601.560000', '173601.562000', '173601.565000', '173601.568000', '173601.570000', '173601.573000', '173601.575000', '173601.578000', '173601.580000', '173601.583000', '173601.585000', '173601.588000', '173601.590000', '173601.593000', '173601.595000', '173601.598000', '173601.601000', '173601.603000', '173601.606000', '173601.608000', '173601.611000', '173601.613000', '173601.616000', '173601.618000', '173601.621000', '173601.624000', '173601.626000', '173601.629000', '173601.631000', '173601.634000', '173621.526000', '173621.528000', '173621.531000', '173621.534000', '173621.536000', '173621.539000', '173621.541000', '173621.544000', '173621.546000', '173621.549000', '173621.551000', '173621.554000', '173621.557000', '173621.559000', '173621.562000', '173621.564000', '173621.567000', '173621.570000', '173621.572000', '173621.575000', '173621.577000', '173621.580000', '173621.582000', '173621.585000', '173621.587000', '173621.590000', '173621.592000', '173621.595000', '173621.598000', '173621.600000', '173621.603000', '173621.605000', '173621.608000', '173621.610000', '173621.613000', '173621.616000', '173621.618000', '173621.621000', '173621.623000', '173621.626000', '173621.628000', '173621.631000', '173621.633000', '173621.636000', '173641.525000', '173641.528000', '173641.531000', '173641.534000', '173641.536000', '173641.539000', '173641.541000', '173641.544000', '173641.546000', '173641.549000', '173641.551000', '173641.554000', '173641.557000', '173641.559000', '173641.562000', '173641.590000', '173641.593000', '173641.595000', '173641.598000', '173641.600000', '173641.603000', '173641.605000', '173641.608000', '173641.611000', '173641.613000', '173641.616000', '173641.618000', '173641.621000', '173641.624000', '173641.626000', '173641.629000', '173641.632000', '173641.635000', '173641.637000', '173641.640000', '173641.643000', '173641.645000', '173641.648000', '173641.650000', '173641.653000', '173641.655000', '173641.658000', '173641.660000', '173701.526000', '173701.529000', '173701.532000', '173701.535000', '173701.538000', '173701.541000', '173701.544000', '173701.546000', '173701.549000', '173701.551000', '173701.554000', '173701.557000', '173701.559000', '173701.562000', '173701.564000', '173701.567000', '173701.570000', '173701.572000', '173701.575000', '173701.577000', '173701.580000', '173701.582000', '173701.585000', '173701.588000', '173701.590000', '173701.593000', '173701.596000', '173701.598000', '173701.601000', '173701.604000', '173701.606000', '173701.609000', '173701.611000', '173701.614000', '173701.616000', '173701.619000', '173701.622000', '173701.624000', '173701.627000', '173701.629000', '173701.632000', '173701.634000', '173701.637000', '173701.640000', '173721.526000', '173721.529000', '173721.532000', '173721.534000', '173721.537000', '173721.539000', '173721.542000', '173721.545000', '173721.547000', '173721.550000', '173721.552000', '173721.555000', '173721.557000', '173721.560000', '173721.563000', '173721.565000', '173721.568000', '173721.570000', '173721.573000', '173721.575000', '173721.578000', '173721.581000', '173721.583000', '173721.586000', '173721.588000', '173721.591000', '173721.594000', '173721.596000', '173721.599000', '173721.602000', '173721.604000', '173721.607000', '173721.609000', '173721.612000', '173721.614000', '173721.617000', '173721.619000', '173721.622000', '173721.625000', '173721.627000', '173721.630000', '173721.632000', '173721.635000', '173741.527000', '173741.529000', '173741.532000', '173741.535000', '173741.537000', '173741.540000', '173741.543000', '173741.545000', '173741.548000', '173741.551000', '173741.553000', '173741.556000', '173741.558000', '173741.561000', '173741.564000', '173741.566000', '173741.569000', '173741.571000', '173741.574000', '173741.576000', '173741.579000', '173741.582000', '173741.584000', '173741.587000', '173741.589000', '173741.592000', '173741.595000', '173741.597000', '173741.600000', '173741.603000', '173741.605000', '173741.608000', '173741.610000', '173741.613000', '173741.615000', '173741.618000', '173741.621000', '173741.623000', '173741.626000', '173741.628000', '173741.631000', '173741.634000', '173741.636000', '173741.639000', '173801.526000', '173801.529000', '173801.532000', '173801.534000', '173801.537000', '173801.540000', '173801.542000', '173801.545000', '173801.547000', '173801.550000', '173801.553000', '173801.555000', '173801.558000', '173801.560000', '173801.563000', '173801.565000', '173801.568000', '173801.571000', '173801.573000', '173801.576000', '173801.578000', '173801.581000', '173801.583000', '173801.586000', '173801.588000', '173801.591000', '173801.594000', '173801.596000', '173801.599000', '173801.601000', '173801.604000', '173801.607000', '173801.609000', '173801.612000', '173801.614000', '173801.617000', '173801.619000', '173801.622000', '173801.625000', '173801.627000', '173801.630000', '173801.632000', '173801.635000', '173821.527000', '173821.529000', '173821.532000', '173821.535000', '173821.537000', '173821.540000', '173821.542000', '173821.545000', '173821.548000', '173821.550000', '173821.553000', '173821.569000', '173821.571000', '173821.574000', '173821.577000', '173821.580000', '173821.583000', '173821.585000', '173821.588000', '173821.590000', '173821.593000', '173821.595000', '173821.598000', '173821.601000', '173821.603000', '173821.606000', '173821.608000', '173821.611000', '173821.614000', '173821.616000', '173821.619000', '173821.621000', '173821.624000', '173821.626000', '173821.629000', '173821.632000', '173821.634000', '173821.637000', '173821.640000', '173821.642000', '173821.645000', '173821.648000', '173821.650000', '173821.653000', '173841.526000', '173841.528000', '173841.531000', '173841.534000', '173841.536000', '173841.539000', '173841.541000', '173841.545000', '173841.547000', '173841.550000', '173841.553000', '173841.555000', '173841.558000', '173841.560000', '173841.563000', '173841.566000', '173841.568000', '173841.571000', '173841.573000', '173841.576000', '173841.579000', '173841.581000', '173841.584000', '173841.586000', '173841.589000', '173841.592000', '173841.594000', '173841.597000', '173841.599000', '173841.602000', '173841.605000', '173841.607000', '173841.610000', '173841.612000', '173841.615000', '173841.617000', '173841.620000', '173841.623000', '173841.625000', '173841.628000', '173841.630000', '173841.633000', '173841.635000', '173901.527000', '173901.530000', '173901.532000', '173901.535000', '173901.538000', '173901.541000', '173901.544000', '173901.547000', '173901.549000', '173901.552000', '173901.555000', '173901.557000', '173901.560000', '173901.562000', '173901.565000', '173901.567000', '173901.570000', '173901.573000', '173901.575000', '173901.578000', '173901.580000', '173901.583000', '173901.585000', '173901.588000', '173901.591000', '173901.593000', '173901.596000', '173901.598000', '173901.601000', '173901.604000', '173901.606000', '173901.609000', '173901.611000', '173901.614000', '173901.617000', '173901.619000', '173901.622000', '173901.624000', '173901.627000', '173901.629000', '173901.632000', '173901.635000', '173901.637000', '173921.527000', '173921.529000', '173921.532000', '173921.535000', '173921.537000', '173921.540000', '173921.542000', '173921.545000', '173921.547000', '173921.550000', '173921.553000', '173921.555000', '173921.558000', '173921.560000', '173921.563000', '173921.566000', '173921.568000', '173921.571000', '173921.573000', '173921.576000', '173921.578000', '173921.581000', '173921.584000', '173921.586000', '173921.589000', '173921.591000', '173921.594000', '173921.597000', '173921.599000', '173921.602000', '173921.604000', '173921.607000', '173921.609000', '173921.612000', '173921.615000', '173921.617000', '173921.620000', '173921.622000', '173921.625000', '173921.627000', '173921.630000', '173921.633000', '173921.635000', '173921.638000', '173941.527000', '173941.529000', '173941.532000', '173941.535000', '173941.537000', '173941.540000', '173941.542000', '173941.545000', '173941.548000', '173941.550000', '173941.553000', '173941.555000', '173941.558000', '173941.560000', '173941.563000', '173941.566000', '173941.569000', '173941.572000', '173941.574000', '173941.577000', '173941.580000', '173941.582000', '173941.585000', '173941.587000', '173941.590000', '173941.592000', '173941.595000', '173941.598000', '173941.600000', '173941.603000', '173941.605000', '173941.608000', '173941.611000', '173941.613000', '173941.617000', '173941.620000', '173941.659000', '173941.662000', '173941.665000', '173941.667000', '173941.670000', '173941.672000', '173941.675000', '174001.526000', '174001.529000', '174001.532000', '174001.534000', '174001.537000', '174001.540000', '174001.542000', '174001.545000', '174001.547000', '174001.550000', '174001.553000', '174001.555000', '174001.558000', '174001.561000', '174001.563000', '174001.566000', '174001.568000', '174001.571000', '174001.574000', '174001.576000', '174001.579000', '174001.581000', '174001.584000', '174001.587000', '174001.589000', '174001.592000', '174001.594000', '174001.597000', '174001.600000', '174001.602000', '174001.605000', '174001.607000', '174001.610000', '174001.613000', '174001.615000', '174001.618000', '174001.621000', '174001.623000', '174001.626000', '174001.628000', '174001.631000', '174001.633000', '174001.636000', '174001.639000', '174021.527000', '174021.529000', '174021.532000', '174021.535000', '174021.537000', '174021.540000', '174021.542000', '174021.545000', '174021.548000', '174021.550000', '174021.553000', '174021.555000', '174021.558000', '174021.561000', '174021.563000', '174021.566000', '174021.568000', '174021.571000', '174021.573000', '174021.576000', '174021.579000', '174021.582000', '174021.585000', '174021.587000', '174021.590000', '174021.592000', '174021.595000', '174021.598000', '174021.600000', '174021.603000', '174021.605000', '174021.608000', '174021.611000', '174021.613000', '174021.616000', '174021.618000', '174021.621000', '174021.624000', '174021.626000', '174021.629000', '174021.631000', '174021.634000', '174021.637000', '174041.527000', '174041.530000', '174041.532000', '174041.535000', '174041.537000', '174041.540000', '174041.543000', '174041.545000', '174041.548000', '174041.550000', '174041.553000', '174041.555000', '174041.558000', '174041.561000', '174041.563000', '174041.566000', '174041.568000', '174041.571000', '174041.574000', '174041.576000', '174041.579000', '174041.581000', '174041.584000', '174041.587000', '174041.589000', '174041.592000', '174041.594000', '174041.597000', '174041.600000', '174041.602000', '174041.605000', '174041.608000', '174041.610000', '174041.613000', '174041.616000', '174041.618000', '174041.621000', '174041.623000', '174041.626000', '174041.628000', '174041.631000', '174041.634000', '174041.636000', '174041.639000', '174101.526000', '174101.528000', '174101.531000', '174101.534000', '174101.536000', '174101.539000', '174101.541000', '174101.544000', '174101.547000', '174101.549000', '174101.552000', '174101.554000', '174101.557000', '174101.559000', '174101.562000', '174101.565000', '174101.567000', '174101.570000', '174101.573000', '174101.575000', '174101.578000', '174101.583000', '174101.585000', '174101.588000', '174101.590000', '174101.593000', '174101.595000', '174101.598000', '174101.601000', '174101.603000', '174101.606000', '174101.609000', '174101.611000', '174101.614000', '174101.617000', '174101.619000', '174101.622000', '174101.624000', '174101.627000', '174101.630000', '174101.632000', '174101.635000', '174101.638000', '174121.526000', '174121.529000', '174121.532000', '174121.535000', '174121.548000', '174121.550000', '174121.553000', '174121.556000', '174121.558000', '174121.561000', '174121.563000', '174121.566000', '174121.568000', '174121.571000', '174121.573000', '174121.576000', '174121.579000', '174121.581000', '174121.584000', '174121.587000', '174121.589000', '174121.592000', '174121.594000', '174121.597000', '174121.600000', '174121.602000', '174121.605000', '174121.607000', '174121.610000', '174121.612000', '174121.615000', '174121.618000', '174121.620000', '174121.623000', '174121.625000', '174121.628000', '174121.631000', '174121.633000', '174121.636000', '174121.638000', '174121.641000', '174121.644000', '174121.646000', '174121.649000', '174141.527000', '174141.529000', '174141.532000', '174141.535000', '174141.537000', '174141.540000', '174141.542000', '174141.545000', '174141.548000', '174141.550000', '174141.553000', '174141.555000', '174141.558000', '174141.560000', '174141.563000', '174141.566000', '174141.568000', '174141.571000', '174141.573000', '174141.576000', '174141.579000', '174141.581000', '174141.584000', '174141.586000', '174141.589000', '174141.591000', '174141.594000', '174141.597000', '174141.599000', '174141.602000', '174141.604000', '174141.607000', '174141.610000', '174141.612000', '174141.615000', '174141.619000', '174141.622000', '174141.624000', '174141.627000', '174141.629000', '174141.632000', '174141.635000', '174141.637000', '174201.527000', '174201.530000', '174201.532000', '174201.535000', '174201.537000', '174201.540000', '174201.542000', '174201.545000', '174201.548000', '174201.550000', '174201.553000', '174201.555000', '174201.558000', '174201.560000', '174201.563000', '174201.566000', '174201.568000', '174201.571000', '174201.574000', '174201.576000', '174201.579000', '174201.581000', '174201.584000', '174201.586000', '174201.589000', '174201.592000', '174201.594000', '174201.597000', '174201.600000', '174201.602000', '174201.605000', '174201.607000', '174201.610000', '174201.612000', '174201.615000', '174201.618000', '174201.620000', '174201.623000', '174201.625000', '174201.628000', '174201.630000', '174201.633000', '174201.636000', '174201.638000', '174205.063000', '174205.066000', '174205.069000', '174205.071000', '174205.074000', '174205.077000', '174205.079000', '174205.082000'], 'InstanceCreationTime': ['173541.577000', '173541.580000', '173541.583000', '173541.586000', '173541.589000', '173541.591000', '173541.594000', '173541.596000', '173541.599000', '173541.602000', '173541.604000', '173541.607000', '173541.609000', '173541.612000', '173541.639000', '173541.642000', '173541.645000', '173541.647000', '173541.650000', '173541.652000', '173541.655000', '173541.657000', '173541.660000', '173541.662000', '173541.665000', '173541.668000', '173541.670000', '173541.673000', '173541.675000', '173541.678000', '173541.680000', '173541.683000', '173541.685000', '173541.688000', '173541.690000', '173541.693000', '173541.696000', '173541.698000', '173601.526000', '173601.529000', '173601.532000', '173601.534000', '173601.537000', '173601.540000', '173601.542000', '173601.545000', '173601.547000', '173601.550000', '173601.552000', '173601.555000', '173601.557000', '173601.560000', '173601.562000', '173601.565000', '173601.568000', '173601.570000', '173601.573000', '173601.575000', '173601.578000', '173601.580000', '173601.583000', '173601.585000', '173601.588000', '173601.590000', '173601.593000', '173601.595000', '173601.598000', '173601.601000', '173601.603000', '173601.606000', '173601.608000', '173601.611000', '173601.613000', '173601.616000', '173601.618000', '173601.621000', '173601.624000', '173601.626000', '173601.629000', '173601.631000', '173601.634000', '173621.526000', '173621.528000', '173621.531000', '173621.534000', '173621.536000', '173621.539000', '173621.541000', '173621.544000', '173621.546000', '173621.549000', '173621.551000', '173621.554000', '173621.557000', '173621.559000', '173621.562000', '173621.564000', '173621.567000', '173621.570000', '173621.572000', '173621.575000', '173621.577000', '173621.580000', '173621.582000', '173621.585000', '173621.587000', '173621.590000', '173621.592000', '173621.595000', '173621.598000', '173621.600000', '173621.603000', '173621.605000', '173621.608000', '173621.610000', '173621.613000', '173621.616000', '173621.618000', '173621.621000', '173621.623000', '173621.626000', '173621.628000', '173621.631000', '173621.633000', '173621.636000', '173641.525000', '173641.528000', '173641.531000', '173641.534000', '173641.536000', '173641.539000', '173641.541000', '173641.544000', '173641.546000', '173641.549000', '173641.551000', '173641.554000', '173641.557000', '173641.559000', '173641.562000', '173641.590000', '173641.593000', '173641.595000', '173641.598000', '173641.600000', '173641.603000', '173641.605000', '173641.608000', '173641.611000', '173641.613000', '173641.616000', '173641.618000', '173641.621000', '173641.624000', '173641.626000', '173641.629000', '173641.632000', '173641.635000', '173641.637000', '173641.640000', '173641.643000', '173641.645000', '173641.648000', '173641.650000', '173641.653000', '173641.655000', '173641.658000', '173641.660000', '173701.526000', '173701.529000', '173701.532000', '173701.535000', '173701.538000', '173701.541000', '173701.544000', '173701.546000', '173701.549000', '173701.551000', '173701.554000', '173701.557000', '173701.559000', '173701.562000', '173701.564000', '173701.567000', '173701.570000', '173701.572000', '173701.575000', '173701.577000', '173701.580000', '173701.582000', '173701.585000', '173701.588000', '173701.590000', '173701.593000', '173701.596000', '173701.598000', '173701.601000', '173701.604000', '173701.606000', '173701.609000', '173701.611000', '173701.614000', '173701.616000', '173701.619000', '173701.622000', '173701.624000', '173701.627000', '173701.629000', '173701.632000', '173701.634000', '173701.637000', '173701.640000', '173721.526000', '173721.529000', '173721.532000', '173721.534000', '173721.537000', '173721.539000', '173721.542000', '173721.545000', '173721.547000', '173721.550000', '173721.552000', '173721.555000', '173721.557000', '173721.560000', '173721.563000', '173721.565000', '173721.568000', '173721.570000', '173721.573000', '173721.575000', '173721.578000', '173721.581000', '173721.583000', '173721.586000', '173721.588000', '173721.591000', '173721.594000', '173721.596000', '173721.599000', '173721.602000', '173721.604000', '173721.607000', '173721.609000', '173721.612000', '173721.614000', '173721.617000', '173721.619000', '173721.622000', '173721.625000', '173721.627000', '173721.630000', '173721.632000', '173721.635000', '173741.527000', '173741.529000', '173741.532000', '173741.535000', '173741.537000', '173741.540000', '173741.543000', '173741.545000', '173741.548000', '173741.551000', '173741.553000', '173741.556000', '173741.558000', '173741.561000', '173741.564000', '173741.566000', '173741.569000', '173741.571000', '173741.574000', '173741.576000', '173741.579000', '173741.582000', '173741.584000', '173741.587000', '173741.589000', '173741.592000', '173741.595000', '173741.597000', '173741.600000', '173741.603000', '173741.605000', '173741.608000', '173741.610000', '173741.613000', '173741.615000', '173741.618000', '173741.621000', '173741.623000', '173741.626000', '173741.628000', '173741.631000', '173741.634000', '173741.636000', '173741.639000', '173801.526000', '173801.529000', '173801.532000', '173801.534000', '173801.537000', '173801.540000', '173801.542000', '173801.545000', '173801.547000', '173801.550000', '173801.553000', '173801.555000', '173801.558000', '173801.560000', '173801.563000', '173801.565000', '173801.568000', '173801.571000', '173801.573000', '173801.576000', '173801.578000', '173801.581000', '173801.583000', '173801.586000', '173801.588000', '173801.591000', '173801.594000', '173801.596000', '173801.599000', '173801.601000', '173801.604000', '173801.607000', '173801.609000', '173801.612000', '173801.614000', '173801.617000', '173801.619000', '173801.622000', '173801.625000', '173801.627000', '173801.630000', '173801.632000', '173801.635000', '173821.527000', '173821.529000', '173821.532000', '173821.535000', '173821.537000', '173821.540000', '173821.542000', '173821.545000', '173821.548000', '173821.550000', '173821.553000', '173821.569000', '173821.571000', '173821.574000', '173821.577000', '173821.580000', '173821.583000', '173821.585000', '173821.588000', '173821.590000', '173821.593000', '173821.595000', '173821.598000', '173821.601000', '173821.603000', '173821.606000', '173821.608000', '173821.611000', '173821.614000', '173821.616000', '173821.619000', '173821.621000', '173821.624000', '173821.626000', '173821.629000', '173821.632000', '173821.634000', '173821.637000', '173821.640000', '173821.642000', '173821.645000', '173821.648000', '173821.650000', '173821.653000', '173841.526000', '173841.528000', '173841.531000', '173841.534000', '173841.536000', '173841.539000', '173841.541000', '173841.545000', '173841.547000', '173841.550000', '173841.553000', '173841.555000', '173841.558000', '173841.560000', '173841.563000', '173841.566000', '173841.568000', '173841.571000', '173841.573000', '173841.576000', '173841.579000', '173841.581000', '173841.584000', '173841.586000', '173841.589000', '173841.592000', '173841.594000', '173841.597000', '173841.599000', '173841.602000', '173841.605000', '173841.607000', '173841.610000', '173841.612000', '173841.615000', '173841.617000', '173841.620000', '173841.623000', '173841.625000', '173841.628000', '173841.630000', '173841.633000', '173841.635000', '173901.527000', '173901.530000', '173901.532000', '173901.535000', '173901.538000', '173901.541000', '173901.544000', '173901.547000', '173901.549000', '173901.552000', '173901.555000', '173901.557000', '173901.560000', '173901.562000', '173901.565000', '173901.567000', '173901.570000', '173901.573000', '173901.575000', '173901.578000', '173901.580000', '173901.583000', '173901.585000', '173901.588000', '173901.591000', '173901.593000', '173901.596000', '173901.598000', '173901.601000', '173901.604000', '173901.606000', '173901.609000', '173901.611000', '173901.614000', '173901.617000', '173901.619000', '173901.622000', '173901.624000', '173901.627000', '173901.629000', '173901.632000', '173901.635000', '173901.637000', '173921.527000', '173921.529000', '173921.532000', '173921.535000', '173921.537000', '173921.540000', '173921.542000', '173921.545000', '173921.547000', '173921.550000', '173921.553000', '173921.555000', '173921.558000', '173921.560000', '173921.563000', '173921.566000', '173921.568000', '173921.571000', '173921.573000', '173921.576000', '173921.578000', '173921.581000', '173921.584000', '173921.586000', '173921.589000', '173921.591000', '173921.594000', '173921.597000', '173921.599000', '173921.602000', '173921.604000', '173921.607000', '173921.609000', '173921.612000', '173921.615000', '173921.617000', '173921.620000', '173921.622000', '173921.625000', '173921.627000', '173921.630000', '173921.633000', '173921.635000', '173921.638000', '173941.527000', '173941.529000', '173941.532000', '173941.535000', '173941.537000', '173941.540000', '173941.542000', '173941.545000', '173941.548000', '173941.550000', '173941.553000', '173941.555000', '173941.558000', '173941.560000', '173941.563000', '173941.566000', '173941.569000', '173941.572000', '173941.574000', '173941.577000', '173941.580000', '173941.582000', '173941.585000', '173941.587000', '173941.590000', '173941.592000', '173941.595000', '173941.598000', '173941.600000', '173941.603000', '173941.605000', '173941.608000', '173941.611000', '173941.613000', '173941.617000', '173941.620000', '173941.659000', '173941.662000', '173941.665000', '173941.667000', '173941.670000', '173941.672000', '173941.675000', '174001.526000', '174001.529000', '174001.532000', '174001.534000', '174001.537000', '174001.540000', '174001.542000', '174001.545000', '174001.547000', '174001.550000', '174001.553000', '174001.555000', '174001.558000', '174001.561000', '174001.563000', '174001.566000', '174001.568000', '174001.571000', '174001.574000', '174001.576000', '174001.579000', '174001.581000', '174001.584000', '174001.587000', '174001.589000', '174001.592000', '174001.594000', '174001.597000', '174001.600000', '174001.602000', '174001.605000', '174001.607000', '174001.610000', '174001.613000', '174001.615000', '174001.618000', '174001.621000', '174001.623000', '174001.626000', '174001.628000', '174001.631000', '174001.633000', '174001.636000', '174001.639000', '174021.527000', '174021.529000', '174021.532000', '174021.535000', '174021.537000', '174021.540000', '174021.542000', '174021.545000', '174021.548000', '174021.550000', '174021.553000', '174021.555000', '174021.558000', '174021.561000', '174021.563000', '174021.566000', '174021.568000', '174021.571000', '174021.573000', '174021.576000', '174021.579000', '174021.582000', '174021.585000', '174021.587000', '174021.590000', '174021.592000', '174021.595000', '174021.598000', '174021.600000', '174021.603000', '174021.605000', '174021.608000', '174021.611000', '174021.613000', '174021.616000', '174021.618000', '174021.621000', '174021.624000', '174021.626000', '174021.629000', '174021.631000', '174021.634000', '174021.637000', '174041.527000', '174041.530000', '174041.532000', '174041.535000', '174041.537000', '174041.540000', '174041.543000', '174041.545000', '174041.548000', '174041.550000', '174041.553000', '174041.555000', '174041.558000', '174041.561000', '174041.563000', '174041.566000', '174041.568000', '174041.571000', '174041.574000', '174041.576000', '174041.579000', '174041.581000', '174041.584000', '174041.587000', '174041.589000', '174041.592000', '174041.594000', '174041.597000', '174041.600000', '174041.602000', '174041.605000', '174041.608000', '174041.610000', '174041.613000', '174041.616000', '174041.618000', '174041.621000', '174041.623000', '174041.626000', '174041.628000', '174041.631000', '174041.634000', '174041.636000', '174041.639000', '174101.526000', '174101.528000', '174101.531000', '174101.534000', '174101.536000', '174101.539000', '174101.541000', '174101.544000', '174101.547000', '174101.549000', '174101.552000', '174101.554000', '174101.557000', '174101.559000', '174101.562000', '174101.565000', '174101.567000', '174101.570000', '174101.573000', '174101.575000', '174101.578000', '174101.583000', '174101.585000', '174101.588000', '174101.590000', '174101.593000', '174101.595000', '174101.598000', '174101.601000', '174101.603000', '174101.606000', '174101.609000', '174101.611000', '174101.614000', '174101.617000', '174101.619000', '174101.622000', '174101.624000', '174101.627000', '174101.630000', '174101.632000', '174101.635000', '174101.638000', '174121.526000', '174121.529000', '174121.532000', '174121.535000', '174121.548000', '174121.550000', '174121.553000', '174121.556000', '174121.558000', '174121.561000', '174121.563000', '174121.566000', '174121.568000', '174121.571000', '174121.573000', '174121.576000', '174121.579000', '174121.581000', '174121.584000', '174121.587000', '174121.589000', '174121.592000', '174121.594000', '174121.597000', '174121.600000', '174121.602000', '174121.605000', '174121.607000', '174121.610000', '174121.612000', '174121.615000', '174121.618000', '174121.620000', '174121.623000', '174121.625000', '174121.628000', '174121.631000', '174121.633000', '174121.636000', '174121.638000', '174121.641000', '174121.644000', '174121.646000', '174121.649000', '174141.527000', '174141.529000', '174141.532000', '174141.535000', '174141.537000', '174141.540000', '174141.542000', '174141.545000', '174141.548000', '174141.550000', '174141.553000', '174141.555000', '174141.558000', '174141.560000', '174141.563000', '174141.566000', '174141.568000', '174141.571000', '174141.573000', '174141.576000', '174141.579000', '174141.581000', '174141.584000', '174141.586000', '174141.589000', '174141.591000', '174141.594000', '174141.597000', '174141.599000', '174141.602000', '174141.604000', '174141.607000', '174141.610000', '174141.612000', '174141.615000', '174141.619000', '174141.622000', '174141.624000', '174141.627000', '174141.629000', '174141.632000', '174141.635000', '174141.637000', '174201.527000', '174201.530000', '174201.532000', '174201.535000', '174201.537000', '174201.540000', '174201.542000', '174201.545000', '174201.548000', '174201.550000', '174201.553000', '174201.555000', '174201.558000', '174201.560000', '174201.563000', '174201.566000', '174201.568000', '174201.571000', '174201.574000', '174201.576000', '174201.579000', '174201.581000', '174201.584000', '174201.586000', '174201.589000', '174201.592000', '174201.594000', '174201.597000', '174201.600000', '174201.602000', '174201.605000', '174201.607000', '174201.610000', '174201.612000', '174201.615000', '174201.618000', '174201.620000', '174201.623000', '174201.625000', '174201.628000', '174201.630000', '174201.633000', '174201.636000', '174201.638000', '174205.063000', '174205.066000', '174205.069000', '174205.071000', '174205.074000', '174205.077000', '174205.079000', '174205.082000'], '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': [17865, 12749, 13806, 19363, 11805, 18909, 14893, 18416, 10459, 13024, 11976, 10862, 19003, 12238, 16960, 10658, 12593, 12686, 10272, 17443, 9721, 14503, 10114, 13378, 11232, 10409, 17336, 9463, 13432, 10918, 10869, 14325, 11219, 18001, 8764, 12606, 9706, 9850, 16156, 10388, 14575, 9768, 12474, 9936, 10639, 16313, 10454, 14352, 9973, 12476, 11400, 9594, 14999, 10258, 12964, 11080, 13853, 10362, 10586, 14707, 10324, 13215, 10140, 10890, 17311, 11678, 16287, 9125, 11757, 14530, 9850, 15580, 11121, 15210, 9377, 11872, 11651, 9897, 14742, 10337, 12557, 14134, 10170, 16941, 11100, 14689, 8962, 11671, 14885, 9780, 14447, 9968, 13593, 10874, 12343, 15623, 9955, 14322, 10107, 13081, 9938, 13568, 9600, 11509, 13803, 10271, 17052, 12032, 16400, 9132, 11814, 17551, 9376, 14137, 10439, 12320, 16796, 10615, 15323, 9219, 11745, 11978, 10559, 17979, 10688, 16033, 9641, 10693, 17074, 9554, 13988, 9597, 11642, 15450, 9337, 14582, 9138, 12455, 10208, 11359, 16263, 9490, 14776, 8853, 11629, 10752, 10948, 17933, 9229, 14045, 9324, 11277, 13746, 11072, 18221, 9024, 13413, 10652, 10811, 16332, 10890, 17021, 10488, 14538, 9239, 11203, 16054, 9733, 14674, 9958, 13042, 10350, 11282, 18203, 8987, 12903, 10878, 11031, 16076, 11269, 16721, 8976, 12060, 10873, 10072, 16460, 10855, 14813, 8962, 10990, 16713, 9440, 14238, 9726, 11931, 12341, 9940, 15022, 9610, 12077, 10297, 11344, 16946, 9263, 13218, 9782, 11068, 17524, 10730, 15966, 9210, 11707, 10592, 9585, 14715, 10207, 13360, 9532, 11565, 9907, 9274, 14820, 9823, 14370, 10426, 10993, 15626, 9831, 17089, 9078, 15743, 9466, 12623, 16229, 9619, 16857, 9792, 12601, 14973, 9725, 16587, 9578, 12587, 10614, 9906, 17760, 9298, 13083, 10655, 10100, 16529, 10141, 14740, 9578, 13460, 9594, 12121, 11353, 10289, 16012, 9938, 13503, 10935, 11787, 11197, 10344, 15267, 10202, 13145, 12244, 11226, 18763, 11162, 16103, 9673, 12408, 12096, 9707, 15468, 10882, 14151, 10679, 11903, 14494, 9872, 16167, 10643, 13487, 11781, 11516, 18856, 8867, 14266, 9881, 12235, 16758, 10589, 18167, 9205, 12519, 11169, 10265, 18875, 9750, 13977, 10590, 10177, 17058, 10222, 15493, 10140, 11478, 17869, 9096, 14399, 10110, 12601, 10844, 10122, 15794, 9996, 12848, 10683, 10858, 18502, 10143, 14165, 10415, 11133, 17230, 10063, 16327, 10973, 13454, 10701, 10391, 16380, 9512, 14407, 10903, 11597, 18188, 9345, 15017, 10317, 13290, 10307, 10889, 17173, 9669, 13281, 10607, 11410, 17230, 10813, 17009, 8766, 12260, 10197, 10753, 18159, 11052, 15645, 9484, 12228, 13300, 10133, 17491, 10775, 14232, 10508, 10625, 18028, 10291, 16235, 9972, 12024, 10103, 9868, 15336, 10032, 13783, 9760, 10871, 17290, 9334, 13689, 11195, 11904, 15413, 10303, 15590, 9353, 12580, 10557, 11309, 19170, 9055, 12823, 10315, 11382, 17812, 11282, 15842, 9276, 11556, 14843, 10004, 15602, 10230, 12554, 10716, 10117, 15851, 10764, 13557, 10143, 10430, 17066, 9755, 13997, 10798, 11453, 17881, 9179, 13532, 10078, 11302, 17328, 10585, 16329, 9336, 12426, 9896, 11441, 17107, 11631, 17369, 9482, 12560, 9585, 10954, 17298, 9578, 13788, 10891, 12773, 10037, 10763, 16543, 9872, 14345, 10905, 12355, 16912, 11406, 17622, 9056, 12662, 11040, 10785, 18618, 11246, 15240, 9128, 11564, 13628, 10280, 16154, 11085, 14957, 10031, 12629, 8375, 11729, 11780, 11073, 17671, 10504, 15093, 9779, 12358, 14943, 9450, 15551, 10018, 12896, 14651, 12009, 19820, 10467, 15145, 8621, 11946, 11951, 10001, 15609, 10507, 13802, 9730, 10785, 16999, 9998, 14839, 11340, 12607, 11601, 10303, 15417, 9583, 13229, 10905, 11308, 18309, 9605, 12941, 9551, 11087, 16865, 10625, 15641, 8968, 11934, 14549, 10694, 17777, 9617, 12768, 12680, 10900, 17793, 10797, 13987, 9439, 10982, 17068, 10001, 14326, 11545, 11850, 15534, 9365, 14611, 9829, 12472, 11781, 10935, 18747, 9349, 13453, 10078, 11496, 16844, 10836, 16315, 8708, 12453, 11164, 10813, 18779, 10982, 15921, 8828, 12247, 10182, 10444, 17322, 9681, 14557, 10885, 12579, 12111, 10081, 16274, 10211, 13174, 14123, 11131, 19036, 9230, 12819, 10753, 11365, 16670, 11466, 14215, 9390, 14154, 9683, 12267, 14067, 11281, 18022, 9658, 13096, 9846, 10577, 17005, 11028, 15262, 9250, 13149, 10110, 10740, 17440, 11236, 16485, 12052, 11189, 16720, 9073, 14390, 10619, 12198, 17246, 9370, 14366, 9506, 11233, 17672, 9843, 15627, 10803, 11868, 10367, 9516, 14843, 10038, 14064, 11413, 11807, 17228, 8867, 14345, 10221, 12069, 17654, 10100, 15972, 9428, 11532, 16406, 9945, 15868, 10636, 12579, 10231, 9572, 14842, 9668, 13841, 10700, 11750, 16851, 9438, 14712, 9345, 12243, 16326, 11412, 17335, 8806, 12430, 10636, 10020, 16986, 10209, 14825, 9291, 11462, 12234, 9877, 15209, 9785, 12907, 14426, 10281, 15878, 8806, 12451, 10915, 10810, 18680, 10281, 14653, 9261, 11538, 11127, 9917, 15151, 9963, 13771, 10692, 11461, 15579, 9178, 15170, 9667, 12379, 11080, 11910, 8659, 12007, 8765, 14089, 15214, 10635, 15892, 10051, 12835, 10649, 10346, 17869, 9479, 13663, 9951, 10503, 19353, 9655, 16097, 10386, 11268, 16739, 13148, 20217, 9646, 10720, 11391, 10820, 11365, 10225, 12328, 19802, 11559, 13703, 13168, 9515, 16460, 9868, 12497, 12810, 9272, 15948, 9780, 12867, 10775, 10208, 17936, 9170, 13693, 10696, 12315, 10846, 9862, 15165, 9918, 13445, 10980, 10183, 16660, 10388, 14047, 10110, 12185, 11139, 9843, 16238, 10789, 13467, 10728, 11048, 11279, 10232, 15971, 11061, 16685, 9684, 13724, 11346, 10957, 18350, 10226, 16476, 10788, 12189, 10582, 12110, 10547, 12072, 10317, 12770, 10485, 14676, 15105, 12826, 16204, 10792, 19218, 11459, 14196, 17660, 9982, 17096, 11350, 12784, 10583, 11943, 10926, 11506, 16585, 9841, 13686, 11070, 15628, 10973, 12057, 13745, 9999, 17808, 10957, 14837, 11372, 10146, 18194, 11435, 16508, 10781, 11444, 18559, 10639, 16591, 12068, 11174, 20225, 9500, 13849, 10224, 11582, 17538, 9695, 14753, 9984, 12525, 14822, 9971, 15720, 10753, 13809, 10842, 11029, 11016, 11421, 10828, 11852, 11308, 11958, 10752, 10324, 18821, 12279, 12334, 18861, 12028, 17864, 10161, 11716, 11353, 9823, 18156, 10686, 14724, 10666], 'WindowCenter': [4885.0, 4829.0, 4824.0, 4854.0, 4804.0, 4818.0, 4807.0, 4818.0, 4767.0, 4784.0, 4765.0, 4769.0, 4814.0, 4773.0, 4802.0, 4752.0, 4773.0, 4759.0, 4741.0, 4802.0, 4755.0, 4794.0, 4754.0, 4795.0, 4764.0, 4766.0, 4801.0, 4758.0, 4796.0, 4766.0, 4767.0, 4806.0, 4777.0, 4812.0, 4749.0, 4787.0, 4758.0, 4782.0, 4818.0, 4781.0, 4821.0, 4770.0, 4802.0, 4768.0, 4789.0, 4842.0, 4793.0, 4818.0, 4782.0, 4800.0, 4790.0, 4782.0, 4833.0, 4783.0, 4811.0, 4794.0, 4825.0, 4780.0, 4792.0, 4820.0, 4781.0, 4811.0, 4783.0, 4794.0, 4830.0, 4793.0, 4820.0, 4762.0, 4790.0, 4808.0, 4781.0, 4820.0, 4792.0, 4821.0, 4759.0, 4788.0, 4779.0, 4770.0, 4807.0, 4768.0, 4798.0, 4797.0, 4780.0, 4817.0, 4778.0, 4810.0, 4749.0, 4787.0, 4802.0, 4768.0, 4808.0, 4767.0, 4796.0, 4778.0, 4798.0, 4817.0, 4782.0, 4810.0, 4779.0, 4810.0, 4784.0, 4810.0, 4771.0, 4801.0, 4807.0, 4780.0, 4829.0, 4801.0, 4817.0, 4760.0, 4790.0, 4824.0, 4759.0, 4808.0, 4769.0, 4801.0, 4817.0, 4778.0, 4807.0, 4748.0, 4787.0, 4787.0, 4777.0, 4818.0, 4767.0, 4804.0, 4747.0, 4767.0, 4813.0, 4758.0, 4795.0, 4757.0, 4787.0, 4805.0, 4758.0, 4805.0, 4761.0, 4788.0, 4769.0, 4792.0, 4815.0, 4760.0, 4805.0, 4761.0, 4792.0, 4780.0, 4781.0, 4828.0, 4772.0, 4806.0, 4759.0, 4794.0, 4806.0, 4792.0, 4826.0, 4775.0, 4808.0, 4780.0, 4793.0, 4818.0, 4779.0, 4830.0, 4779.0, 4808.0, 4760.0, 4790.0, 4818.0, 4769.0, 4818.0, 4768.0, 4811.0, 4767.0, 4789.0, 4825.0, 4747.0, 4798.0, 4779.0, 4788.0, 4817.0, 4790.0, 4816.0, 4757.0, 4789.0, 4779.0, 4771.0, 4816.0, 4780.0, 4807.0, 4749.0, 4776.0, 4816.0, 4771.0, 4808.0, 4760.0, 4789.0, 4785.0, 4771.0, 4806.0, 4770.0, 4802.0, 4768.0, 4792.0, 4826.0, 4769.0, 4797.0, 4771.0, 4802.0, 4830.0, 4779.0, 4818.0, 4760.0, 4802.0, 4778.0, 4769.0, 4819.0, 4782.0, 4826.0, 4785.0, 4803.0, 4781.0, 4774.0, 4818.0, 4794.0, 4834.0, 4781.0, 4791.0, 4829.0, 4781.0, 4829.0, 4772.0, 4830.0, 4771.0, 4800.0, 4818.0, 4769.0, 4818.0, 4769.0, 4798.0, 4807.0, 4769.0, 4815.0, 4760.0, 4797.0, 4769.0, 4768.0, 4826.0, 4758.0, 4797.0, 4778.0, 4793.0, 4841.0, 4783.0, 4819.0, 4784.0, 4822.0, 4785.0, 4815.0, 4805.0, 4806.0, 4844.0, 4798.0, 4837.0, 4807.0, 4818.0, 4807.0, 4806.0, 4843.0, 4806.0, 4828.0, 4817.0, 4817.0, 4854.0, 4819.0, 4843.0, 4795.0, 4824.0, 4812.0, 4786.0, 4832.0, 4806.0, 4836.0, 4796.0, 4816.0, 4824.0, 4794.0, 4842.0, 4796.0, 4824.0, 4802.0, 4803.0, 4839.0, 4771.0, 4819.0, 4784.0, 4814.0, 4829.0, 4791.0, 4836.0, 4772.0, 4801.0, 4790.0, 4782.0, 4838.0, 4772.0, 4810.0, 4779.0, 4781.0, 4827.0, 4782.0, 4820.0, 4781.0, 4792.0, 4828.0, 4762.0, 4808.0, 4782.0, 4801.0, 4789.0, 4791.0, 4820.0, 4781.0, 4811.0, 4783.0, 4793.0, 4839.0, 4782.0, 4821.0, 4781.0, 4801.0, 4830.0, 4786.0, 4842.0, 4795.0, 4812.0, 4793.0, 4782.0, 4829.0, 4783.0, 4822.0, 4792.0, 4803.0, 4853.0, 4785.0, 4831.0, 4783.0, 4821.0, 4782.0, 4793.0, 4829.0, 4771.0, 4810.0, 4780.0, 4803.0, 4840.0, 4792.0, 4830.0, 4761.0, 4801.0, 4779.0, 4790.0, 4829.0, 4792.0, 4819.0, 4770.0, 4801.0, 4798.0, 4782.0, 4828.0, 4781.0, 4811.0, 4779.0, 4783.0, 4827.0, 4778.0, 4818.0, 4770.0, 4797.0, 4777.0, 4779.0, 4818.0, 4781.0, 4810.0, 4771.0, 4792.0, 4828.0, 4772.0, 4811.0, 4791.0, 4802.0, 4821.0, 4780.0, 4819.0, 4771.0, 4811.0, 4781.0, 4794.0, 4838.0, 4773.0, 4811.0, 4780.0, 4804.0, 4830.0, 4791.0, 4818.0, 4760.0, 4792.0, 4820.0, 4782.0, 4833.0, 4782.0, 4814.0, 4779.0, 4781.0, 4829.0, 4793.0, 4821.0, 4783.0, 4794.0, 4840.0, 4784.0, 4821.0, 4790.0, 4802.0, 4839.0, 4772.0, 4809.0, 4782.0, 4803.0, 4827.0, 4792.0, 4830.0, 4772.0, 4810.0, 4784.0, 4803.0, 4842.0, 4805.0, 4842.0, 4784.0, 4813.0, 4784.0, 4804.0, 4843.0, 4786.0, 4824.0, 4805.0, 4824.0, 4783.0, 4806.0, 4842.0, 4793.0, 4834.0, 4792.0, 4816.0, 4833.0, 4801.0, 4830.0, 4763.0, 4813.0, 4790.0, 4794.0, 4839.0, 4791.0, 4819.0, 4762.0, 4793.0, 4808.0, 4781.0, 4842.0, 4805.0, 4831.0, 4784.0, 4800.0, 4764.0, 4813.0, 4800.0, 4819.0, 4841.0, 4791.0, 4822.0, 4783.0, 4812.0, 4831.0, 4784.0, 4828.0, 4783.0, 4813.0, 4821.0, 4799.0, 4837.0, 4782.0, 4818.0, 4761.0, 4801.0, 4787.0, 4782.0, 4831.0, 4792.0, 4821.0, 4771.0, 4792.0, 4829.0, 4782.0, 4821.0, 4790.0, 4812.0, 4791.0, 4782.0, 4819.0, 4772.0, 4813.0, 4781.0, 4792.0, 4830.0, 4771.0, 4798.0, 4769.0, 4803.0, 4828.0, 4791.0, 4831.0, 4776.0, 4814.0, 4822.0, 4794.0, 4841.0, 4773.0, 4813.0, 4799.0, 4791.0, 4830.0, 4791.0, 4811.0, 4762.0, 4791.0, 4829.0, 4783.0, 4821.0, 4791.0, 4800.0, 4820.0, 4774.0, 4819.0, 4782.0, 4801.0, 4791.0, 4790.0, 4837.0, 4772.0, 4810.0, 4771.0, 4800.0, 4828.0, 4789.0, 4828.0, 4761.0, 4810.0, 4788.0, 4791.0, 4839.0, 4792.0, 4831.0, 4771.0, 4803.0, 4794.0, 4795.0, 4839.0, 4773.0, 4821.0, 4791.0, 4800.0, 4800.0, 4784.0, 4827.0, 4784.0, 4812.0, 4808.0, 4789.0, 4828.0, 4762.0, 4799.0, 4779.0, 4792.0, 4817.0, 4790.0, 4806.0, 4771.0, 4809.0, 4773.0, 4812.0, 4809.0, 4791.0, 4831.0, 4772.0, 4810.0, 4770.0, 4795.0, 4844.0, 4795.0, 4833.0, 4777.0, 4811.0, 4779.0, 4792.0, 4831.0, 4791.0, 4832.0, 4789.0, 4792.0, 4816.0, 4760.0, 4808.0, 4769.0, 4800.0, 4826.0, 4759.0, 4806.0, 4769.0, 4802.0, 4825.0, 4782.0, 4821.0, 4791.0, 4799.0, 4776.0, 4771.0, 4819.0, 4769.0, 4809.0, 4788.0, 4799.0, 4826.0, 4762.0, 4807.0, 4768.0, 4800.0, 4826.0, 4782.0, 4816.0, 4759.0, 4802.0, 4819.0, 4770.0, 4816.0, 4779.0, 4797.0, 4766.0, 4769.0, 4817.0, 4771.0, 4808.0, 4770.0, 4790.0, 4816.0, 4758.0, 4805.0, 4757.0, 4799.0, 4815.0, 4789.0, 4827.0, 4758.0, 4799.0, 4778.0, 4770.0, 4815.0, 4769.0, 4808.0, 4759.0, 4789.0, 4787.0, 4781.0, 4819.0, 4767.0, 4797.0, 4807.0, 4768.0, 4804.0, 4748.0, 4800.0, 4776.0, 4779.0, 4824.0, 4781.0, 4807.0, 4757.0, 4789.0, 4776.0, 4768.0, 4818.0, 4771.0, 4808.0, 4780.0, 4788.0, 4816.0, 4772.0, 4817.0, 4771.0, 4801.0, 4791.0, 4802.0, 4788.0, 4813.0, 4786.0, 4835.0, 4830.0, 4806.0, 4833.0, 4784.0, 4812.0, 4778.0, 4782.0, 4826.0, 4770.0, 4797.0, 4781.0, 4780.0, 4824.0, 4758.0, 4818.0, 4781.0, 4790.0, 4818.0, 4809.0, 4834.0, 4768.0, 4788.0, 4803.0, 4793.0, 4801.0, 4781.0, 4812.0, 4838.0, 4780.0, 4800.0, 4784.0, 4759.0, 4805.0, 4756.0, 4788.0, 4786.0, 4757.0, 4815.0, 4767.0, 4798.0, 4776.0, 4778.0, 4825.0, 4760.0, 4808.0, 4778.0, 4798.0, 4779.0, 4783.0, 4817.0, 4770.0, 4809.0, 4779.0, 4782.0, 4829.0, 4782.0, 4820.0, 4794.0, 4814.0, 4802.0, 4794.0, 4831.0, 4804.0, 4823.0, 4793.0, 4805.0, 4803.0, 4808.0, 4857.0, 4819.0, 4854.0, 4796.0, 4836.0, 4804.0, 4805.0, 4855.0, 4801.0, 4828.0, 4763.0, 4770.0, 4748.0, 4770.0, 4762.0, 4793.0, 4787.0, 4829.0, 4808.0, 4860.0, 4848.0, 4839.0, 4842.0, 4790.0, 4828.0, 4778.0, 4809.0, 4829.0, 4785.0, 4846.0, 4819.0, 4828.0, 4806.0, 4802.0, 4792.0, 4829.0, 4842.0, 4796.0, 4824.0, 4807.0, 4846.0, 4806.0, 4829.0, 4835.0, 4798.0, 4854.0, 4794.0, 4822.0, 4791.0, 4798.0, 4855.0, 4805.0, 4831.0, 4782.0, 4802.0, 4840.0, 4782.0, 4830.0, 4788.0, 4778.0, 4823.0, 4756.0, 4795.0, 4768.0, 4789.0, 4815.0, 4758.0, 4807.0, 4757.0, 4799.0, 4806.0, 4769.0, 4808.0, 4779.0, 4823.0, 4780.0, 4778.0, 4792.0, 4802.0, 4791.0, 4802.0, 4792.0, 4804.0, 4792.0, 4794.0, 4841.0, 4789.0, 4799.0, 4826.0, 4801.0, 4826.0, 4768.0, 4799.0, 4790.0, 4780.0, 4841.0, 4781.0, 4821.0, 4780.0], 'WindowWidth': [10618.0, 10521.0, 10507.0, 10547.0, 10473.0, 10485.0, 10467.0, 10484.0, 10409.0, 10429.0, 10404.0, 10416.0, 10473.0, 10414.0, 10452.0, 10382.0, 10412.0, 10388.0, 10366.0, 10451.0, 10393.0, 10443.0, 10387.0, 10447.0, 10402.0, 10407.0, 10449.0, 10402.0, 10453.0, 10410.0, 10411.0, 10463.0, 10427.0, 10470.0, 10389.0, 10438.0, 10401.0, 10443.0, 10485.0, 10437.0, 10493.0, 10421.0, 10469.0, 10417.0, 10448.0, 10528.0, 10459.0, 10488.0, 10442.0, 10465.0, 10446.0, 10444.0, 10515.0, 10446.0, 10480.0, 10460.0, 10505.0, 10435.0, 10455.0, 10489.0, 10439.0, 10480.0, 10445.0, 10460.0, 10503.0, 10456.0, 10490.0, 10411.0, 10449.0, 10472.0, 10440.0, 10491.0, 10453.0, 10495.0, 10406.0, 10445.0, 10430.0, 10420.0, 10466.0, 10416.0, 10458.0, 10453.0, 10438.0, 10483.0, 10430.0, 10476.0, 10389.0, 10441.0, 10454.0, 10415.0, 10471.0, 10414.0, 10453.0, 10430.0, 10457.0, 10482.0, 10444.0, 10476.0, 10437.0, 10477.0, 10449.0, 10476.0, 10425.0, 10465.0, 10470.0, 10435.0, 10500.0, 10467.0, 10482.0, 10408.0, 10448.0, 10489.0, 10405.0, 10470.0, 10416.0, 10463.0, 10479.0, 10429.0, 10466.0, 10386.0, 10442.0, 10439.0, 10427.0, 10481.0, 10412.0, 10459.0, 10382.0, 10412.0, 10471.0, 10404.0, 10449.0, 10398.0, 10441.0, 10460.0, 10401.0, 10464.0, 10410.0, 10443.0, 10416.0, 10454.0, 10476.0, 10406.0, 10463.0, 10413.0, 10456.0, 10433.0, 10436.0, 10497.0, 10426.0, 10467.0, 10406.0, 10459.0, 10467.0, 10453.0, 10495.0, 10436.0, 10474.0, 10434.0, 10459.0, 10485.0, 10433.0, 10507.0, 10434.0, 10472.0, 10408.0, 10450.0, 10483.0, 10422.0, 10487.0, 10419.0, 10479.0, 10416.0, 10447.0, 10491.0, 10388.0, 10458.0, 10435.0, 10447.0, 10482.0, 10449.0, 10480.0, 10401.0, 10445.0, 10431.0, 10424.0, 10479.0, 10434.0, 10470.0, 10389.0, 10427.0, 10483.0, 10425.0, 10470.0, 10405.0, 10445.0, 10435.0, 10422.0, 10465.0, 10422.0, 10466.0, 10416.0, 10453.0, 10494.0, 10420.0, 10457.0, 10424.0, 10471.0, 10504.0, 10433.0, 10486.0, 10408.0, 10469.0, 10429.0, 10421.0, 10489.0, 10445.0, 10508.0, 10450.0, 10475.0, 10440.0, 10434.0, 10487.0, 10465.0, 10518.0, 10440.0, 10453.0, 10503.0, 10441.0, 10504.0, 10432.0, 10505.0, 10426.0, 10463.0, 10483.0, 10418.0, 10484.0, 10417.0, 10458.0, 10467.0, 10418.0, 10477.0, 10406.0, 10454.0, 10416.0, 10417.0, 10492.0, 10404.0, 10457.0, 10431.0, 10463.0, 10523.0, 10445.0, 10489.0, 10451.0, 10498.0, 10453.0, 10492.0, 10477.0, 10483.0, 10531.0, 10475.0, 10527.0, 10484.0, 10499.0, 10482.0, 10485.0, 10529.0, 10484.0, 10515.0, 10497.0, 10498.0, 10546.0, 10502.0, 10529.0, 10468.0, 10506.0, 10483.0, 10455.0, 10513.0, 10482.0, 10524.0, 10469.0, 10496.0, 10501.0, 10464.0, 10527.0, 10467.0, 10503.0, 10469.0, 10472.0, 10517.0, 10427.0, 10490.0, 10446.0, 10489.0, 10501.0, 10452.0, 10511.0, 10428.0, 10467.0, 10451.0, 10443.0, 10516.0, 10429.0, 10478.0, 10435.0, 10440.0, 10499.0, 10441.0, 10493.0, 10437.0, 10454.0, 10499.0, 10415.0, 10473.0, 10439.0, 10466.0, 10449.0, 10456.0, 10491.0, 10441.0, 10481.0, 10443.0, 10459.0, 10519.0, 10442.0, 10494.0, 10438.0, 10468.0, 10505.0, 10454.0, 10526.0, 10462.0, 10484.0, 10457.0, 10443.0, 10503.0, 10444.0, 10497.0, 10454.0, 10471.0, 10542.0, 10456.0, 10511.0, 10446.0, 10496.0, 10442.0, 10459.0, 10505.0, 10425.0, 10479.0, 10437.0, 10473.0, 10520.0, 10457.0, 10506.0, 10414.0, 10467.0, 10434.0, 10451.0, 10502.0, 10455.0, 10489.0, 10424.0, 10467.0, 10459.0, 10440.0, 10499.0, 10436.0, 10478.0, 10432.0, 10442.0, 10498.0, 10431.0, 10484.0, 10421.0, 10458.0, 10430.0, 10435.0, 10486.0, 10442.0, 10479.0, 10425.0, 10456.0, 10500.0, 10429.0, 10480.0, 10453.0, 10471.0, 10492.0, 10439.0, 10489.0, 10428.0, 10482.0, 10439.0, 10460.0, 10515.0, 10431.0, 10481.0, 10438.0, 10474.0, 10506.0, 10452.0, 10486.0, 10408.0, 10453.0, 10491.0, 10442.0, 10513.0, 10443.0, 10489.0, 10436.0, 10441.0, 10502.0, 10459.0, 10495.0, 10445.0, 10464.0, 10522.0, 10449.0, 10497.0, 10451.0, 10470.0, 10517.0, 10430.0, 10476.0, 10442.0, 10473.0, 10500.0, 10459.0, 10508.0, 10431.0, 10481.0, 10448.0, 10476.0, 10527.0, 10481.0, 10527.0, 10453.0, 10490.0, 10448.0, 10476.0, 10527.0, 10454.0, 10506.0, 10479.0, 10506.0, 10449.0, 10483.0, 10528.0, 10463.0, 10519.0, 10458.0, 10493.0, 10513.0, 10468.0, 10505.0, 10419.0, 10487.0, 10452.0, 10461.0, 10519.0, 10453.0, 10489.0, 10414.0, 10458.0, 10472.0, 10442.0, 10529.0, 10478.0, 10511.0, 10449.0, 10465.0, 10424.0, 10489.0, 10467.0, 10506.0, 10524.0, 10456.0, 10497.0, 10444.0, 10485.0, 10512.0, 10450.0, 10502.0, 10446.0, 10488.0, 10494.0, 10463.0, 10513.0, 10442.0, 10488.0, 10414.0, 10467.0, 10444.0, 10443.0, 10508.0, 10457.0, 10495.0, 10428.0, 10459.0, 10504.0, 10445.0, 10497.0, 10451.0, 10485.0, 10452.0, 10444.0, 10490.0, 10431.0, 10486.0, 10439.0, 10457.0, 10507.0, 10426.0, 10461.0, 10423.0, 10471.0, 10502.0, 10455.0, 10509.0, 10440.0, 10492.0, 10497.0, 10461.0, 10521.0, 10430.0, 10487.0, 10463.0, 10454.0, 10505.0, 10453.0, 10482.0, 10414.0, 10456.0, 10505.0, 10446.0, 10495.0, 10452.0, 10465.0, 10489.0, 10432.0, 10490.0, 10442.0, 10467.0, 10451.0, 10452.0, 10512.0, 10427.0, 10480.0, 10426.0, 10466.0, 10500.0, 10449.0, 10501.0, 10416.0, 10482.0, 10446.0, 10455.0, 10518.0, 10458.0, 10507.0, 10428.0, 10472.0, 10465.0, 10467.0, 10518.0, 10431.0, 10497.0, 10454.0, 10465.0, 10466.0, 10448.0, 10500.0, 10449.0, 10484.0, 10470.0, 10446.0, 10500.0, 10414.0, 10462.0, 10433.0, 10455.0, 10482.0, 10451.0, 10470.0, 10428.0, 10476.0, 10432.0, 10486.0, 10476.0, 10454.0, 10508.0, 10428.0, 10478.0, 10423.0, 10468.0, 10534.0, 10464.0, 10517.0, 10442.0, 10481.0, 10433.0, 10458.0, 10508.0, 10454.0, 10513.0, 10448.0, 10453.0, 10481.0, 10410.0, 10473.0, 10420.0, 10464.0, 10494.0, 10407.0, 10467.0, 10420.0, 10472.0, 10494.0, 10442.0, 10494.0, 10452.0, 10461.0, 10428.0, 10428.0, 10489.0, 10423.0, 10476.0, 10445.0, 10461.0, 10496.0, 10414.0, 10470.0, 10416.0, 10462.0, 10494.0, 10438.0, 10480.0, 10408.0, 10468.0, 10488.0, 10423.0, 10482.0, 10433.0, 10456.0, 10411.0, 10421.0, 10484.0, 10428.0, 10473.0, 10421.0, 10449.0, 10481.0, 10405.0, 10464.0, 10402.0, 10460.0, 10477.0, 10447.0, 10495.0, 10404.0, 10459.0, 10431.0, 10422.0, 10480.0, 10419.0, 10471.0, 10406.0, 10448.0, 10442.0, 10440.0, 10487.0, 10415.0, 10457.0, 10467.0, 10417.0, 10460.0, 10390.0, 10465.0, 10426.0, 10432.0, 10491.0, 10439.0, 10470.0, 10402.0, 10447.0, 10424.0, 10419.0, 10487.0, 10426.0, 10474.0, 10435.0, 10446.0, 10482.0, 10428.0, 10486.0, 10425.0, 10468.0, 10452.0, 10473.0, 10465.0, 10491.0, 10463.0, 10525.0, 10509.0, 10484.0, 10517.0, 10448.0, 10481.0, 10432.0, 10441.0, 10495.0, 10421.0, 10455.0, 10441.0, 10437.0, 10489.0, 10403.0, 10486.0, 10441.0, 10449.0, 10483.0, 10477.0, 10506.0, 10418.0, 10445.0, 10474.0, 10459.0, 10469.0, 10441.0, 10485.0, 10513.0, 10433.0, 10459.0, 10431.0, 10402.0, 10462.0, 10397.0, 10442.0, 10435.0, 10401.0, 10475.0, 10415.0, 10457.0, 10425.0, 10431.0, 10490.0, 10407.0, 10472.0, 10431.0, 10458.0, 10433.0, 10445.0, 10485.0, 10424.0, 10475.0, 10432.0, 10443.0, 10505.0, 10443.0, 10493.0, 10463.0, 10490.0, 10474.0, 10466.0, 10511.0, 10476.0, 10501.0, 10459.0, 10479.0, 10475.0, 10490.0, 10560.0, 10505.0, 10547.0, 10470.0, 10523.0, 10475.0, 10481.0, 10550.0, 10476.0, 10503.0, 10402.0, 10403.0, 10370.0, 10405.0, 10397.0, 10447.0, 10445.0, 10517.0, 10489.0, 10563.0, 10545.0, 10535.0, 10525.0, 10448.0, 10499.0, 10429.0, 10471.0, 10503.0, 10450.0, 10537.0, 10505.0, 10514.0, 10482.0, 10471.0, 10457.0, 10519.0, 10526.0, 10469.0, 10503.0, 10484.0, 10536.0, 10483.0, 10520.0, 10522.0, 10474.0, 10546.0, 10461.0, 10498.0, 10454.0, 10472.0, 10549.0, 10477.0, 10509.0, 10441.0, 10468.0, 10520.0, 10441.0, 10504.0, 10440.0, 10430.0, 10485.0, 10396.0, 10448.0, 10416.0, 10446.0, 10478.0, 10403.0, 10467.0, 10400.0, 10459.0, 10464.0, 10421.0, 10469.0, 10433.0, 10501.0, 10437.0, 10432.0, 10456.0, 10471.0, 10454.0, 10470.0, 10457.0, 10474.0, 10456.0, 10461.0, 10523.0, 10445.0, 10460.0, 10494.0, 10465.0, 10494.0, 10416.0, 10461.0, 10454.0, 10437.0, 10522.0, 10437.0, 10492.0, 10437.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.004656946039035592</td></tr>
<tr><td colspan=3>aqi</td><td>0.023736018943742825</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.4360248213908</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.301487344632182</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0888601697011495</td></tr>
<tr><td colspan=3>efc</td><td>0.4775</td></tr>
<tr><td colspan=3>fber</td><td>6285.124</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10648700831612842</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>67</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.6923076923076925</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4642266709623617</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4552066687360385</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.663143754687523</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.274329589463524</td></tr>
<tr><td colspan=3>gcor</td><td>0.011072</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008519294671714306</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02882087230682373</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8351699130475763</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>36.4194</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.4875</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>186.6843</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296329.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>837.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>364.5494</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6367</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>653.5054</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3941.9302</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4159.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80215.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1250.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5180.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1084.4302</td></tr>
<tr><td colspan=3>tsnr</td><td>38.80400874069892</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>