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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0046/ses-04/func/sub-0046_ses-04_task-social_acq-mb8_run-05_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>466fd7a021aeeb5ec7a61072e318eecc</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>16:40:22.977500</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.999305, -0.0303518, -0.0216175, 0.0312299, 0.99865, 0.0415089]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.11319</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4131, -7757, -7277, 554, -77, -41, -26, 80]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>261.932</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>aa85653c-07f0-4370-ac68-f895eed2b8a8||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.681063652038574, 0.08378744125366211, -0.054886844009160995, 110.87623596191406], [0.08143174648284912, 2.679304838180542, 0.11381898820400238, -101.37508392333984], [-0.05799821764230728, -0.11136533319950104, 2.6970415115356445, -64.10438537597656], [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': ['164022.977500', '164023.437500', '164023.897500', '164024.357500', '164024.817500', '164025.277500', '164025.737500', '164026.197500', '164026.657500', '164027.117500', '164027.577500', '164028.037500', '164028.497500', '164028.957500', '164029.417500', '164029.877500', '164030.337500', '164030.797500', '164031.257500', '164031.717500', '164032.177500', '164032.637500', '164033.097500', '164033.557500', '164034.017500', '164034.477500', '164034.937500', '164035.397500', '164035.857500', '164036.317500', '164036.777500', '164037.237500', '164037.697500', '164038.157500', '164038.617500', '164039.077500', '164039.537500', '164039.997500', '164040.457500', '164040.917500', '164041.377500', '164041.837500', '164042.297500', '164042.757500', '164043.217500', '164043.677500', '164044.137500', '164044.597500', '164045.057500', '164045.517500', '164045.977500', '164046.437500', '164046.897500', '164047.357500', '164047.817500', '164048.277500', '164048.737500', '164049.197500', '164049.657500', '164050.117500', '164050.577500', '164051.037500', '164051.497500', '164051.957500', '164052.417500', '164052.877500', '164053.337500', '164053.797500', '164054.257500', '164054.717500', '164055.177500', '164055.637500', '164056.097500', '164056.557500', '164057.017500', '164057.477500', '164057.937500', '164058.397500', '164058.857500', '164059.317500', '164059.777500', '164100.237500', '164100.697500', '164101.157500', '164101.617500', '164102.077500', '164102.537500', '164102.997500', '164103.457500', '164103.917500', '164104.377500', '164104.837500', '164105.297500', '164105.757500', '164106.217500', '164106.677500', '164107.137500', '164107.597500', '164108.057500', '164108.517500', '164108.977500', '164109.437500', '164109.897500', '164110.357500', '164110.817500', '164111.277500', '164111.737500', '164112.197500', '164112.657500', '164113.117500', '164113.577500', '164114.037500', '164114.497500', '164114.957500', '164115.417500', '164115.877500', '164116.337500', '164116.797500', '164117.257500', '164117.717500', '164118.177500', '164118.637500', '164119.097500', '164119.557500', '164120.017500', '164120.477500', '164120.937500', '164121.397500', '164121.857500', '164122.317500', '164122.777500', '164123.237500', '164123.697500', '164124.157500', '164124.617500', '164125.077500', '164125.537500', '164125.997500', '164126.457500', '164126.917500', '164127.377500', '164127.837500', '164128.297500', '164128.757500', '164129.217500', '164129.677500', '164130.137500', '164130.597500', '164131.057500', '164131.517500', '164131.977500', '164132.437500', '164132.897500', '164133.357500', '164133.817500', '164134.277500', '164134.737500', '164135.197500', '164135.657500', '164136.117500', '164136.577500', '164137.037500', '164137.497500', '164137.957500', '164138.417500', '164138.877500', '164139.337500', '164139.797500', '164140.257500', '164140.717500', '164141.177500', '164141.637500', '164142.097500', '164142.557500', '164143.017500', '164143.477500', '164143.937500', '164144.397500', '164144.857500', '164145.317500', '164145.777500', '164146.237500', '164146.697500', '164147.157500', '164147.617500', '164148.077500', '164148.537500', '164148.997500', '164149.457500', '164149.917500', '164150.377500', '164150.837500', '164151.297500', '164151.757500', '164152.217500', '164152.677500', '164153.137500', '164153.597500', '164154.057500', '164154.517500', '164154.977500', '164155.437500', '164155.897500', '164156.357500', '164156.817500', '164157.277500', '164157.737500', '164158.197500', '164158.657500', '164159.117500', '164159.577500', '164200.037500', '164200.497500', '164200.957500', '164201.417500', '164201.877500', '164202.337500', '164202.797500', '164203.257500', '164203.717500', '164204.177500', '164204.637500', '164205.097500', '164205.557500', '164206.017500', '164206.477500', '164206.937500', '164207.397500', '164207.857500', '164208.317500', '164208.777500', '164209.237500', '164209.697500', '164210.157500', '164210.617500', '164211.077500', '164211.537500', '164211.997500', '164212.457500', '164212.917500', '164213.377500', '164213.837500', '164214.297500', '164214.757500', '164215.217500', '164215.677500', '164216.137500', '164216.597500', '164217.057500', '164217.517500', '164217.977500', '164218.437500', '164218.897500', '164219.357500', '164219.817500', '164220.277500', '164220.737500', '164221.197500', '164221.657500', '164222.117500', '164222.577500', '164223.037500', '164223.497500', '164223.957500', '164224.417500', '164224.877500', '164225.337500', '164225.797500', '164226.257500', '164226.717500', '164227.177500', '164227.637500', '164228.097500', '164228.557500', '164229.017500', '164229.477500', '164229.937500', '164230.397500', '164230.857500', '164231.317500', '164231.777500', '164232.237500', '164232.697500', '164233.157500', '164233.617500', '164234.077500', '164234.537500', '164234.997500', '164235.457500', '164235.917500', '164236.377500', '164236.837500', '164237.297500', '164237.757500', '164238.217500', '164238.677500', '164239.137500', '164239.597500', '164240.057500', '164240.517500', '164240.977500', '164241.437500', '164241.897500', '164242.357500', '164242.817500', '164243.277500', '164243.737500', '164244.197500', '164244.657500', '164245.117500', '164245.577500', '164246.037500', '164246.497500', '164246.957500', '164247.417500', '164247.877500', '164248.337500', '164248.797500', '164249.257500', '164249.717500', '164250.177500', '164250.637500', '164251.097500', '164251.557500', '164252.017500', '164252.477500', '164252.937500', '164253.397500', '164253.857500', '164254.317500', '164254.777500', '164255.237500', '164255.697500', '164256.157500', '164256.617500', '164257.077500', '164257.537500', '164257.997500', '164258.457500', '164258.917500', '164259.377500', '164259.837500', '164300.297500', '164300.757500', '164301.217500', '164301.677500', '164302.137500', '164302.597500', '164303.057500', '164303.517500', '164303.977500', '164304.437500', '164304.897500', '164305.357500', '164305.817500', '164306.277500', '164306.737500', '164307.197500', '164307.657500', '164308.117500', '164308.577500', '164309.037500', '164309.497500', '164309.957500', '164310.417500', '164310.877500', '164311.337500', '164311.797500', '164312.257500', '164312.717500', '164313.177500', '164313.637500', '164314.097500', '164314.557500', '164315.017500', '164315.477500', '164315.937500', '164316.397500', '164316.857500', '164317.317500', '164317.777500', '164318.237500', '164318.697500', '164319.157500', '164319.617500', '164320.077500', '164320.537500', '164320.997500', '164321.457500', '164321.917500', '164322.377500', '164322.837500', '164323.297500', '164323.757500', '164324.217500', '164324.677500', '164325.137500', '164325.597500', '164326.057500', '164326.517500', '164326.977500', '164327.437500', '164327.897500', '164328.357500', '164328.817500', '164329.277500', '164329.737500', '164330.197500', '164330.657500', '164331.117500', '164331.577500', '164332.037500', '164332.497500', '164332.957500', '164333.417500', '164333.877500', '164334.337500', '164334.797500', '164335.257500', '164335.717500', '164336.177500', '164336.637500', '164337.097500', '164337.557500', '164338.017500', '164338.477500', '164338.937500', '164339.397500', '164339.857500', '164340.317500', '164340.777500', '164341.237500', '164341.697500', '164342.157500', '164342.617500', '164343.077500', '164343.537500', '164343.997500', '164344.457500', '164344.917500', '164345.377500', '164345.837500', '164346.297500', '164346.757500', '164347.217500', '164347.677500', '164348.137500', '164348.597500', '164349.057500', '164349.517500', '164349.977500', '164350.437500', '164350.897500', '164351.357500', '164351.817500', '164352.277500', '164352.737500', '164353.197500', '164353.657500', '164354.117500', '164354.577500', '164355.037500', '164355.497500', '164355.957500', '164356.417500', '164356.877500', '164357.337500', '164357.797500', '164358.257500', '164358.717500', '164359.177500', '164359.637500', '164400.097500', '164400.557500', '164401.017500', '164401.477500', '164401.937500', '164402.397500', '164402.857500', '164403.317500', '164403.777500', '164404.237500', '164404.697500', '164405.157500', '164405.617500', '164406.077500', '164406.537500', '164406.997500', '164407.457500', '164407.917500', '164408.377500', '164408.837500', '164409.297500', '164409.757500', '164410.217500', '164410.677500', '164411.137500', '164411.597500', '164412.057500', '164412.517500', '164412.977500', '164413.437500', '164413.897500', '164414.357500', '164414.817500', '164415.277500', '164415.737500', '164416.197500', '164416.657500', '164417.117500', '164417.577500', '164418.037500', '164418.497500', '164418.957500', '164419.417500', '164419.877500', '164420.337500', '164420.797500', '164421.257500', '164421.717500', '164422.177500', '164422.637500', '164423.097500', '164423.557500', '164424.017500', '164424.477500', '164424.937500', '164425.397500', '164425.857500', '164426.317500', '164426.777500', '164427.237500', '164427.697500', '164428.157500', '164428.617500', '164429.077500', '164429.537500', '164429.997500', '164430.457500', '164430.917500', '164431.377500', '164431.837500', '164432.297500', '164432.757500', '164433.217500', '164433.677500', '164434.137500', '164434.597500', '164435.057500', '164435.517500', '164435.977500', '164436.437500', '164436.897500', '164437.357500', '164437.817500', '164438.277500', '164438.737500', '164439.197500', '164439.657500', '164440.117500', '164440.577500', '164441.037500', '164441.497500', '164441.957500', '164442.417500', '164442.877500', '164443.337500', '164443.797500', '164444.257500', '164444.717500', '164445.177500', '164445.637500', '164446.097500', '164446.557500', '164447.017500', '164447.477500', '164447.937500', '164448.397500', '164448.857500', '164449.317500', '164449.777500', '164450.237500', '164450.697500', '164451.157500', '164451.617500', '164452.077500', '164452.537500', '164452.997500', '164453.457500', '164453.917500', '164454.377500', '164454.837500', '164455.297500', '164455.757500', '164456.217500', '164456.677500', '164457.137500', '164457.597500', '164458.057500', '164458.517500', '164458.977500', '164459.437500', '164459.897500', '164500.357500', '164500.817500', '164501.277500', '164501.737500', '164502.197500', '164502.657500', '164503.117500', '164503.577500', '164504.037500', '164504.497500', '164504.957500', '164505.417500', '164505.877500', '164506.337500', '164506.797500', '164507.257500', '164507.717500', '164508.177500', '164508.637500', '164509.097500', '164509.557500', '164510.017500', '164510.477500', '164510.937500', '164511.397500', '164511.857500', '164512.317500', '164512.777500', '164513.237500', '164513.697500', '164514.157500', '164514.617500', '164515.077500', '164515.537500', '164515.997500', '164516.457500', '164516.917500', '164517.377500', '164517.837500', '164518.297500', '164518.757500', '164519.217500', '164519.677500', '164520.137500', '164520.597500', '164521.057500', '164521.517500', '164521.977500', '164522.437500', '164522.897500', '164523.357500', '164523.817500', '164524.277500', '164524.737500', '164525.197500', '164525.657500', '164526.117500', '164526.577500', '164527.037500', '164527.497500', '164527.957500', '164528.417500', '164528.877500', '164529.337500', '164529.797500', '164530.257500', '164530.717500', '164531.177500', '164531.637500', '164532.097500', '164532.557500', '164533.017500', '164533.477500', '164533.937500', '164534.397500', '164534.857500', '164535.317500', '164535.777500', '164536.237500', '164536.697500', '164537.157500', '164537.617500', '164538.077500', '164538.537500', '164538.997500', '164539.457500', '164539.917500', '164540.377500', '164540.837500', '164541.297500', '164541.757500', '164542.217500', '164542.677500', '164543.137500', '164543.597500', '164544.057500', '164544.517500', '164544.977500', '164545.437500', '164545.897500', '164546.357500', '164546.817500', '164547.277500', '164547.737500', '164548.197500', '164548.657500', '164549.117500', '164549.577500', '164550.037500', '164550.497500', '164550.957500', '164551.417500', '164551.877500', '164552.337500', '164552.797500', '164553.257500', '164553.717500', '164554.177500', '164554.637500', '164555.097500', '164555.557500', '164556.017500', '164556.477500', '164556.937500', '164557.397500', '164557.857500', '164558.317500', '164558.777500', '164559.237500', '164559.697500', '164600.157500', '164600.617500', '164601.077500', '164601.537500', '164601.997500', '164602.457500', '164602.917500', '164603.377500', '164603.837500', '164604.297500', '164604.757500', '164605.217500', '164605.677500', '164606.137500', '164606.597500', '164607.057500', '164607.517500', '164607.977500', '164608.437500', '164608.897500', '164609.357500', '164609.817500', '164610.277500', '164610.737500', '164611.197500', '164611.657500', '164612.117500', '164612.577500', '164613.037500', '164613.497500', '164613.957500', '164614.417500', '164614.877500', '164615.337500', '164615.797500', '164616.257500', '164616.717500', '164617.177500', '164617.637500', '164618.097500', '164618.557500', '164619.017500', '164619.477500', '164619.937500', '164620.397500', '164620.857500', '164621.317500', '164621.777500', '164622.237500', '164622.697500', '164623.157500', '164623.617500', '164624.077500', '164624.537500', '164624.997500', '164625.457500', '164625.917500', '164626.377500', '164626.837500', '164627.297500', '164627.757500', '164628.217500', '164628.677500', '164629.137500', '164629.597500', '164630.057500', '164630.517500', '164630.977500', '164631.437500', '164631.897500', '164632.357500', '164632.817500', '164633.277500', '164633.737500', '164634.197500', '164634.657500', '164635.117500', '164635.577500', '164636.037500', '164636.497500', '164636.957500', '164637.417500', '164637.877500', '164638.337500', '164638.797500', '164639.257500', '164639.717500', '164640.177500', '164640.637500', '164641.097500', '164641.557500', '164642.017500', '164642.477500', '164642.937500', '164643.397500', '164643.857500', '164644.317500', '164644.777500', '164645.237500', '164645.697500', '164646.157500', '164646.617500', '164647.077500', '164647.537500', '164647.997500', '164648.457500', '164648.917500', '164649.377500', '164649.837500', '164650.297500', '164650.757500', '164651.217500', '164651.677500', '164652.137500', '164652.597500', '164653.057500', '164653.517500', '164653.977500', '164654.437500', '164654.897500', '164655.357500', '164655.817500', '164656.277500', '164656.737500', '164657.197500', '164657.657500', '164658.117500', '164658.577500', '164659.037500', '164659.497500', '164659.957500', '164700.417500', '164700.877500', '164701.337500', '164701.797500', '164702.257500', '164702.717500', '164703.177500', '164703.637500'], 'ContentTime': ['164033.684000', '164033.688000', '164033.690000', '164033.693000', '164033.703000', '164033.706000', '164033.708000', '164033.711000', '164033.713000', '164033.716000', '164033.718000', '164033.721000', '164033.723000', '164033.726000', '164033.729000', '164033.732000', '164033.734000', '164033.741000', '164033.743000', '164033.746000', '164053.635000', '164053.638000', '164053.641000', '164053.643000', '164053.646000', '164053.648000', '164053.651000', '164053.653000', '164053.656000', '164053.658000', '164053.661000', '164053.663000', '164053.666000', '164053.669000', '164053.671000', '164053.674000', '164053.676000', '164053.679000', '164053.681000', '164053.684000', '164053.686000', '164053.689000', '164053.691000', '164053.694000', '164053.696000', '164053.699000', '164053.701000', '164053.704000', '164053.706000', '164053.715000', '164053.718000', '164053.720000', '164053.723000', '164053.725000', '164053.728000', '164053.741000', '164053.744000', '164053.746000', '164053.749000', '164053.751000', '164053.754000', '164053.756000', '164053.759000', '164053.761000', '164113.635000', '164113.638000', '164113.641000', '164113.643000', '164113.646000', '164113.649000', '164113.651000', '164113.654000', '164113.656000', '164113.659000', '164113.661000', '164113.664000', '164113.666000', '164113.669000', '164113.671000', '164113.674000', '164113.676000', '164113.679000', '164113.681000', '164113.684000', '164113.686000', '164113.689000', '164113.692000', '164113.694000', '164113.697000', '164113.699000', '164113.702000', '164113.704000', '164113.707000', '164113.709000', '164113.712000', '164113.714000', '164113.717000', '164113.720000', '164113.722000', '164113.725000', '164113.727000', '164113.730000', '164113.732000', '164113.735000', '164113.737000', '164113.740000', '164113.743000', '164133.635000', '164133.638000', '164133.641000', '164133.643000', '164133.646000', '164133.648000', '164133.651000', '164133.653000', '164133.656000', '164133.658000', '164133.661000', '164133.664000', '164133.666000', '164133.669000', '164133.671000', '164133.674000', '164133.676000', '164133.679000', '164133.681000', '164133.684000', '164133.686000', '164133.689000', '164133.692000', '164133.694000', '164133.697000', '164133.699000', '164133.702000', '164133.705000', '164133.707000', '164133.710000', '164133.712000', '164133.715000', '164133.717000', '164133.720000', '164133.723000', '164133.725000', '164133.728000', '164133.730000', '164133.733000', '164133.735000', '164133.738000', '164133.740000', '164133.743000', '164133.745000', '164153.635000', '164153.638000', '164153.641000', '164153.643000', '164153.646000', '164153.649000', '164153.651000', '164153.654000', '164153.656000', '164153.659000', '164153.661000', '164153.664000', '164153.667000', '164153.669000', '164153.672000', '164153.674000', '164153.677000', '164153.679000', '164153.682000', '164153.685000', '164153.687000', '164153.690000', '164153.692000', '164153.695000', '164153.697000', '164153.700000', '164153.702000', '164153.705000', '164153.708000', '164153.710000', '164153.713000', '164153.715000', '164153.718000', '164153.720000', '164153.723000', '164153.726000', '164153.728000', '164153.731000', '164153.733000', '164153.736000', '164153.738000', '164153.741000', '164153.743000', '164213.635000', '164213.638000', '164213.641000', '164213.643000', '164213.646000', '164213.648000', '164213.651000', '164213.654000', '164213.656000', '164213.659000', '164213.661000', '164213.664000', '164213.666000', '164213.669000', '164213.671000', '164213.674000', '164213.677000', '164213.679000', '164213.682000', '164213.684000', '164213.687000', '164213.689000', '164213.692000', '164213.695000', '164213.697000', '164213.700000', '164213.702000', '164213.705000', '164213.707000', '164213.710000', '164213.713000', '164213.715000', '164213.718000', '164213.720000', '164213.723000', '164213.725000', '164213.728000', '164213.731000', '164213.733000', '164213.736000', '164213.738000', '164213.741000', '164213.743000', '164213.746000', '164233.635000', '164233.638000', '164233.641000', '164233.643000', '164233.646000', '164233.649000', '164233.651000', '164233.654000', '164233.656000', '164233.659000', '164233.661000', '164233.664000', '164233.667000', '164233.669000', '164233.672000', '164233.674000', '164233.677000', '164233.679000', '164233.682000', '164233.685000', '164233.687000', '164233.690000', '164233.692000', '164233.695000', '164233.697000', '164233.700000', '164233.703000', '164233.705000', '164233.708000', '164233.710000', '164233.737000', '164233.739000', '164233.742000', '164233.745000', '164233.747000', '164233.750000', '164233.752000', '164233.755000', '164233.757000', '164233.760000', '164233.762000', '164233.765000', '164233.767000', '164253.636000', '164253.639000', '164253.642000', '164253.644000', '164253.647000', '164253.649000', '164253.652000', '164253.655000', '164253.657000', '164253.660000', '164253.662000', '164253.665000', '164253.667000', '164253.670000', '164253.673000', '164253.675000', '164253.678000', '164253.680000', '164253.683000', '164253.685000', '164253.688000', '164253.691000', '164253.693000', '164253.696000', '164253.698000', '164253.701000', '164253.703000', '164253.706000', '164253.709000', '164253.711000', '164253.714000', '164253.716000', '164253.719000', '164253.721000', '164253.724000', '164253.726000', '164253.729000', '164253.732000', '164253.734000', '164253.737000', '164253.739000', '164253.742000', '164253.744000', '164253.747000', '164313.635000', '164313.638000', '164313.641000', '164313.643000', '164313.646000', '164313.648000', '164313.651000', '164313.654000', '164313.656000', '164313.659000', '164313.661000', '164313.664000', '164313.666000', '164313.669000', '164313.671000', '164313.674000', '164313.677000', '164313.679000', '164313.682000', '164313.684000', '164313.687000', '164313.689000', '164313.692000', '164313.695000', '164313.697000', '164313.700000', '164313.702000', '164313.705000', '164313.707000', '164313.710000', '164313.713000', '164313.715000', '164313.718000', '164313.720000', '164313.723000', '164313.725000', '164313.728000', '164313.730000', '164313.733000', '164313.736000', '164313.738000', '164313.741000', '164313.743000', '164333.635000', '164333.638000', '164333.641000', '164333.644000', '164333.646000', '164333.649000', '164333.651000', '164333.654000', '164333.657000', '164333.659000', '164333.662000', '164333.665000', '164333.667000', '164333.670000', '164333.672000', '164333.675000', '164333.678000', '164333.680000', '164333.683000', '164333.685000', '164333.688000', '164333.690000', '164333.693000', '164333.696000', '164333.698000', '164333.701000', '164333.703000', '164333.706000', '164333.709000', '164333.711000', '164333.714000', '164333.716000', '164333.719000', '164333.721000', '164333.724000', '164333.727000', '164333.729000', '164333.732000', '164333.734000', '164333.737000', '164333.739000', '164333.742000', '164333.745000', '164333.747000', '164353.636000', '164353.638000', '164353.641000', '164353.644000', '164353.646000', '164353.649000', '164353.651000', '164353.654000', '164353.656000', '164353.659000', '164353.662000', '164353.666000', '164353.669000', '164353.671000', '164353.674000', '164353.676000', '164353.679000', '164353.682000', '164353.684000', '164353.687000', '164353.689000', '164353.692000', '164353.694000', '164353.697000', '164353.699000', '164353.702000', '164353.705000', '164353.707000', '164353.710000', '164353.712000', '164353.715000', '164353.717000', '164353.720000', '164353.723000', '164353.725000', '164353.728000', '164353.730000', '164353.733000', '164353.735000', '164353.738000', '164353.741000', '164353.743000', '164353.746000', '164413.635000', '164413.638000', '164413.641000', '164413.643000', '164413.646000', '164413.649000', '164413.651000', '164413.654000', '164413.656000', '164413.659000', '164413.662000', '164413.664000', '164413.667000', '164413.669000', '164413.672000', '164413.674000', '164413.677000', '164413.680000', '164413.682000', '164413.685000', '164413.687000', '164413.690000', '164413.692000', '164413.695000', '164413.697000', '164413.700000', '164413.717000', '164413.719000', '164413.722000', '164413.724000', '164413.727000', '164413.729000', '164413.732000', '164413.735000', '164413.737000', '164413.740000', '164413.742000', '164413.745000', '164413.748000', '164413.750000', '164413.753000', '164413.755000', '164413.758000', '164433.635000', '164433.638000', '164433.641000', '164433.643000', '164433.646000', '164433.648000', '164433.651000', '164433.653000', '164433.656000', '164433.659000', '164433.661000', '164433.664000', '164433.666000', '164433.669000', '164433.672000', '164433.674000', '164433.677000', '164433.679000', '164433.682000', '164433.684000', '164433.687000', '164433.690000', '164433.692000', '164433.695000', '164433.698000', '164433.700000', '164433.703000', '164433.705000', '164433.708000', '164433.710000', '164433.713000', '164433.716000', '164433.718000', '164433.721000', '164433.723000', '164433.726000', '164433.728000', '164433.731000', '164433.734000', '164433.736000', '164433.739000', '164433.741000', '164433.744000', '164433.747000', '164453.635000', '164453.638000', '164453.641000', '164453.643000', '164453.646000', '164453.648000', '164453.652000', '164453.655000', '164453.658000', '164453.660000', '164453.663000', '164453.666000', '164453.668000', '164453.671000', '164453.674000', '164453.676000', '164453.679000', '164453.681000', '164453.684000', '164453.686000', '164453.689000', '164453.692000', '164453.694000', '164453.697000', '164453.700000', '164453.703000', '164453.706000', '164453.708000', '164453.711000', '164453.714000', '164453.716000', '164453.719000', '164453.721000', '164453.724000', '164453.726000', '164453.729000', '164453.732000', '164453.734000', '164453.737000', '164453.739000', '164453.742000', '164453.745000', '164453.747000', '164513.636000', '164513.639000', '164513.642000', '164513.644000', '164513.647000', '164513.650000', '164513.652000', '164513.655000', '164513.657000', '164513.660000', '164513.662000', '164513.665000', '164513.668000', '164513.670000', '164513.673000', '164513.675000', '164513.678000', '164513.680000', '164513.683000', '164513.686000', '164513.688000', '164513.691000', '164513.694000', '164513.696000', '164513.699000', '164513.701000', '164513.704000', '164513.707000', '164513.709000', '164513.712000', '164513.714000', '164513.717000', '164513.719000', '164513.722000', '164513.725000', '164513.727000', '164513.730000', '164513.732000', '164513.735000', '164513.737000', '164513.740000', '164513.743000', '164513.745000', '164513.748000', '164533.635000', '164533.638000', '164533.641000', '164533.643000', '164533.646000', '164533.649000', '164533.651000', '164533.654000', '164533.656000', '164533.659000', '164533.661000', '164533.664000', '164533.667000', '164533.669000', '164533.672000', '164533.674000', '164533.677000', '164533.680000', '164533.682000', '164533.685000', '164533.687000', '164533.690000', '164533.693000', '164533.695000', '164533.698000', '164533.700000', '164533.703000', '164533.706000', '164533.708000', '164533.711000', '164533.713000', '164533.716000', '164533.719000', '164533.721000', '164533.724000', '164533.726000', '164533.729000', '164533.743000', '164533.746000', '164533.749000', '164533.751000', '164533.754000', '164533.756000', '164553.635000', '164553.638000', '164553.641000', '164553.644000', '164553.646000', '164553.649000', '164553.658000', '164553.660000', '164553.663000', '164553.665000', '164553.668000', '164553.671000', '164553.673000', '164553.676000', '164553.678000', '164553.681000', '164553.683000', '164553.686000', '164553.689000', '164553.691000', '164553.694000', '164553.696000', '164553.699000', '164553.701000', '164553.704000', '164553.707000', '164553.709000', '164553.712000', '164553.714000', '164553.717000', '164553.719000', '164553.722000', '164553.724000', '164553.727000', '164553.730000', '164553.732000', '164553.735000', '164553.738000', '164553.740000', '164553.743000', '164553.745000', '164553.748000', '164553.750000', '164553.753000', '164613.635000', '164613.638000', '164613.641000', '164613.645000', '164613.648000', '164613.650000', '164613.653000', '164613.655000', '164613.658000', '164613.661000', '164613.663000', '164613.666000', '164613.668000', '164613.671000', '164613.673000', '164613.676000', '164613.679000', '164613.681000', '164613.684000', '164613.686000', '164613.689000', '164613.693000', '164613.695000', '164613.698000', '164613.701000', '164613.703000', '164613.706000', '164613.708000', '164613.711000', '164613.713000', '164613.716000', '164613.719000', '164613.721000', '164613.724000', '164613.726000', '164613.729000', '164613.731000', '164613.734000', '164613.736000', '164613.739000', '164613.742000', '164613.744000', '164613.747000', '164633.636000', '164633.638000', '164633.641000', '164633.644000', '164633.646000', '164633.649000', '164633.652000', '164633.654000', '164633.657000', '164633.659000', '164633.662000', '164633.664000', '164633.667000', '164633.670000', '164633.672000', '164633.675000', '164633.677000', '164633.680000', '164633.682000', '164633.685000', '164633.688000', '164633.690000', '164633.693000', '164633.696000', '164633.698000', '164633.701000', '164633.703000', '164633.706000', '164633.708000', '164633.711000', '164633.714000', '164633.716000', '164633.719000', '164633.721000', '164633.724000', '164633.726000', '164633.729000', '164633.732000', '164633.734000', '164633.737000', '164633.739000', '164633.742000', '164633.744000', '164633.747000', '164653.636000', '164653.638000', '164653.641000', '164653.644000', '164653.646000', '164653.649000', '164653.651000', '164653.654000', '164653.657000', '164653.659000', '164653.662000', '164653.664000', '164653.667000', '164653.669000', '164653.672000', '164653.674000', '164653.677000', '164653.680000', '164653.682000', '164653.685000', '164653.688000', '164653.690000', '164653.693000', '164653.696000', '164653.698000', '164653.701000', '164653.703000', '164653.706000', '164653.708000', '164653.711000', '164653.714000', '164653.716000', '164653.719000', '164653.721000', '164653.724000', '164653.727000', '164653.729000', '164653.732000', '164653.734000', '164653.737000', '164653.739000', '164653.742000', '164653.744000', '164705.171000', '164705.174000', '164705.177000', '164705.180000', '164705.182000', '164705.194000', '164705.197000', '164705.200000', '164705.203000', '164705.205000', '164705.208000', '164705.211000', '164705.214000', '164705.217000', '164705.219000', '164705.222000', '164705.225000', '164705.227000', '164705.230000', '164705.233000', '164705.235000', '164705.238000', '164705.241000', '164705.243000', '164705.246000', '164705.248000'], 'InstanceCreationTime': ['164033.684000', '164033.688000', '164033.690000', '164033.693000', '164033.703000', '164033.706000', '164033.708000', '164033.711000', '164033.713000', '164033.716000', '164033.718000', '164033.721000', '164033.723000', '164033.726000', '164033.729000', '164033.732000', '164033.734000', '164033.741000', '164033.743000', '164033.746000', '164053.635000', '164053.638000', '164053.641000', '164053.643000', '164053.646000', '164053.648000', '164053.651000', '164053.653000', '164053.656000', '164053.658000', '164053.661000', '164053.663000', '164053.666000', '164053.669000', '164053.671000', '164053.674000', '164053.676000', '164053.679000', '164053.681000', '164053.684000', '164053.686000', '164053.689000', '164053.691000', '164053.694000', '164053.696000', '164053.699000', '164053.701000', '164053.704000', '164053.706000', '164053.715000', '164053.718000', '164053.720000', '164053.723000', '164053.725000', '164053.728000', '164053.741000', '164053.744000', '164053.746000', '164053.749000', '164053.751000', '164053.754000', '164053.756000', '164053.759000', '164053.761000', '164113.635000', '164113.638000', '164113.641000', '164113.643000', '164113.646000', '164113.649000', '164113.651000', '164113.654000', '164113.656000', '164113.659000', '164113.661000', '164113.664000', '164113.666000', '164113.669000', '164113.671000', '164113.674000', '164113.676000', '164113.679000', '164113.681000', '164113.684000', '164113.686000', '164113.689000', '164113.692000', '164113.694000', '164113.697000', '164113.699000', '164113.702000', '164113.704000', '164113.707000', '164113.709000', '164113.712000', '164113.714000', '164113.717000', '164113.720000', '164113.722000', '164113.725000', '164113.727000', '164113.730000', '164113.732000', '164113.735000', '164113.737000', '164113.740000', '164113.743000', '164133.635000', '164133.638000', '164133.641000', '164133.643000', '164133.646000', '164133.648000', '164133.651000', '164133.653000', '164133.656000', '164133.658000', '164133.661000', '164133.664000', '164133.666000', '164133.669000', '164133.671000', '164133.674000', '164133.676000', '164133.679000', '164133.681000', '164133.684000', '164133.686000', '164133.689000', '164133.692000', '164133.694000', '164133.697000', '164133.699000', '164133.702000', '164133.705000', '164133.707000', '164133.710000', '164133.712000', '164133.715000', '164133.717000', '164133.720000', '164133.723000', '164133.725000', '164133.728000', '164133.730000', '164133.733000', '164133.735000', '164133.738000', '164133.740000', '164133.743000', '164133.745000', '164153.635000', '164153.638000', '164153.641000', '164153.643000', '164153.646000', '164153.649000', '164153.651000', '164153.654000', '164153.656000', '164153.659000', '164153.661000', '164153.664000', '164153.667000', '164153.669000', '164153.672000', '164153.674000', '164153.677000', '164153.679000', '164153.682000', '164153.685000', '164153.687000', '164153.690000', '164153.692000', '164153.695000', '164153.697000', '164153.700000', '164153.702000', '164153.705000', '164153.708000', '164153.710000', '164153.713000', '164153.715000', '164153.718000', '164153.720000', '164153.723000', '164153.726000', '164153.728000', '164153.731000', '164153.733000', '164153.736000', '164153.738000', '164153.741000', '164153.743000', '164213.635000', '164213.638000', '164213.641000', '164213.643000', '164213.646000', '164213.648000', '164213.651000', '164213.654000', '164213.656000', '164213.659000', '164213.661000', '164213.664000', '164213.666000', '164213.669000', '164213.671000', '164213.674000', '164213.677000', '164213.679000', '164213.682000', '164213.684000', '164213.687000', '164213.689000', '164213.692000', '164213.695000', '164213.697000', '164213.700000', '164213.702000', '164213.705000', '164213.707000', '164213.710000', '164213.713000', '164213.715000', '164213.718000', '164213.720000', '164213.723000', '164213.725000', '164213.728000', '164213.731000', '164213.733000', '164213.736000', '164213.738000', '164213.741000', '164213.743000', '164213.746000', '164233.635000', '164233.638000', '164233.641000', '164233.643000', '164233.646000', '164233.649000', '164233.651000', '164233.654000', '164233.656000', '164233.659000', '164233.661000', '164233.664000', '164233.667000', '164233.669000', '164233.672000', '164233.674000', '164233.677000', '164233.679000', '164233.682000', '164233.685000', '164233.687000', '164233.690000', '164233.692000', '164233.695000', '164233.697000', '164233.700000', '164233.703000', '164233.705000', '164233.708000', '164233.710000', '164233.737000', '164233.739000', '164233.742000', '164233.745000', '164233.747000', '164233.750000', '164233.752000', '164233.755000', '164233.757000', '164233.760000', '164233.762000', '164233.765000', '164233.767000', '164253.636000', '164253.639000', '164253.642000', '164253.644000', '164253.647000', '164253.649000', '164253.652000', '164253.655000', '164253.657000', '164253.660000', '164253.662000', '164253.665000', '164253.667000', '164253.670000', '164253.673000', '164253.675000', '164253.678000', '164253.680000', '164253.683000', '164253.685000', '164253.688000', '164253.691000', '164253.693000', '164253.696000', '164253.698000', '164253.701000', '164253.703000', '164253.706000', '164253.709000', '164253.711000', '164253.714000', '164253.716000', '164253.719000', '164253.721000', '164253.724000', '164253.726000', '164253.729000', '164253.732000', '164253.734000', '164253.737000', '164253.739000', '164253.742000', '164253.744000', '164253.747000', '164313.635000', '164313.638000', '164313.641000', '164313.643000', '164313.646000', '164313.648000', '164313.651000', '164313.654000', '164313.656000', '164313.659000', '164313.661000', '164313.664000', '164313.666000', '164313.669000', '164313.671000', '164313.674000', '164313.677000', '164313.679000', '164313.682000', '164313.684000', '164313.687000', '164313.689000', '164313.692000', '164313.695000', '164313.697000', '164313.700000', '164313.702000', '164313.705000', '164313.707000', '164313.710000', '164313.713000', '164313.715000', '164313.718000', '164313.720000', '164313.723000', '164313.725000', '164313.728000', '164313.730000', '164313.733000', '164313.736000', '164313.738000', '164313.741000', '164313.743000', '164333.635000', '164333.638000', '164333.641000', '164333.644000', '164333.646000', '164333.649000', '164333.651000', '164333.654000', '164333.657000', '164333.659000', '164333.662000', '164333.665000', '164333.667000', '164333.670000', '164333.672000', '164333.675000', '164333.678000', '164333.680000', '164333.683000', '164333.685000', '164333.688000', '164333.690000', '164333.693000', '164333.696000', '164333.698000', '164333.701000', '164333.703000', '164333.706000', '164333.709000', '164333.711000', '164333.714000', '164333.716000', '164333.719000', '164333.721000', '164333.724000', '164333.727000', '164333.729000', '164333.732000', '164333.734000', '164333.737000', '164333.739000', '164333.742000', '164333.745000', '164333.747000', '164353.636000', '164353.638000', '164353.641000', '164353.644000', '164353.646000', '164353.649000', '164353.651000', '164353.654000', '164353.656000', '164353.659000', '164353.662000', '164353.666000', '164353.669000', '164353.671000', '164353.674000', '164353.676000', '164353.679000', '164353.682000', '164353.684000', '164353.687000', '164353.689000', '164353.692000', '164353.694000', '164353.697000', '164353.699000', '164353.702000', '164353.705000', '164353.707000', '164353.710000', '164353.712000', '164353.715000', '164353.717000', '164353.720000', '164353.723000', '164353.725000', '164353.728000', '164353.730000', '164353.733000', '164353.735000', '164353.738000', '164353.741000', '164353.743000', '164353.746000', '164413.635000', '164413.638000', '164413.641000', '164413.643000', '164413.646000', '164413.649000', '164413.651000', '164413.654000', '164413.656000', '164413.659000', '164413.662000', '164413.664000', '164413.667000', '164413.669000', '164413.672000', '164413.674000', '164413.677000', '164413.680000', '164413.682000', '164413.685000', '164413.687000', '164413.690000', '164413.692000', '164413.695000', '164413.697000', '164413.700000', '164413.717000', '164413.719000', '164413.722000', '164413.724000', '164413.727000', '164413.729000', '164413.732000', '164413.735000', '164413.737000', '164413.740000', '164413.742000', '164413.745000', '164413.748000', '164413.750000', '164413.753000', '164413.755000', '164413.758000', '164433.635000', '164433.638000', '164433.641000', '164433.643000', '164433.646000', '164433.648000', '164433.651000', '164433.653000', '164433.656000', '164433.659000', '164433.661000', '164433.664000', '164433.666000', '164433.669000', '164433.672000', '164433.674000', '164433.677000', '164433.679000', '164433.682000', '164433.684000', '164433.687000', '164433.690000', '164433.692000', '164433.695000', '164433.698000', '164433.700000', '164433.703000', '164433.705000', '164433.708000', '164433.710000', '164433.713000', '164433.716000', '164433.718000', '164433.721000', '164433.723000', '164433.726000', '164433.728000', '164433.731000', '164433.734000', '164433.736000', '164433.739000', '164433.741000', '164433.744000', '164433.747000', '164453.635000', '164453.638000', '164453.641000', '164453.643000', '164453.646000', '164453.648000', '164453.652000', '164453.655000', '164453.658000', '164453.660000', '164453.663000', '164453.666000', '164453.668000', '164453.671000', '164453.674000', '164453.676000', '164453.679000', '164453.681000', '164453.684000', '164453.686000', '164453.689000', '164453.692000', '164453.694000', '164453.697000', '164453.700000', '164453.703000', '164453.706000', '164453.708000', '164453.711000', '164453.714000', '164453.716000', '164453.719000', '164453.721000', '164453.724000', '164453.726000', '164453.729000', '164453.732000', '164453.734000', '164453.737000', '164453.739000', '164453.742000', '164453.745000', '164453.747000', '164513.636000', '164513.639000', '164513.642000', '164513.644000', '164513.647000', '164513.650000', '164513.652000', '164513.655000', '164513.657000', '164513.660000', '164513.662000', '164513.665000', '164513.668000', '164513.670000', '164513.673000', '164513.675000', '164513.678000', '164513.680000', '164513.683000', '164513.686000', '164513.688000', '164513.691000', '164513.694000', '164513.696000', '164513.699000', '164513.701000', '164513.704000', '164513.707000', '164513.709000', '164513.712000', '164513.714000', '164513.717000', '164513.719000', '164513.722000', '164513.725000', '164513.727000', '164513.730000', '164513.732000', '164513.735000', '164513.737000', '164513.740000', '164513.743000', '164513.745000', '164513.748000', '164533.635000', '164533.638000', '164533.641000', '164533.643000', '164533.646000', '164533.649000', '164533.651000', '164533.654000', '164533.656000', '164533.659000', '164533.661000', '164533.664000', '164533.667000', '164533.669000', '164533.672000', '164533.674000', '164533.677000', '164533.680000', '164533.682000', '164533.685000', '164533.687000', '164533.690000', '164533.693000', '164533.695000', '164533.698000', '164533.700000', '164533.703000', '164533.706000', '164533.708000', '164533.711000', '164533.713000', '164533.716000', '164533.719000', '164533.721000', '164533.724000', '164533.726000', '164533.729000', '164533.743000', '164533.746000', '164533.749000', '164533.751000', '164533.754000', '164533.756000', '164553.635000', '164553.638000', '164553.641000', '164553.644000', '164553.646000', '164553.649000', '164553.658000', '164553.660000', '164553.663000', '164553.665000', '164553.668000', '164553.671000', '164553.673000', '164553.676000', '164553.678000', '164553.681000', '164553.683000', '164553.686000', '164553.689000', '164553.691000', '164553.694000', '164553.696000', '164553.699000', '164553.701000', '164553.704000', '164553.707000', '164553.709000', '164553.712000', '164553.714000', '164553.717000', '164553.719000', '164553.722000', '164553.724000', '164553.727000', '164553.730000', '164553.732000', '164553.735000', '164553.738000', '164553.740000', '164553.743000', '164553.745000', '164553.748000', '164553.750000', '164553.753000', '164613.635000', '164613.638000', '164613.641000', '164613.645000', '164613.648000', '164613.650000', '164613.653000', '164613.655000', '164613.658000', '164613.661000', '164613.663000', '164613.666000', '164613.668000', '164613.671000', '164613.673000', '164613.676000', '164613.679000', '164613.681000', '164613.684000', '164613.686000', '164613.689000', '164613.693000', '164613.695000', '164613.698000', '164613.701000', '164613.703000', '164613.706000', '164613.708000', '164613.711000', '164613.713000', '164613.716000', '164613.719000', '164613.721000', '164613.724000', '164613.726000', '164613.729000', '164613.731000', '164613.734000', '164613.736000', '164613.739000', '164613.742000', '164613.744000', '164613.747000', '164633.636000', '164633.638000', '164633.641000', '164633.644000', '164633.646000', '164633.649000', '164633.652000', '164633.654000', '164633.657000', '164633.659000', '164633.662000', '164633.664000', '164633.667000', '164633.670000', '164633.672000', '164633.675000', '164633.677000', '164633.680000', '164633.682000', '164633.685000', '164633.688000', '164633.690000', '164633.693000', '164633.696000', '164633.698000', '164633.701000', '164633.703000', '164633.706000', '164633.708000', '164633.711000', '164633.714000', '164633.716000', '164633.719000', '164633.721000', '164633.724000', '164633.726000', '164633.729000', '164633.732000', '164633.734000', '164633.737000', '164633.739000', '164633.742000', '164633.744000', '164633.747000', '164653.636000', '164653.638000', '164653.641000', '164653.644000', '164653.646000', '164653.649000', '164653.651000', '164653.654000', '164653.657000', '164653.659000', '164653.662000', '164653.664000', '164653.667000', '164653.669000', '164653.672000', '164653.674000', '164653.677000', '164653.680000', '164653.682000', '164653.685000', '164653.688000', '164653.690000', '164653.693000', '164653.696000', '164653.698000', '164653.701000', '164653.703000', '164653.706000', '164653.708000', '164653.711000', '164653.714000', '164653.716000', '164653.719000', '164653.721000', '164653.724000', '164653.727000', '164653.729000', '164653.732000', '164653.734000', '164653.737000', '164653.739000', '164653.742000', '164653.744000', '164705.171000', '164705.174000', '164705.177000', '164705.180000', '164705.182000', '164705.194000', '164705.197000', '164705.200000', '164705.203000', '164705.205000', '164705.208000', '164705.211000', '164705.214000', '164705.217000', '164705.219000', '164705.222000', '164705.225000', '164705.227000', '164705.230000', '164705.233000', '164705.235000', '164705.238000', '164705.241000', '164705.243000', '164705.246000', '164705.248000'], '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': [11134, 13242, 10724, 8200, 14602, 9831, 14521, 10040, 10973, 9544, 7911, 11846, 7795, 14310, 10249, 12264, 9325, 7977, 12208, 10266, 11482, 10286, 8234, 13808, 11277, 8036, 13262, 10379, 10019, 13444, 11989, 10806, 8461, 14709, 12117, 11449, 16920, 17166, 20503, 16673, 19876, 18804, 15387, 19340, 14454, 19243, 14431, 19141, 13035, 16543, 11541, 14808, 10979, 14700, 10388, 12134, 9828, 7455, 10149, 7770, 12176, 9422, 7453, 11375, 9522, 8393, 9000, 8560, 9028, 10928, 9437, 14437, 11569, 14717, 16462, 11344, 17318, 12350, 13189, 12435, 7541, 14644, 11034, 11611, 14444, 11627, 17141, 11406, 11533, 11679, 7549, 14547, 10110, 15482, 11958, 17386, 10653, 11757, 9801, 7281, 11121, 8143, 12979, 9699, 7478, 10128, 7498, 11767, 8925, 12748, 9863, 13324, 9572, 7327, 10913, 7477, 12563, 9431, 13182, 10246, 16646, 9530, 14229, 9669, 10819, 10870, 7717, 12453, 8291, 12702, 9660, 12423, 10080, 9523, 12050, 8047, 13050, 9413, 12634, 9526, 7963, 12363, 8968, 16439, 9711, 7817, 11802, 9407, 8796, 11731, 10409, 14839, 10735, 7892, 13538, 9780, 7852, 13932, 13269, 19025, 11288, 10891, 11595, 7749, 13677, 8646, 16838, 10653, 15850, 9270, 7497, 10216, 7717, 12428, 9144, 12244, 8946, 9308, 9411, 8403, 12051, 7399, 13379, 9112, 13352, 9495, 15874, 12839, 16541, 10059, 9511, 11747, 7496, 14322, 11164, 18186, 11717, 7493, 12707, 9094, 12308, 9409, 7799, 11894, 7734, 14882, 13527, 17519, 10498, 7916, 11423, 8304, 14675, 11191, 17471, 11083, 7715, 11993, 8577, 13704, 10208, 9918, 11170, 7360, 11490, 8495, 8224, 9099, 7655, 12668, 10372, 13981, 9418, 10460, 10437, 7769, 12920, 9525, 16073, 9154, 8878, 7172, 9278, 15106, 10865, 10300, 16229, 12083, 8269, 13952, 11548, 14592, 11604, 9339, 17234, 12115, 21923, 14243, 23067, 16911, 23302, 16588, 15858, 12205, 8621, 13704, 11274, 17975, 11632, 7825, 13238, 9483, 7416, 11557, 9253, 14699, 10139, 7309, 13247, 9960, 13815, 9675, 7390, 12247, 10590, 15813, 10867, 7505, 11112, 8358, 11833, 9014, 8231, 10920, 7141, 12509, 9319, 10408, 9470, 7818, 12906, 10658, 14634, 9948, 7484, 11989, 9497, 10556, 10773, 7671, 16752, 9536, 7926, 10971, 8485, 17430, 13773, 13295, 12651, 9314, 17795, 11013, 12002, 10854, 8008, 17652, 14577, 14910, 10261, 7487, 12518, 9849, 17477, 11871, 10987, 11019, 7352, 12539, 9335, 13074, 10022, 9548, 11586, 7449, 12313, 9407, 8833, 10185, 7434, 13116, 9752, 11073, 9540, 7669, 12341, 9642, 17255, 11999, 8798, 10865, 7671, 12693, 9931, 9822, 11292, 7351, 11935, 9252, 15425, 10734, 17536, 12567, 10404, 11787, 7491, 14789, 10555, 19708, 10239, 7907, 11236, 8539, 13120, 10117, 7904, 12138, 8964, 12893, 9438, 8793, 11111, 7700, 15352, 10175, 15692, 9451, 8814, 11363, 7793, 15832, 10281, 17626, 9752, 10020, 10570, 7627, 13675, 9476, 15743, 9677, 13659, 9407, 10270, 12240, 7404, 15565, 9792, 9066, 9305, 7647, 12974, 8940, 12905, 9284, 7639, 10990, 7880, 14332, 12328, 15964, 10217, 10766, 12160, 9952, 18362, 15299, 19952, 13155, 12622, 11419, 7505, 13203, 10900, 18478, 10091, 9219, 11270, 7281, 13563, 11052, 17859, 9386, 9609, 11154, 7702, 13223, 10224, 18735, 14036, 10486, 11092, 8495, 13742, 11144, 7635, 14335, 11514, 7682, 13259, 10950, 11060, 13287, 10724, 16113, 11912, 10694, 18399, 16131, 19467, 16701, 18941, 12923, 12677, 13796, 10038, 16656, 11364, 14121, 10174, 10202, 10270, 7414, 13889, 9479, 10027, 8937, 7896, 11780, 8852, 13967, 10102, 8868, 10427, 7714, 12436, 8312, 15376, 12221, 17568, 10614, 10394, 11582, 12281, 18168, 14206, 10812, 9355, 8004, 10757, 10087, 9951, 16573, 13157, 18748, 11951, 12886, 16274, 10187, 15922, 10773, 17253, 10839, 11670, 11470, 7176, 12839, 9457, 11079, 9784, 7412, 12113, 8194, 12208, 9470, 12480, 10134, 7800, 11688, 8011, 12076, 9255, 11732, 9765, 8476, 11691, 7445, 11738, 7943, 11926, 9630, 13717, 9938, 7470, 12338, 8504, 11689, 9719, 7651, 11830, 9218, 7719, 11021, 9577, 13259, 9818, 7525, 11963, 9283, 13643, 9911, 9816, 13441, 9733, 17816, 10707, 9343, 12616, 10081, 17613, 10854, 7519, 14022, 10781, 15677, 13177, 8856, 14647, 10100, 10147, 11950, 10118, 17643, 15528, 16506, 10241, 9356, 12763, 8461, 17403, 12541, 15060, 9716, 7940, 11478, 7855, 15536, 12100, 14853, 9250, 9435, 11320, 8098, 16294, 11072, 16242, 9677, 13389, 9553, 9291, 12482, 8289, 15510, 9653, 11695, 10344, 9050, 14083, 10217, 11840, 8737, 7485, 11952, 10687, 9944, 10523, 8645, 12311, 9876, 7562, 13071, 10003, 9784, 15814, 12771, 19987, 12513, 10336, 12235, 10650, 19437, 14618, 10309, 11992, 9153, 13917, 10005, 7959, 11076, 9339, 11961, 8724, 7837, 10999, 8993, 16211, 9637, 10767, 9610, 7509, 12028, 8751, 16129, 11438, 13873, 9487, 7618, 12429, 10171, 17233, 9960, 7239, 12245, 9209, 7628, 12288, 11361, 15192, 12107, 8954, 14648, 10654, 8086, 12187, 9164, 7457, 15435, 11510, 13326, 16399, 12781, 19795, 13524, 14697, 15786, 10273, 15070, 10629, 15655, 9822, 11381, 13391, 7349, 12884, 9398, 11026, 9001, 7574, 12287, 8583, 11970, 9133, 7375, 10485, 7595, 13498, 10347, 14411, 8979, 7917, 11688, 8410, 15322, 10990, 16603, 9384, 11029, 10635, 7632, 12400, 8194, 12322, 9503, 13736, 10051, 11648, 11319, 7722, 11929, 8791, 12701, 10389, 11314, 12311, 9730, 13124, 10696, 8122, 12737, 10355, 7632, 15538, 11943, 8368, 15177, 11542, 9820, 18014, 14604, 11032, 12942, 10123, 10297, 13652, 12814, 19732, 13365, 9827, 17306, 14013, 12173, 15682, 10214, 12467, 9338, 7427, 13406, 11199, 16999, 11572, 10001, 10053, 7279, 12571, 10668, 15941, 10290, 7525, 11097, 8118, 13574, 10803, 13608, 10442, 7526, 11175, 8198, 13404, 10976, 14985, 9977, 8611, 10897, 8060, 14552, 11562, 14369, 9862, 7651, 11674, 8687, 14806, 11716, 10353, 10628, 7209, 11898, 9525, 13845, 10944, 10112, 10604, 7295, 12110, 9829, 14188, 11019, 13251, 11061, 7339, 11981, 9667, 14248, 11045, 14959, 9950, 10505, 10928, 9435, 12838, 7748, 14645, 10015, 12594, 9566, 12399, 9516, 8923, 10792, 7442, 11664, 8511, 12636], 'WindowCenter': [4682.0, 4674.0, 4650.0, 4618.0, 4678.0, 4625.0, 4664.0, 4614.0, 4622.0, 4613.0, 4582.0, 4631.0, 4582.0, 4651.0, 4611.0, 4632.0, 4599.0, 4592.0, 4631.0, 4624.0, 4646.0, 4637.0, 4607.0, 4653.0, 4645.0, 4593.0, 4651.0, 4610.0, 4613.0, 4657.0, 4655.0, 4649.0, 4607.0, 4679.0, 4669.0, 4650.0, 4689.0, 4676.0, 4685.0, 4653.0, 4662.0, 4650.0, 4628.0, 4647.0, 4626.0, 4645.0, 4614.0, 4629.0, 4598.0, 4616.0, 4577.0, 4598.0, 4582.0, 4607.0, 4582.0, 4587.0, 4569.0, 4540.0, 4581.0, 4552.0, 4615.0, 4601.0, 4567.0, 4617.0, 4633.0, 4585.0, 4610.0, 4595.0, 4593.0, 4611.0, 4587.0, 4654.0, 4651.0, 4678.0, 4676.0, 4632.0, 4660.0, 4614.0, 4627.0, 4632.0, 4574.0, 4654.0, 4627.0, 4635.0, 4665.0, 4632.0, 4659.0, 4622.0, 4607.0, 4616.0, 4569.0, 4637.0, 4612.0, 4649.0, 4631.0, 4662.0, 4612.0, 4620.0, 4600.0, 4560.0, 4617.0, 4581.0, 4638.0, 4614.0, 4580.0, 4622.0, 4585.0, 4632.0, 4603.0, 4639.0, 4614.0, 4653.0, 4613.0, 4584.0, 4623.0, 4583.0, 4639.0, 4613.0, 4655.0, 4625.0, 4662.0, 4613.0, 4651.0, 4612.0, 4635.0, 4620.0, 4583.0, 4641.0, 4590.0, 4652.0, 4624.0, 4655.0, 4627.0, 4627.0, 4641.0, 4591.0, 4640.0, 4611.0, 4630.0, 4611.0, 4606.0, 4642.0, 4602.0, 4662.0, 4611.0, 4593.0, 4646.0, 4613.0, 4602.0, 4641.0, 4649.0, 4667.0, 4636.0, 4595.0, 4651.0, 4624.0, 4589.0, 4651.0, 4644.0, 4682.0, 4633.0, 4619.0, 4629.0, 4578.0, 4641.0, 4602.0, 4660.0, 4608.0, 4647.0, 4599.0, 4567.0, 4608.0, 4584.0, 4654.0, 4611.0, 4639.0, 4612.0, 4611.0, 4611.0, 4604.0, 4642.0, 4580.0, 4654.0, 4604.0, 4641.0, 4611.0, 4659.0, 4642.0, 4660.0, 4611.0, 4600.0, 4618.0, 4568.0, 4651.0, 4620.0, 4668.0, 4630.0, 4569.0, 4639.0, 4602.0, 4630.0, 4600.0, 4580.0, 4632.0, 4579.0, 4652.0, 4640.0, 4668.0, 4621.0, 4591.0, 4631.0, 4589.0, 4648.0, 4619.0, 4657.0, 4607.0, 4567.0, 4617.0, 4588.0, 4634.0, 4611.0, 4621.0, 4627.0, 4580.0, 4625.0, 4598.0, 4600.0, 4611.0, 4593.0, 4650.0, 4634.0, 4663.0, 4615.0, 4621.0, 4619.0, 4580.0, 4640.0, 4600.0, 4658.0, 4614.0, 4555.0, 4522.0, 4615.0, 4647.0, 4591.0, 4622.0, 4657.0, 4643.0, 4621.0, 4676.0, 4655.0, 4680.0, 4648.0, 4613.0, 4672.0, 4632.0, 4691.0, 4649.0, 4691.0, 4660.0, 4680.0, 4661.0, 4662.0, 4628.0, 4592.0, 4638.0, 4618.0, 4655.0, 4621.0, 4568.0, 4624.0, 4596.0, 4571.0, 4620.0, 4601.0, 4652.0, 4624.0, 4573.0, 4633.0, 4625.0, 4638.0, 4609.0, 4570.0, 4629.0, 4609.0, 4649.0, 4608.0, 4566.0, 4620.0, 4590.0, 4629.0, 4601.0, 4592.0, 4621.0, 4572.0, 4642.0, 4602.0, 4622.0, 4614.0, 4584.0, 4642.0, 4624.0, 4663.0, 4613.0, 4583.0, 4630.0, 4615.0, 4620.0, 4631.0, 4592.0, 4674.0, 4613.0, 4595.0, 4623.0, 4604.0, 4673.0, 4654.0, 4654.0, 4642.0, 4601.0, 4672.0, 4632.0, 4631.0, 4619.0, 4580.0, 4673.0, 4653.0, 4648.0, 4611.0, 4580.0, 4630.0, 4609.0, 4657.0, 4628.0, 4620.0, 4617.0, 4570.0, 4630.0, 4598.0, 4639.0, 4611.0, 4598.0, 4621.0, 4571.0, 4630.0, 4603.0, 4615.0, 4622.0, 4581.0, 4641.0, 4612.0, 4631.0, 4609.0, 4582.0, 4643.0, 4614.0, 4673.0, 4633.0, 4591.0, 4621.0, 4582.0, 4641.0, 4623.0, 4623.0, 4635.0, 4586.0, 4644.0, 4614.0, 4663.0, 4634.0, 4673.0, 4642.0, 4610.0, 4630.0, 4570.0, 4650.0, 4611.0, 4682.0, 4610.0, 4591.0, 4620.0, 4602.0, 4641.0, 4623.0, 4602.0, 4643.0, 4602.0, 4644.0, 4611.0, 4604.0, 4633.0, 4584.0, 4663.0, 4612.0, 4662.0, 4613.0, 4601.0, 4633.0, 4580.0, 4662.0, 4611.0, 4661.0, 4611.0, 4612.0, 4621.0, 4583.0, 4642.0, 4612.0, 4660.0, 4613.0, 4641.0, 4604.0, 4610.0, 4632.0, 4570.0, 4662.0, 4608.0, 4600.0, 4610.0, 4581.0, 4643.0, 4602.0, 4642.0, 4615.0, 4583.0, 4632.0, 4607.0, 4666.0, 4657.0, 4676.0, 4625.0, 4633.0, 4632.0, 4614.0, 4672.0, 4664.0, 4683.0, 4641.0, 4628.0, 4630.0, 4582.0, 4642.0, 4621.0, 4671.0, 4622.0, 4600.0, 4621.0, 4582.0, 4653.0, 4635.0, 4670.0, 4612.0, 4612.0, 4632.0, 4579.0, 4640.0, 4611.0, 4673.0, 4651.0, 4621.0, 4631.0, 4608.0, 4653.0, 4632.0, 4595.0, 4664.0, 4647.0, 4597.0, 4653.0, 4649.0, 4636.0, 4653.0, 4634.0, 4665.0, 4634.0, 4624.0, 4676.0, 4663.0, 4685.0, 4662.0, 4670.0, 4630.0, 4641.0, 4641.0, 4600.0, 4660.0, 4620.0, 4638.0, 4609.0, 4607.0, 4608.0, 4568.0, 4643.0, 4625.0, 4613.0, 4602.0, 4593.0, 4658.0, 4614.0, 4653.0, 4624.0, 4616.0, 4633.0, 4592.0, 4656.0, 4605.0, 4663.0, 4633.0, 4673.0, 4622.0, 4642.0, 4669.0, 4665.0, 4648.0, 4654.0, 4621.0, 4600.0, 4592.0, 4633.0, 4611.0, 4600.0, 4663.0, 4643.0, 4668.0, 4630.0, 4630.0, 4661.0, 4606.0, 4650.0, 4610.0, 4649.0, 4610.0, 4618.0, 4616.0, 4557.0, 4630.0, 4601.0, 4615.0, 4596.0, 4568.0, 4619.0, 4579.0, 4616.0, 4599.0, 4615.0, 4610.0, 4582.0, 4619.0, 4581.0, 4630.0, 4600.0, 4618.0, 4599.0, 4579.0, 4620.0, 4569.0, 4618.0, 4569.0, 4617.0, 4597.0, 4629.0, 4608.0, 4584.0, 4634.0, 4593.0, 4633.0, 4611.0, 4592.0, 4643.0, 4601.0, 4583.0, 4622.0, 4615.0, 4644.0, 4611.0, 4595.0, 4645.0, 4616.0, 4656.0, 4624.0, 4625.0, 4654.0, 4614.0, 4675.0, 4627.0, 4620.0, 4646.0, 4625.0, 4676.0, 4636.0, 4587.0, 4663.0, 4637.0, 4676.0, 4656.0, 4616.0, 4664.0, 4627.0, 4627.0, 4646.0, 4627.0, 4675.0, 4664.0, 4674.0, 4623.0, 4599.0, 4640.0, 4593.0, 4673.0, 4633.0, 4652.0, 4611.0, 4591.0, 4631.0, 4592.0, 4664.0, 4632.0, 4649.0, 4602.0, 4601.0, 4622.0, 4582.0, 4663.0, 4620.0, 4661.0, 4602.0, 4640.0, 4598.0, 4599.0, 4631.0, 4577.0, 4650.0, 4601.0, 4643.0, 4616.0, 4570.0, 4620.0, 4588.0, 4620.0, 4601.0, 4583.0, 4647.0, 4638.0, 4624.0, 4625.0, 4601.0, 4620.0, 4610.0, 4582.0, 4642.0, 4614.0, 4624.0, 4667.0, 4647.0, 4683.0, 4631.0, 4608.0, 4616.0, 4610.0, 4671.0, 4648.0, 4610.0, 4619.0, 4601.0, 4640.0, 4613.0, 4589.0, 4618.0, 4599.0, 4619.0, 4586.0, 4581.0, 4610.0, 4593.0, 4660.0, 4600.0, 4619.0, 4600.0, 4571.0, 4633.0, 4593.0, 4654.0, 4622.0, 4639.0, 4602.0, 4583.0, 4631.0, 4626.0, 4674.0, 4615.0, 4573.0, 4633.0, 4615.0, 4583.0, 4645.0, 4647.0, 4655.0, 4634.0, 4603.0, 4652.0, 4624.0, 4596.0, 4648.0, 4615.0, 4584.0, 4662.0, 4635.0, 4654.0, 4662.0, 4644.0, 4680.0, 4644.0, 4653.0, 4654.0, 4610.0, 4650.0, 4611.0, 4649.0, 4600.0, 4618.0, 4630.0, 4569.0, 4629.0, 4600.0, 4606.0, 4590.0, 4568.0, 4632.0, 4592.0, 4621.0, 4602.0, 4572.0, 4620.0, 4593.0, 4643.0, 4612.0, 4653.0, 4603.0, 4583.0, 4631.0, 4591.0, 4650.0, 4608.0, 4661.0, 4598.0, 4622.0, 4621.0, 4582.0, 4631.0, 4578.0, 4629.0, 4597.0, 4640.0, 4609.0, 4632.0, 4620.0, 4568.0, 4622.0, 4603.0, 4631.0, 4612.0, 4626.0, 4635.0, 4614.0, 4642.0, 4623.0, 4582.0, 4632.0, 4615.0, 4584.0, 4666.0, 4649.0, 4608.0, 4665.0, 4633.0, 4614.0, 4675.0, 4667.0, 4624.0, 4631.0, 4611.0, 4623.0, 4643.0, 4643.0, 4685.0, 4643.0, 4611.0, 4664.0, 4643.0, 4619.0, 4652.0, 4610.0, 4630.0, 4601.0, 4570.0, 4641.0, 4623.0, 4673.0, 4633.0, 4623.0, 4613.0, 4585.0, 4642.0, 4623.0, 4659.0, 4611.0, 4581.0, 4622.0, 4595.0, 4653.0, 4635.0, 4652.0, 4623.0, 4582.0, 4632.0, 4593.0, 4654.0, 4622.0, 4665.0, 4625.0, 4604.0, 4622.0, 4594.0, 4653.0, 4633.0, 4664.0, 4624.0, 4583.0, 4631.0, 4603.0, 4663.0, 4633.0, 4611.0, 4620.0, 4586.0, 4631.0, 4609.0, 4653.0, 4634.0, 4625.0, 4622.0, 4581.0, 4643.0, 4624.0, 4652.0, 4634.0, 4643.0, 4622.0, 4582.0, 4631.0, 4612.0, 4651.0, 4633.0, 4651.0, 4613.0, 4621.0, 4621.0, 4599.0, 4641.0, 4581.0, 4652.0, 4611.0, 4642.0, 4614.0, 4641.0, 4613.0, 4601.0, 4633.0, 4583.0, 4633.0, 4604.0, 4639.0], 'WindowWidth': [10241.0, 10215.0, 10175.0, 10130.0, 10210.0, 10130.0, 10183.0, 10113.0, 10121.0, 10108.0, 10067.0, 10132.0, 10066.0, 10161.0, 10104.0, 10134.0, 10086.0, 10081.0, 10130.0, 10127.0, 10164.0, 10153.0, 10113.0, 10170.0, 10163.0, 10090.0, 10164.0, 10103.0, 10106.0, 10172.0, 10172.0, 10169.0, 10107.0, 10208.0, 10199.0, 10169.0, 10227.0, 10204.0, 10218.0, 10166.0, 10172.0, 10158.0, 10116.0, 10149.0, 10111.0, 10141.0, 10092.0, 10110.0, 10062.0, 10086.0, 10032.0, 10062.0, 10042.0, 10075.0, 10046.0, 10047.0, 10023.0, 9988.0, 10043.0, 10011.0, 10096.0, 10085.0, 10039.0, 10106.0, 10149.0, 10063.0, 10109.0, 10082.0, 10074.0, 10098.0, 10061.0, 10164.0, 10171.0, 10205.0, 10202.0, 10134.0, 10168.0, 10096.0, 10117.0, 10130.0, 10049.0, 10162.0, 10129.0, 10138.0, 10186.0, 10133.0, 10171.0, 10113.0, 10089.0, 10100.0, 10038.0, 10131.0, 10100.0, 10151.0, 10130.0, 10174.0, 10102.0, 10111.0, 10084.0, 10029.0, 10105.0, 10061.0, 10135.0, 10109.0, 10063.0, 10120.0, 10075.0, 10133.0, 10096.0, 10142.0, 10113.0, 10162.0, 10107.0, 10070.0, 10123.0, 10069.0, 10141.0, 10111.0, 10170.0, 10129.0, 10176.0, 10108.0, 10158.0, 10108.0, 10142.0, 10116.0, 10069.0, 10144.0, 10076.0, 10167.0, 10129.0, 10172.0, 10136.0, 10137.0, 10149.0, 10079.0, 10146.0, 10105.0, 10129.0, 10106.0, 10107.0, 10151.0, 10095.0, 10177.0, 10106.0, 10085.0, 10161.0, 10111.0, 10096.0, 10148.0, 10172.0, 10191.0, 10147.0, 10089.0, 10163.0, 10125.0, 10075.0, 10162.0, 10153.0, 10206.0, 10136.0, 10114.0, 10127.0, 10058.0, 10145.0, 10095.0, 10175.0, 10098.0, 10149.0, 10086.0, 10044.0, 10099.0, 10074.0, 10170.0, 10107.0, 10145.0, 10111.0, 10109.0, 10108.0, 10101.0, 10155.0, 10064.0, 10167.0, 10100.0, 10147.0, 10108.0, 10172.0, 10149.0, 10170.0, 10102.0, 10086.0, 10110.0, 10044.0, 10159.0, 10116.0, 10184.0, 10131.0, 10045.0, 10138.0, 10093.0, 10130.0, 10089.0, 10063.0, 10132.0, 10062.0, 10163.0, 10143.0, 10180.0, 10121.0, 10081.0, 10131.0, 10073.0, 10154.0, 10114.0, 10162.0, 10092.0, 10038.0, 10105.0, 10068.0, 10130.0, 10104.0, 10121.0, 10124.0, 10062.0, 10120.0, 10088.0, 10093.0, 10110.0, 10086.0, 10161.0, 10144.0, 10180.0, 10116.0, 10120.0, 10115.0, 10063.0, 10147.0, 10088.0, 10169.0, 10115.0, 10008.0, 9970.0, 10126.0, 10159.0, 10066.0, 10129.0, 10170.0, 10155.0, 10131.0, 10204.0, 10176.0, 10217.0, 10166.0, 10112.0, 10194.0, 10133.0, 10216.0, 10155.0, 10221.0, 10172.0, 10204.0, 10172.0, 10173.0, 10122.0, 10078.0, 10138.0, 10109.0, 10161.0, 10115.0, 10038.0, 10111.0, 10080.0, 10047.0, 10112.0, 10090.0, 10161.0, 10125.0, 10053.0, 10130.0, 10128.0, 10137.0, 10098.0, 10047.0, 10124.0, 10098.0, 10153.0, 10095.0, 10037.0, 10111.0, 10075.0, 10126.0, 10091.0, 10080.0, 10117.0, 10051.0, 10150.0, 10093.0, 10121.0, 10110.0, 10070.0, 10150.0, 10126.0, 10177.0, 10108.0, 10069.0, 10130.0, 10115.0, 10117.0, 10135.0, 10084.0, 10196.0, 10110.0, 10088.0, 10123.0, 10100.0, 10197.0, 10167.0, 10163.0, 10146.0, 10090.0, 10192.0, 10136.0, 10128.0, 10113.0, 10060.0, 10194.0, 10162.0, 10151.0, 10103.0, 10062.0, 10127.0, 10099.0, 10166.0, 10124.0, 10115.0, 10107.0, 10048.0, 10126.0, 10085.0, 10141.0, 10103.0, 10084.0, 10116.0, 10049.0, 10128.0, 10094.0, 10116.0, 10120.0, 10064.0, 10146.0, 10106.0, 10132.0, 10101.0, 10067.0, 10148.0, 10111.0, 10194.0, 10135.0, 10077.0, 10117.0, 10069.0, 10147.0, 10126.0, 10124.0, 10142.0, 10077.0, 10154.0, 10114.0, 10179.0, 10141.0, 10190.0, 10146.0, 10100.0, 10126.0, 10046.0, 10156.0, 10102.0, 10207.0, 10101.0, 10078.0, 10113.0, 10093.0, 10147.0, 10124.0, 10098.0, 10151.0, 10094.0, 10152.0, 10106.0, 10099.0, 10134.0, 10070.0, 10177.0, 10105.0, 10175.0, 10108.0, 10092.0, 10136.0, 10061.0, 10175.0, 10101.0, 10171.0, 10103.0, 10106.0, 10117.0, 10069.0, 10146.0, 10105.0, 10169.0, 10109.0, 10145.0, 10094.0, 10099.0, 10132.0, 10048.0, 10172.0, 10097.0, 10088.0, 10103.0, 10064.0, 10151.0, 10094.0, 10148.0, 10112.0, 10071.0, 10136.0, 10108.0, 10188.0, 10175.0, 10202.0, 10129.0, 10137.0, 10134.0, 10111.0, 10194.0, 10179.0, 10211.0, 10142.0, 10124.0, 10127.0, 10068.0, 10147.0, 10118.0, 10186.0, 10119.0, 10088.0, 10117.0, 10065.0, 10165.0, 10143.0, 10185.0, 10107.0, 10107.0, 10131.0, 10059.0, 10142.0, 10103.0, 10192.0, 10156.0, 10118.0, 10133.0, 10111.0, 10165.0, 10136.0, 10088.0, 10184.0, 10162.0, 10093.0, 10167.0, 10168.0, 10145.0, 10164.0, 10141.0, 10186.0, 10139.0, 10127.0, 10206.0, 10177.0, 10215.0, 10176.0, 10186.0, 10127.0, 10143.0, 10143.0, 10084.0, 10169.0, 10111.0, 10135.0, 10095.0, 10095.0, 10095.0, 10042.0, 10146.0, 10130.0, 10109.0, 10093.0, 10082.0, 10179.0, 10113.0, 10165.0, 10125.0, 10116.0, 10137.0, 10082.0, 10173.0, 10101.0, 10178.0, 10135.0, 10192.0, 10124.0, 10161.0, 10207.0, 10196.0, 10148.0, 10163.0, 10112.0, 10083.0, 10076.0, 10136.0, 10102.0, 10084.0, 10175.0, 10149.0, 10178.0, 10126.0, 10123.0, 10171.0, 10090.0, 10153.0, 10098.0, 10149.0, 10098.0, 10103.0, 10102.0, 10026.0, 10124.0, 10085.0, 10099.0, 10076.0, 10039.0, 10107.0, 10054.0, 10103.0, 10080.0, 10101.0, 10098.0, 10062.0, 10109.0, 10060.0, 10125.0, 10085.0, 10106.0, 10083.0, 10054.0, 10109.0, 10040.0, 10105.0, 10042.0, 10104.0, 10079.0, 10122.0, 10095.0, 10070.0, 10136.0, 10079.0, 10131.0, 10102.0, 10082.0, 10149.0, 10090.0, 10068.0, 10117.0, 10113.0, 10151.0, 10105.0, 10087.0, 10154.0, 10117.0, 10169.0, 10125.0, 10128.0, 10168.0, 10110.0, 10196.0, 10133.0, 10126.0, 10156.0, 10126.0, 10198.0, 10145.0, 10079.0, 10180.0, 10147.0, 10200.0, 10170.0, 10116.0, 10183.0, 10133.0, 10133.0, 10155.0, 10131.0, 10198.0, 10176.0, 10191.0, 10120.0, 10085.0, 10144.0, 10083.0, 10193.0, 10135.0, 10159.0, 10103.0, 10076.0, 10131.0, 10080.0, 10178.0, 10132.0, 10155.0, 10092.0, 10089.0, 10118.0, 10065.0, 10178.0, 10112.0, 10171.0, 10089.0, 10138.0, 10082.0, 10083.0, 10131.0, 10053.0, 10154.0, 10088.0, 10150.0, 10112.0, 10035.0, 10104.0, 10057.0, 10107.0, 10089.0, 10067.0, 10161.0, 10149.0, 10129.0, 10127.0, 10093.0, 10110.0, 10097.0, 10065.0, 10146.0, 10110.0, 10124.0, 10188.0, 10159.0, 10208.0, 10127.0, 10094.0, 10101.0, 10096.0, 10187.0, 10151.0, 10096.0, 10107.0, 10086.0, 10141.0, 10108.0, 10074.0, 10108.0, 10084.0, 10108.0, 10062.0, 10062.0, 10098.0, 10079.0, 10169.0, 10086.0, 10112.0, 10086.0, 10048.0, 10132.0, 10079.0, 10163.0, 10114.0, 10139.0, 10088.0, 10065.0, 10126.0, 10129.0, 10192.0, 10114.0, 10051.0, 10135.0, 10114.0, 10067.0, 10152.0, 10159.0, 10170.0, 10136.0, 10093.0, 10162.0, 10123.0, 10090.0, 10162.0, 10114.0, 10069.0, 10181.0, 10141.0, 10163.0, 10177.0, 10151.0, 10203.0, 10150.0, 10161.0, 10164.0, 10099.0, 10155.0, 10098.0, 10149.0, 10083.0, 10104.0, 10123.0, 10041.0, 10120.0, 10085.0, 10090.0, 10072.0, 10040.0, 10130.0, 10076.0, 10114.0, 10090.0, 10050.0, 10114.0, 10083.0, 10150.0, 10106.0, 10162.0, 10093.0, 10066.0, 10126.0, 10076.0, 10155.0, 10095.0, 10169.0, 10082.0, 10118.0, 10116.0, 10063.0, 10129.0, 10054.0, 10123.0, 10078.0, 10137.0, 10096.0, 10132.0, 10111.0, 10041.0, 10115.0, 10094.0, 10129.0, 10104.0, 10126.0, 10138.0, 10109.0, 10147.0, 10120.0, 10063.0, 10130.0, 10111.0, 10067.0, 10184.0, 10168.0, 10108.0, 10183.0, 10133.0, 10110.0, 10199.0, 10191.0, 10123.0, 10129.0, 10105.0, 10123.0, 10146.0, 10148.0, 10212.0, 10147.0, 10102.0, 10182.0, 10147.0, 10107.0, 10160.0, 10101.0, 10126.0, 10088.0, 10046.0, 10143.0, 10120.0, 10194.0, 10135.0, 10125.0, 10109.0, 10074.0, 10147.0, 10121.0, 10168.0, 10102.0, 10062.0, 10119.0, 10085.0, 10165.0, 10141.0, 10158.0, 10120.0, 10065.0, 10132.0, 10081.0, 10165.0, 10121.0, 10183.0, 10129.0, 10097.0, 10119.0, 10083.0, 10164.0, 10135.0, 10180.0, 10124.0, 10067.0, 10130.0, 10097.0, 10179.0, 10135.0, 10102.0, 10115.0, 10074.0, 10131.0, 10103.0, 10163.0, 10139.0, 10129.0, 10121.0, 10068.0, 10149.0, 10125.0, 10164.0, 10139.0, 10148.0, 10118.0, 10067.0, 10130.0, 10105.0, 10160.0, 10136.0, 10157.0, 10108.0, 10115.0, 10114.0, 10084.0, 10141.0, 10063.0, 10161.0, 10103.0, 10147.0, 10112.0, 10145.0, 10111.0, 10091.0, 10137.0, 10071.0, 10139.0, 10098.0, 10141.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.0040805625717566015</td></tr>
<tr><td colspan=3>aqi</td><td>0.036218138231917336</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.22380806500001</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2001234250574717</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.034325062126437</td></tr>
<tr><td colspan=3>efc</td><td>0.5211</td></tr>
<tr><td colspan=3>fber</td><td>2766.1211</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1698023224478276</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>156</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>17.91044776119403</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.619525683500082</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5629919388935103</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7651629340733783</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5304221775333584</td></tr>
<tr><td colspan=3>gcor</td><td>0.00672768</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.0035670518409460783</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.023634785786271095</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>4.042295518143083</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>12.8265</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>75.4646</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>261.1697</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>75.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>291182.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1245.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>449.7539</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6283</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>578.3808</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3753.1542</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3963.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>85362.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1391.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4875.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>980.3778</td></tr>
<tr><td colspan=3>tsnr</td><td>31.03386516496539</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>