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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>17:44:56.657500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.982073, 0.185851, 0.0314937, -0.1845, 0.981958, -0.0414469]</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.0892725</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>[4142, -7770, -7282, 609, -143, -326, -32, 99]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>236.381</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>2e7399d1-3edf-41bc-8f87-b33344eb95f7||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6348304748535156, -0.4949992895126343, 0.10429681837558746, 122.90933990478516], [-0.49862363934516907, 2.6345221996307373, -0.09421184659004211, -71.81011199951172], [0.08449536561965942, 0.11119892448186874, 2.6963393688201904, -85.39872741699219], [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': ['174456.657500', '174457.117500', '174457.577500', '174458.037500', '174458.497500', '174458.957500', '174459.417500', '174459.877500', '174500.337500', '174500.797500', '174501.257500', '174501.717500', '174502.177500', '174502.637500', '174503.097500', '174503.557500', '174504.017500', '174504.477500', '174504.937500', '174505.397500', '174505.857500', '174506.317500', '174506.777500', '174507.237500', '174507.697500', '174508.157500', '174508.617500', '174509.077500', '174509.537500', '174509.997500', '174510.457500', '174510.917500', '174511.377500', '174511.837500', '174512.297500', '174512.757500', '174513.217500', '174513.677500', '174514.137500', '174514.597500', '174515.057500', '174515.517500', '174515.977500', '174516.437500', '174516.897500', '174517.357500', '174517.817500', '174518.277500', '174518.737500', '174519.197500', '174519.657500', '174520.117500', '174520.577500', '174521.037500', '174521.497500', '174521.957500', '174522.417500', '174522.877500', '174523.337500', '174523.797500', '174524.257500', '174524.717500', '174525.177500', '174525.637500', '174526.097500', '174526.557500', '174527.017500', '174527.477500', '174527.937500', '174528.397500', '174528.857500', '174529.317500', '174529.777500', '174530.237500', '174530.697500', '174531.157500', '174531.617500', '174532.077500', '174532.537500', '174532.997500', '174533.457500', '174533.917500', '174534.377500', '174534.837500', '174535.297500', '174535.757500', '174536.217500', '174536.677500', '174537.137500', '174537.597500', '174538.057500', '174538.517500', '174538.977500', '174539.437500', '174539.897500', '174540.357500', '174540.817500', '174541.277500', '174541.737500', '174542.197500', '174542.657500', '174543.117500', '174543.577500', '174544.037500', '174544.497500', '174544.957500', '174545.417500', '174545.877500', '174546.337500', '174546.797500', '174547.257500', '174547.717500', '174548.177500', '174548.637500', '174549.097500', '174549.557500', '174550.017500', '174550.477500', '174550.937500', '174551.397500', '174551.857500', '174552.317500', '174552.777500', '174553.237500', '174553.697500', '174554.157500', '174554.617500', '174555.077500', '174555.537500', '174555.997500', '174556.457500', '174556.917500', '174557.377500', '174557.837500', '174558.297500', '174558.757500', '174559.217500', '174559.677500', '174600.137500', '174600.597500', '174601.057500', '174601.517500', '174601.977500', '174602.437500', '174602.897500', '174603.357500', '174603.817500', '174604.277500', '174604.737500', '174605.197500', '174605.657500', '174606.117500', '174606.577500', '174607.037500', '174607.497500', '174607.957500', '174608.417500', '174608.877500', '174609.337500', '174609.797500', '174610.257500', '174610.717500', '174611.177500', '174611.637500', '174612.097500', '174612.557500', '174613.017500', '174613.477500', '174613.937500', '174614.397500', '174614.857500', '174615.317500', '174615.777500', '174616.237500', '174616.697500', '174617.157500', '174617.617500', '174618.077500', '174618.537500', '174618.997500', '174619.457500', '174619.917500', '174620.377500', '174620.837500', '174621.297500', '174621.757500', '174622.217500', '174622.677500', '174623.137500', '174623.597500', '174624.057500', '174624.517500', '174624.977500', '174625.437500', '174625.897500', '174626.357500', '174626.817500', '174627.277500', '174627.737500', '174628.197500', '174628.657500', '174629.117500', '174629.577500', '174630.037500', '174630.497500', '174630.957500', '174631.417500', '174631.877500', '174632.337500', '174632.797500', '174633.257500', '174633.717500', '174634.177500', '174634.637500', '174635.097500', '174635.557500', '174636.017500', '174636.477500', '174636.937500', '174637.397500', '174637.857500', '174638.317500', '174638.777500', '174639.237500', '174639.697500', '174640.157500', '174640.617500', '174641.077500', '174641.537500', '174641.997500', '174642.457500', '174642.917500', '174643.377500', '174643.837500', '174644.297500', '174644.757500', '174645.217500', '174645.677500', '174646.137500', '174646.597500', '174647.057500', '174647.517500', '174647.977500', '174648.437500', '174648.897500', '174649.357500', '174649.817500', '174650.277500', '174650.737500', '174651.197500', '174651.657500', '174652.117500', '174652.577500', '174653.037500', '174653.497500', '174653.957500', '174654.417500', '174654.877500', '174655.337500', '174655.797500', '174656.257500', '174656.717500', '174657.177500', '174657.637500', '174658.097500', '174658.557500', '174659.017500', '174659.477500', '174659.937500', '174700.397500', '174700.857500', '174701.317500', '174701.777500', '174702.237500', '174702.697500', '174703.157500', '174703.617500', '174704.077500', '174704.537500', '174704.997500', '174705.457500', '174705.917500', '174706.377500', '174706.837500', '174707.297500', '174707.757500', '174708.217500', '174708.677500', '174709.137500', '174709.597500', '174710.057500', '174710.517500', '174710.977500', '174711.437500', '174711.897500', '174712.357500', '174712.817500', '174713.277500', '174713.737500', '174714.197500', '174714.657500', '174715.117500', '174715.577500', '174716.037500', '174716.497500', '174716.957500', '174717.417500', '174717.877500', '174718.337500', '174718.797500', '174719.257500', '174719.717500', '174720.177500', '174720.637500', '174721.097500', '174721.557500', '174722.017500', '174722.477500', '174722.937500', '174723.397500', '174723.857500', '174724.317500', '174724.777500', '174725.237500', '174725.697500', '174726.157500', '174726.617500', '174727.077500', '174727.537500', '174727.997500', '174728.457500', '174728.917500', '174729.377500', '174729.837500', '174730.297500', '174730.757500', '174731.217500', '174731.677500', '174732.137500', '174732.597500', '174733.057500', '174733.517500', '174733.977500', '174734.437500', '174734.897500', '174735.357500', '174735.817500', '174736.277500', '174736.737500', '174737.197500', '174737.657500', '174738.117500', '174738.577500', '174739.037500', '174739.497500', '174739.957500', '174740.417500', '174740.877500', '174741.337500', '174741.797500', '174742.257500', '174742.717500', '174743.177500', '174743.637500', '174744.097500', '174744.557500', '174745.017500', '174745.477500', '174745.937500', '174746.397500', '174746.857500', '174747.317500', '174747.777500', '174748.237500', '174748.697500', '174749.157500', '174749.617500', '174750.077500', '174750.537500', '174750.997500', '174751.457500', '174751.917500', '174752.377500', '174752.837500', '174753.297500', '174753.757500', '174754.217500', '174754.677500', '174755.137500', '174755.597500', '174756.057500', '174756.517500', '174756.977500', '174757.437500', '174757.897500', '174758.357500', '174758.817500', '174759.277500', '174759.737500', '174800.197500', '174800.657500', '174801.117500', '174801.577500', '174802.037500', '174802.497500', '174802.957500', '174803.417500', '174803.877500', '174804.337500', '174804.797500', '174805.257500', '174805.717500', '174806.177500', '174806.637500', '174807.097500', '174807.557500', '174808.017500', '174808.477500', '174808.937500', '174809.397500', '174809.857500', '174810.317500', '174810.777500', '174811.237500', '174811.697500', '174812.157500', '174812.617500', '174813.077500', '174813.537500', '174813.997500', '174814.457500', '174814.917500', '174815.377500', '174815.837500', '174816.297500', '174816.757500', '174817.217500', '174817.677500', '174818.137500', '174818.597500', '174819.057500', '174819.517500', '174819.977500', '174820.437500', '174820.897500', '174821.357500', '174821.817500', '174822.277500', '174822.737500', '174823.197500', '174823.657500', '174824.117500', '174824.577500', '174825.037500', '174825.497500', '174825.957500', '174826.417500', '174826.877500', '174827.337500', '174827.797500', '174828.257500', '174828.717500', '174829.177500', '174829.637500', '174830.097500', '174830.557500', '174831.017500', '174831.477500', '174831.937500', '174832.397500', '174832.857500', '174833.317500', '174833.777500', '174834.237500', '174834.697500', '174835.157500', '174835.617500', '174836.077500', '174836.537500', '174836.997500', '174837.457500', '174837.917500', '174838.377500', '174838.837500', '174839.297500', '174839.757500', '174840.217500', '174840.677500', '174841.137500', '174841.597500', '174842.057500', '174842.517500', '174842.977500', '174843.437500', '174843.897500', '174844.357500', '174844.817500', '174845.277500', '174845.737500', '174846.197500', '174846.657500', '174847.117500', '174847.577500', '174848.037500', '174848.497500', '174848.957500', '174849.417500', '174849.877500', '174850.337500', '174850.797500', '174851.257500', '174851.717500', '174852.177500', '174852.637500', '174853.097500', '174853.557500', '174854.017500', '174854.477500', '174854.937500', '174855.397500', '174855.857500', '174856.317500', '174856.777500', '174857.237500', '174857.697500', '174858.157500', '174858.617500', '174859.077500', '174859.537500', '174859.997500', '174900.457500', '174900.917500', '174901.377500', '174901.837500', '174902.297500', '174902.757500', '174903.217500', '174903.677500', '174904.137500', '174904.597500', '174905.057500', '174905.517500', '174905.977500', '174906.437500', '174906.897500', '174907.357500', '174907.817500', '174908.277500', '174908.737500', '174909.197500', '174909.657500', '174910.117500', '174910.577500', '174911.037500', '174911.497500', '174911.957500', '174912.417500', '174912.877500', '174913.337500', '174913.797500', '174914.257500', '174914.717500', '174915.177500', '174915.637500', '174916.097500', '174916.557500', '174917.017500', '174917.477500', '174917.937500', '174918.397500', '174918.857500', '174919.317500', '174919.777500', '174920.237500', '174920.697500', '174921.157500', '174921.617500', '174922.077500', '174922.537500', '174922.997500', '174923.457500', '174923.917500', '174924.377500', '174924.837500', '174925.297500', '174925.757500', '174926.217500', '174926.677500', '174927.137500', '174927.597500', '174928.057500', '174928.517500', '174928.977500', '174929.437500', '174929.897500', '174930.357500', '174930.817500', '174931.277500', '174931.737500', '174932.197500', '174932.657500', '174933.117500', '174933.577500', '174934.037500', '174934.497500', '174934.957500', '174935.417500', '174935.877500', '174936.337500', '174936.797500', '174937.257500', '174937.717500', '174938.177500', '174938.637500', '174939.097500', '174939.557500', '174940.017500', '174940.477500', '174940.937500', '174941.397500', '174941.857500', '174942.317500', '174942.777500', '174943.237500', '174943.697500', '174944.157500', '174944.617500', '174945.077500', '174945.537500', '174945.997500', '174946.457500', '174946.917500', '174947.377500', '174947.837500', '174948.297500', '174948.757500', '174949.217500', '174949.677500', '174950.137500', '174950.597500', '174951.057500', '174951.517500', '174951.977500', '174952.437500', '174952.897500', '174953.357500', '174953.817500', '174954.277500', '174954.737500', '174955.197500', '174955.657500', '174956.117500', '174956.577500', '174957.037500', '174957.497500', '174957.957500', '174958.417500', '174958.877500', '174959.337500', '174959.797500', '175000.257500', '175000.717500', '175001.177500', '175001.637500', '175002.097500', '175002.557500', '175003.017500', '175003.477500', '175003.937500', '175004.397500', '175004.857500', '175005.317500', '175005.777500', '175006.237500', '175006.697500', '175007.157500', '175007.617500', '175008.077500', '175008.537500', '175008.997500', '175009.457500', '175009.917500', '175010.377500', '175010.837500', '175011.297500', '175011.757500', '175012.217500', '175012.677500', '175013.137500', '175013.597500', '175014.057500', '175014.517500', '175014.977500', '175015.437500', '175015.897500', '175016.357500', '175016.817500', '175017.277500', '175017.737500', '175018.197500', '175018.657500', '175019.117500', '175019.577500', '175020.037500', '175020.497500', '175020.957500', '175021.417500', '175021.877500', '175022.337500', '175022.797500', '175023.257500', '175023.717500', '175024.177500', '175024.637500', '175025.097500', '175025.557500', '175026.017500', '175026.477500', '175026.937500', '175027.397500', '175027.857500', '175028.317500', '175028.777500', '175029.237500', '175029.697500', '175030.157500', '175030.617500', '175031.077500', '175031.537500', '175031.997500', '175032.457500', '175032.917500', '175033.377500', '175033.837500', '175034.297500', '175034.757500', '175035.217500', '175035.677500', '175036.137500', '175036.597500', '175037.057500', '175037.517500', '175037.977500', '175038.437500', '175038.897500', '175039.357500', '175039.817500', '175040.277500', '175040.737500', '175041.197500', '175041.657500', '175042.117500', '175042.577500', '175043.037500', '175043.497500', '175043.957500', '175044.417500', '175044.877500', '175045.337500', '175045.797500', '175046.257500', '175046.717500', '175047.177500', '175047.637500', '175048.097500', '175048.557500', '175049.017500', '175049.477500', '175049.937500', '175050.397500', '175050.857500', '175051.317500', '175051.777500', '175052.237500', '175052.697500', '175053.157500', '175053.617500', '175054.077500', '175054.537500', '175054.997500', '175055.457500', '175055.917500', '175056.377500', '175056.837500', '175057.297500', '175057.757500', '175058.217500', '175058.677500', '175059.137500', '175059.597500', '175100.057500', '175100.517500', '175100.977500', '175101.437500', '175101.897500', '175102.357500', '175102.817500', '175103.277500', '175103.737500', '175104.197500', '175104.657500', '175105.117500', '175105.577500', '175106.037500', '175106.497500', '175106.957500', '175107.417500', '175107.877500', '175108.337500', '175108.797500', '175109.257500', '175109.717500', '175110.177500', '175110.637500', '175111.097500', '175111.557500', '175112.017500', '175112.477500', '175112.937500', '175113.397500', '175113.857500', '175114.317500', '175114.777500', '175115.237500', '175115.697500', '175116.157500', '175116.617500', '175117.077500', '175117.537500', '175117.997500', '175118.457500', '175118.917500', '175119.377500', '175119.837500', '175120.297500', '175120.757500', '175121.217500', '175121.677500', '175122.137500', '175122.597500', '175123.057500', '175123.517500', '175123.977500', '175124.437500', '175124.897500', '175125.357500', '175125.817500', '175126.277500', '175126.737500', '175127.197500', '175127.657500', '175128.117500', '175128.577500', '175129.037500', '175129.497500', '175129.957500', '175130.417500', '175130.877500', '175131.337500', '175131.797500', '175132.257500', '175132.717500', '175133.177500', '175133.637500', '175134.097500', '175134.557500', '175135.017500', '175135.477500', '175135.937500', '175136.397500', '175136.857500', '175137.317500'], 'ContentTime': ['174520.238000', '174520.242000', '174520.245000', '174520.248000', '174520.250000', '174520.253000', '174520.256000', '174520.259000', '174520.262000', '174520.265000', '174520.268000', '174520.271000', '174520.273000', '174520.276000', '174520.279000', '174520.282000', '174520.285000', '174520.288000', '174520.291000', '174520.293000', '174520.296000', '174520.299000', '174520.302000', '174520.305000', '174520.308000', '174520.311000', '174520.313000', '174520.316000', '174520.319000', '174520.322000', '174520.325000', '174520.328000', '174520.331000', '174520.333000', '174520.336000', '174520.342000', '174520.345000', '174520.347000', '174520.350000', '174520.353000', '174520.356000', '174520.359000', '174520.362000', '174520.364000', '174520.367000', '174520.370000', '174520.373000', '174520.376000', '174520.379000', '174520.382000', '174540.206000', '174540.209000', '174540.212000', '174540.215000', '174540.218000', '174540.221000', '174540.224000', '174540.227000', '174540.229000', '174540.232000', '174540.235000', '174540.238000', '174540.241000', '174540.244000', '174540.247000', '174540.250000', '174540.252000', '174540.255000', '174540.270000', '174540.273000', '174540.276000', '174540.279000', '174540.282000', '174540.285000', '174540.287000', '174540.290000', '174540.293000', '174540.296000', '174540.299000', '174540.302000', '174540.305000', '174540.307000', '174540.310000', '174540.313000', '174540.317000', '174540.320000', '174540.323000', '174540.325000', '174540.328000', '174540.331000', '174540.334000', '174540.337000', '174540.340000', '174600.205000', '174600.208000', '174600.211000', '174600.214000', '174600.217000', '174600.219000', '174600.222000', '174600.225000', '174600.228000', '174600.231000', '174600.234000', '174600.239000', '174600.242000', '174600.245000', '174600.248000', '174600.250000', '174600.253000', '174600.256000', '174600.259000', '174600.262000', '174600.265000', '174600.268000', '174600.271000', '174600.274000', '174600.276000', '174600.279000', '174600.282000', '174600.285000', '174600.288000', '174600.291000', '174600.294000', '174600.297000', '174600.299000', '174600.302000', '174600.305000', '174600.308000', '174600.311000', '174600.314000', '174600.317000', '174600.320000', '174600.323000', '174600.325000', '174600.328000', '174600.331000', '174620.205000', '174620.208000', '174620.211000', '174620.223000', '174620.226000', '174620.236000', '174620.239000', '174620.242000', '174620.245000', '174620.248000', '174620.251000', '174620.254000', '174620.257000', '174620.260000', '174620.262000', '174620.265000', '174620.269000', '174620.284000', '174620.287000', '174620.290000', '174620.293000', '174620.295000', '174620.298000', '174620.301000', '174620.304000', '174620.307000', '174620.310000', '174620.313000', '174620.316000', '174620.319000', '174620.321000', '174620.325000', '174620.328000', '174620.330000', '174620.333000', '174620.336000', '174620.339000', '174620.342000', '174620.345000', '174620.351000', '174620.354000', '174620.357000', '174620.360000', '174640.205000', '174640.208000', '174640.211000', '174640.214000', '174640.217000', '174640.219000', '174640.222000', '174640.225000', '174640.228000', '174640.231000', '174640.235000', '174640.238000', '174640.241000', '174640.243000', '174640.246000', '174640.249000', '174640.252000', '174640.255000', '174640.258000', '174640.261000', '174640.264000', '174640.267000', '174640.270000', '174640.273000', '174640.275000', '174640.278000', '174640.281000', '174640.284000', '174640.287000', '174640.290000', '174640.293000', '174640.296000', '174640.303000', '174640.306000', '174640.308000', '174640.311000', '174640.314000', '174640.317000', '174640.320000', '174640.323000', '174640.326000', '174640.329000', '174640.332000', '174640.334000', '174700.205000', '174700.208000', '174700.211000', '174700.214000', '174700.217000', '174700.220000', '174700.223000', '174700.226000', '174700.228000', '174700.231000', '174700.234000', '174700.237000', '174700.240000', '174700.243000', '174700.246000', '174700.249000', '174700.252000', '174700.255000', '174700.258000', '174700.260000', '174700.263000', '174700.266000', '174700.269000', '174700.272000', '174700.275000', '174700.278000', '174700.281000', '174700.284000', '174700.286000', '174700.289000', '174700.296000', '174700.299000', '174700.302000', '174700.305000', '174700.307000', '174700.310000', '174700.313000', '174700.316000', '174700.319000', '174700.322000', '174700.325000', '174700.328000', '174700.330000', '174720.205000', '174720.208000', '174720.211000', '174720.214000', '174720.217000', '174720.220000', '174720.223000', '174720.226000', '174720.228000', '174720.231000', '174720.234000', '174720.237000', '174720.240000', '174720.243000', '174720.246000', '174720.249000', '174720.252000', '174720.255000', '174720.258000', '174720.260000', '174720.263000', '174720.266000', '174720.269000', '174720.272000', '174720.275000', '174720.278000', '174720.281000', '174720.284000', '174720.286000', '174720.289000', '174720.292000', '174720.295000', '174720.298000', '174720.301000', '174720.304000', '174720.307000', '174720.310000', '174720.313000', '174720.316000', '174720.319000', '174720.322000', '174720.325000', '174720.328000', '174720.331000', '174740.206000', '174740.209000', '174740.212000', '174740.215000', '174740.218000', '174740.221000', '174740.224000', '174740.227000', '174740.229000', '174740.232000', '174740.235000', '174740.238000', '174740.241000', '174740.244000', '174740.247000', '174740.250000', '174740.253000', '174740.256000', '174740.258000', '174740.261000', '174740.264000', '174740.267000', '174740.270000', '174740.273000', '174740.276000', '174740.279000', '174740.281000', '174740.284000', '174740.300000', '174740.303000', '174740.306000', '174740.309000', '174740.312000', '174740.315000', '174740.318000', '174740.321000', '174740.324000', '174740.327000', '174740.330000', '174740.333000', '174740.336000', '174740.339000', '174740.342000', '174800.206000', '174800.209000', '174800.212000', '174800.215000', '174800.217000', '174800.220000', '174800.223000', '174800.226000', '174800.229000', '174800.232000', '174800.235000', '174800.237000', '174800.240000', '174800.243000', '174800.246000', '174800.249000', '174800.252000', '174800.255000', '174800.258000', '174800.261000', '174800.264000', '174800.266000', '174800.269000', '174800.272000', '174800.275000', '174800.278000', '174800.281000', '174800.284000', '174800.287000', '174800.290000', '174800.293000', '174800.296000', '174800.299000', '174800.302000', '174800.305000', '174800.307000', '174800.310000', '174800.313000', '174800.316000', '174800.319000', '174800.322000', '174800.325000', '174800.328000', '174800.331000', '174820.205000', '174820.208000', '174820.211000', '174820.214000', '174820.217000', '174820.220000', '174820.223000', '174820.225000', '174820.228000', '174820.231000', '174820.234000', '174820.237000', '174820.240000', '174820.243000', '174820.256000', '174820.259000', '174820.262000', '174820.265000', '174820.267000', '174820.270000', '174820.273000', '174820.276000', '174820.279000', '174820.282000', '174820.285000', '174820.288000', '174820.291000', '174820.294000', '174820.297000', '174820.299000', '174820.302000', '174820.305000', '174820.308000', '174820.311000', '174820.314000', '174820.317000', '174820.320000', '174820.323000', '174820.325000', '174820.328000', '174820.331000', '174820.334000', '174820.337000', '174840.205000', '174840.208000', '174840.211000', '174840.214000', '174840.217000', '174840.219000', '174840.222000', '174840.225000', '174840.228000', '174840.231000', '174840.234000', '174840.237000', '174840.240000', '174840.243000', '174840.246000', '174840.249000', '174840.252000', '174840.254000', '174840.257000', '174840.260000', '174840.263000', '174840.266000', '174840.269000', '174840.272000', '174840.275000', '174840.278000', '174840.281000', '174840.284000', '174840.287000', '174840.289000', '174840.292000', '174840.295000', '174840.298000', '174840.301000', '174840.304000', '174840.307000', '174840.310000', '174840.312000', '174840.315000', '174840.318000', '174840.321000', '174840.324000', '174840.327000', '174840.330000', '174900.205000', '174900.210000', '174900.213000', '174900.216000', '174900.219000', '174900.222000', '174900.225000', '174900.228000', '174900.231000', '174900.233000', '174900.236000', '174900.239000', '174900.242000', '174900.245000', '174900.248000', '174900.251000', '174900.254000', '174900.264000', '174900.267000', '174900.270000', '174900.273000', '174900.276000', '174900.279000', '174900.282000', '174900.284000', '174900.287000', '174900.290000', '174900.293000', '174900.296000', '174900.299000', '174900.302000', '174900.305000', '174900.308000', '174900.311000', '174900.314000', '174900.316000', '174900.319000', '174900.322000', '174900.325000', '174900.328000', '174900.331000', '174900.334000', '174900.337000', '174920.205000', '174920.211000', '174920.214000', '174920.217000', '174920.219000', '174920.222000', '174920.225000', '174920.228000', '174920.231000', '174920.234000', '174920.244000', '174920.247000', '174920.250000', '174920.253000', '174920.255000', '174920.258000', '174920.261000', '174920.264000', '174920.267000', '174920.270000', '174920.273000', '174920.276000', '174920.279000', '174920.281000', '174920.284000', '174920.287000', '174920.290000', '174920.293000', '174920.296000', '174920.299000', '174920.302000', '174920.305000', '174920.307000', '174920.310000', '174920.313000', '174920.316000', '174920.319000', '174920.322000', '174920.325000', '174920.328000', '174920.331000', '174920.334000', '174920.337000', '174940.205000', '174940.208000', '174940.211000', '174940.214000', '174940.217000', '174940.220000', '174940.223000', '174940.226000', '174940.228000', '174940.231000', '174940.234000', '174940.237000', '174940.240000', '174940.243000', '174940.246000', '174940.249000', '174940.252000', '174940.254000', '174940.257000', '174940.260000', '174940.268000', '174940.271000', '174940.274000', '174940.277000', '174940.280000', '174940.283000', '174940.286000', '174940.289000', '174940.292000', '174940.294000', '174940.297000', '174940.300000', '174940.303000', '174940.306000', '174940.309000', '174940.312000', '174940.315000', '174940.317000', '174940.320000', '174940.323000', '174940.326000', '174940.329000', '174940.332000', '174940.335000', '175000.206000', '175000.209000', '175000.212000', '175000.215000', '175000.218000', '175000.221000', '175000.226000', '175000.229000', '175000.232000', '175000.235000', '175000.238000', '175000.241000', '175000.243000', '175000.246000', '175000.249000', '175000.252000', '175000.255000', '175000.258000', '175000.261000', '175000.263000', '175000.266000', '175000.269000', '175000.272000', '175000.275000', '175000.278000', '175000.281000', '175000.284000', '175000.287000', '175000.289000', '175000.292000', '175000.295000', '175000.298000', '175000.301000', '175000.304000', '175000.307000', '175000.309000', '175000.312000', '175000.315000', '175000.318000', '175000.321000', '175000.324000', '175000.327000', '175000.330000', '175020.206000', '175020.237000', '175020.240000', '175020.243000', '175020.246000', '175020.249000', '175020.252000', '175020.255000', '175020.258000', '175020.261000', '175020.263000', '175020.266000', '175020.269000', '175020.272000', '175020.275000', '175020.278000', '175020.281000', '175020.284000', '175020.287000', '175020.290000', '175020.293000', '175020.295000', '175020.298000', '175020.301000', '175020.304000', '175020.307000', '175020.310000', '175020.313000', '175020.316000', '175020.319000', '175020.322000', '175020.332000', '175020.335000', '175020.338000', '175020.341000', '175020.343000', '175020.346000', '175020.349000', '175020.352000', '175020.355000', '175020.358000', '175020.361000', '175020.364000', '175020.367000', '175040.205000', '175040.220000', '175040.223000', '175040.226000', '175040.229000', '175040.232000', '175040.235000', '175040.238000', '175040.241000', '175040.244000', '175040.247000', '175040.250000', '175040.252000', '175040.255000', '175040.258000', '175040.261000', '175040.264000', '175040.267000', '175040.270000', '175040.272000', '175040.275000', '175040.287000', '175040.290000', '175040.293000', '175040.296000', '175040.298000', '175040.301000', '175040.304000', '175040.307000', '175040.310000', '175040.313000', '175040.316000', '175040.319000', '175040.322000', '175040.324000', '175040.327000', '175040.330000', '175040.333000', '175040.336000', '175040.339000', '175040.342000', '175040.345000', '175040.348000', '175100.205000', '175100.208000', '175100.211000', '175100.214000', '175100.217000', '175100.220000', '175100.223000', '175100.226000', '175100.228000', '175100.231000', '175100.234000', '175100.237000', '175100.240000', '175100.243000', '175100.246000', '175100.249000', '175100.252000', '175100.255000', '175100.258000', '175100.260000', '175100.263000', '175100.266000', '175100.269000', '175100.272000', '175100.275000', '175100.278000', '175100.281000', '175100.284000', '175100.287000', '175100.289000', '175100.292000', '175100.295000', '175100.298000', '175100.301000', '175100.304000', '175100.307000', '175100.310000', '175100.313000', '175100.316000', '175100.319000', '175100.321000', '175100.324000', '175100.327000', '175100.330000', '175120.205000', '175120.231000', '175120.234000', '175120.237000', '175120.240000', '175120.243000', '175120.246000', '175120.249000', '175120.252000', '175120.255000', '175120.258000', '175120.261000', '175120.264000', '175120.267000', '175120.270000', '175120.272000', '175120.275000', '175120.278000', '175120.281000', '175120.284000', '175120.287000', '175120.290000', '175120.293000', '175120.295000', '175120.298000', '175120.301000', '175120.304000', '175120.307000', '175120.310000', '175120.313000', '175120.316000', '175120.318000', '175120.321000', '175120.324000', '175120.327000', '175120.330000', '175120.333000', '175120.336000', '175120.339000', '175120.342000', '175120.344000', '175120.347000', '175120.350000', '175138.284000', '175138.287000', '175138.291000', '175138.294000', '175138.296000', '175138.300000', '175138.303000', '175138.306000', '175138.309000', '175138.312000', '175138.315000', '175138.318000', '175138.321000', '175138.324000', '175138.327000', '175138.330000', '175138.333000', '175138.336000', '175138.339000', '175138.342000', '175138.345000', '175138.348000', '175138.351000', '175138.354000', '175138.357000', '175138.360000', '175138.363000', '175138.365000', '175138.368000', '175138.371000', '175138.374000', '175138.377000', '175138.380000', '175138.383000', '175138.387000', '175138.390000', '175138.393000', '175138.395000', '175138.398000', '175138.401000'], 'InstanceCreationTime': ['174520.238000', '174520.242000', '174520.245000', '174520.248000', '174520.250000', '174520.253000', '174520.256000', '174520.259000', '174520.262000', '174520.265000', '174520.268000', '174520.271000', '174520.273000', '174520.276000', '174520.279000', '174520.282000', '174520.285000', '174520.288000', '174520.291000', '174520.293000', '174520.296000', '174520.299000', '174520.302000', '174520.305000', '174520.308000', '174520.311000', '174520.313000', '174520.316000', '174520.319000', '174520.322000', '174520.325000', '174520.328000', '174520.331000', '174520.333000', '174520.336000', '174520.342000', '174520.345000', '174520.347000', '174520.350000', '174520.353000', '174520.356000', '174520.359000', '174520.362000', '174520.364000', '174520.367000', '174520.370000', '174520.373000', '174520.376000', '174520.379000', '174520.382000', '174540.206000', '174540.209000', '174540.212000', '174540.215000', '174540.218000', '174540.221000', '174540.224000', '174540.227000', '174540.229000', '174540.232000', '174540.235000', '174540.238000', '174540.241000', '174540.244000', '174540.247000', '174540.250000', '174540.252000', '174540.255000', '174540.270000', '174540.273000', '174540.276000', '174540.279000', '174540.282000', '174540.285000', '174540.287000', '174540.290000', '174540.293000', '174540.296000', '174540.299000', '174540.302000', '174540.305000', '174540.307000', '174540.310000', '174540.313000', '174540.317000', '174540.320000', '174540.323000', '174540.325000', '174540.328000', '174540.331000', '174540.334000', '174540.337000', '174540.340000', '174600.205000', '174600.208000', '174600.211000', '174600.214000', '174600.217000', '174600.219000', '174600.222000', '174600.225000', '174600.228000', '174600.231000', '174600.234000', '174600.239000', '174600.242000', '174600.245000', '174600.248000', '174600.250000', '174600.253000', '174600.256000', '174600.259000', '174600.262000', '174600.265000', '174600.268000', '174600.271000', '174600.274000', '174600.276000', '174600.279000', '174600.282000', '174600.285000', '174600.288000', '174600.291000', '174600.294000', '174600.297000', '174600.299000', '174600.302000', '174600.305000', '174600.308000', '174600.311000', '174600.314000', '174600.317000', '174600.320000', '174600.323000', '174600.325000', '174600.328000', '174600.331000', '174620.205000', '174620.208000', '174620.211000', '174620.223000', '174620.226000', '174620.236000', '174620.239000', '174620.242000', '174620.245000', '174620.248000', '174620.251000', '174620.254000', '174620.257000', '174620.260000', '174620.262000', '174620.265000', '174620.269000', '174620.284000', '174620.287000', '174620.290000', '174620.293000', '174620.295000', '174620.298000', '174620.301000', '174620.304000', '174620.307000', '174620.310000', '174620.313000', '174620.316000', '174620.319000', '174620.321000', '174620.325000', '174620.328000', '174620.330000', '174620.333000', '174620.336000', '174620.339000', '174620.342000', '174620.345000', '174620.351000', '174620.354000', '174620.357000', '174620.360000', '174640.205000', '174640.208000', '174640.211000', '174640.214000', '174640.217000', '174640.219000', '174640.222000', '174640.225000', '174640.228000', '174640.231000', '174640.235000', '174640.238000', '174640.241000', '174640.243000', '174640.246000', '174640.249000', '174640.252000', '174640.255000', '174640.258000', '174640.261000', '174640.264000', '174640.267000', '174640.270000', '174640.273000', '174640.275000', '174640.278000', '174640.281000', '174640.284000', '174640.287000', '174640.290000', '174640.293000', '174640.296000', '174640.303000', '174640.306000', '174640.308000', '174640.311000', '174640.314000', '174640.317000', '174640.320000', '174640.323000', '174640.326000', '174640.329000', '174640.332000', '174640.334000', '174700.205000', '174700.208000', '174700.211000', '174700.214000', '174700.217000', '174700.220000', '174700.223000', '174700.226000', '174700.228000', '174700.231000', '174700.234000', '174700.237000', '174700.240000', '174700.243000', '174700.246000', '174700.249000', '174700.252000', '174700.255000', '174700.258000', '174700.260000', '174700.263000', '174700.266000', '174700.269000', '174700.272000', '174700.275000', '174700.278000', '174700.281000', '174700.284000', '174700.286000', '174700.289000', '174700.296000', '174700.299000', '174700.302000', '174700.305000', '174700.307000', '174700.310000', '174700.313000', '174700.316000', '174700.319000', '174700.322000', '174700.325000', '174700.328000', '174700.330000', '174720.205000', '174720.208000', '174720.211000', '174720.214000', '174720.217000', '174720.220000', '174720.223000', '174720.226000', '174720.228000', '174720.231000', '174720.234000', '174720.237000', '174720.240000', '174720.243000', '174720.246000', '174720.249000', '174720.252000', '174720.255000', '174720.258000', '174720.260000', '174720.263000', '174720.266000', '174720.269000', '174720.272000', '174720.275000', '174720.278000', '174720.281000', '174720.284000', '174720.286000', '174720.289000', '174720.292000', '174720.295000', '174720.298000', '174720.301000', '174720.304000', '174720.307000', '174720.310000', '174720.313000', '174720.316000', '174720.319000', '174720.322000', '174720.325000', '174720.328000', '174720.331000', '174740.206000', '174740.209000', '174740.212000', '174740.215000', '174740.218000', '174740.221000', '174740.224000', '174740.227000', '174740.229000', '174740.232000', '174740.235000', '174740.238000', '174740.241000', '174740.244000', '174740.247000', '174740.250000', '174740.253000', '174740.256000', '174740.258000', '174740.261000', '174740.264000', '174740.267000', '174740.270000', '174740.273000', '174740.276000', '174740.279000', '174740.281000', '174740.284000', '174740.300000', '174740.303000', '174740.306000', '174740.309000', '174740.312000', '174740.315000', '174740.318000', '174740.321000', '174740.324000', '174740.327000', '174740.330000', '174740.333000', '174740.336000', '174740.339000', '174740.342000', '174800.206000', '174800.209000', '174800.212000', '174800.215000', '174800.217000', '174800.220000', '174800.223000', '174800.226000', '174800.229000', '174800.232000', '174800.235000', '174800.237000', '174800.240000', '174800.243000', '174800.246000', '174800.249000', '174800.252000', '174800.255000', '174800.258000', '174800.261000', '174800.264000', '174800.266000', '174800.269000', '174800.272000', '174800.275000', '174800.278000', '174800.281000', '174800.284000', '174800.287000', '174800.290000', '174800.293000', '174800.296000', '174800.299000', '174800.302000', '174800.305000', '174800.307000', '174800.310000', '174800.313000', '174800.316000', '174800.319000', '174800.322000', '174800.325000', '174800.328000', '174800.331000', '174820.205000', '174820.208000', '174820.211000', '174820.214000', '174820.217000', '174820.220000', '174820.223000', '174820.225000', '174820.228000', '174820.231000', '174820.234000', '174820.237000', '174820.240000', '174820.243000', '174820.256000', '174820.259000', '174820.262000', '174820.265000', '174820.267000', '174820.270000', '174820.273000', '174820.276000', '174820.279000', '174820.282000', '174820.285000', '174820.288000', '174820.291000', '174820.294000', '174820.297000', '174820.299000', '174820.302000', '174820.305000', '174820.308000', '174820.311000', '174820.314000', '174820.317000', '174820.320000', '174820.323000', '174820.325000', '174820.328000', '174820.331000', '174820.334000', '174820.337000', '174840.205000', '174840.208000', '174840.211000', '174840.214000', '174840.217000', '174840.219000', '174840.222000', '174840.225000', '174840.228000', '174840.231000', '174840.234000', '174840.237000', '174840.240000', '174840.243000', '174840.246000', '174840.249000', '174840.252000', '174840.254000', '174840.257000', '174840.260000', '174840.263000', '174840.266000', '174840.269000', '174840.272000', '174840.275000', '174840.278000', '174840.281000', '174840.284000', '174840.287000', '174840.289000', '174840.292000', '174840.295000', '174840.298000', '174840.301000', '174840.304000', '174840.307000', '174840.310000', '174840.312000', '174840.315000', '174840.318000', '174840.321000', '174840.324000', '174840.327000', '174840.330000', '174900.205000', '174900.210000', '174900.213000', '174900.216000', '174900.219000', '174900.222000', '174900.225000', '174900.228000', '174900.231000', '174900.233000', '174900.236000', '174900.239000', '174900.242000', '174900.245000', '174900.248000', '174900.251000', '174900.254000', '174900.264000', '174900.267000', '174900.270000', '174900.273000', '174900.276000', '174900.279000', '174900.282000', '174900.284000', '174900.287000', '174900.290000', '174900.293000', '174900.296000', '174900.299000', '174900.302000', '174900.305000', '174900.308000', '174900.311000', '174900.314000', '174900.316000', '174900.319000', '174900.322000', '174900.325000', '174900.328000', '174900.331000', '174900.334000', '174900.337000', '174920.205000', '174920.211000', '174920.214000', '174920.217000', '174920.219000', '174920.222000', '174920.225000', '174920.228000', '174920.231000', '174920.234000', '174920.244000', '174920.247000', '174920.250000', '174920.253000', '174920.255000', '174920.258000', '174920.261000', '174920.264000', '174920.267000', '174920.270000', '174920.273000', '174920.276000', '174920.279000', '174920.281000', '174920.284000', '174920.287000', '174920.290000', '174920.293000', '174920.296000', '174920.299000', '174920.302000', '174920.305000', '174920.307000', '174920.310000', '174920.313000', '174920.316000', '174920.319000', '174920.322000', '174920.325000', '174920.328000', '174920.331000', '174920.334000', '174920.337000', '174940.205000', '174940.208000', '174940.211000', '174940.214000', '174940.217000', '174940.220000', '174940.223000', '174940.226000', '174940.228000', '174940.231000', '174940.234000', '174940.237000', '174940.240000', '174940.243000', '174940.246000', '174940.249000', '174940.252000', '174940.254000', '174940.257000', '174940.260000', '174940.268000', '174940.271000', '174940.274000', '174940.277000', '174940.280000', '174940.283000', '174940.286000', '174940.289000', '174940.292000', '174940.294000', '174940.297000', '174940.300000', '174940.303000', '174940.306000', '174940.309000', '174940.312000', '174940.315000', '174940.317000', '174940.320000', '174940.323000', '174940.326000', '174940.329000', '174940.332000', '174940.335000', '175000.206000', '175000.209000', '175000.212000', '175000.215000', '175000.218000', '175000.221000', '175000.226000', '175000.229000', '175000.232000', '175000.235000', '175000.238000', '175000.241000', '175000.243000', '175000.246000', '175000.249000', '175000.252000', '175000.255000', '175000.258000', '175000.261000', '175000.263000', '175000.266000', '175000.269000', '175000.272000', '175000.275000', '175000.278000', '175000.281000', '175000.284000', '175000.287000', '175000.289000', '175000.292000', '175000.295000', '175000.298000', '175000.301000', '175000.304000', '175000.307000', '175000.309000', '175000.312000', '175000.315000', '175000.318000', '175000.321000', '175000.324000', '175000.327000', '175000.330000', '175020.206000', '175020.237000', '175020.240000', '175020.243000', '175020.246000', '175020.249000', '175020.252000', '175020.255000', '175020.258000', '175020.261000', '175020.263000', '175020.266000', '175020.269000', '175020.272000', '175020.275000', '175020.278000', '175020.281000', '175020.284000', '175020.287000', '175020.290000', '175020.293000', '175020.295000', '175020.298000', '175020.301000', '175020.304000', '175020.307000', '175020.310000', '175020.313000', '175020.316000', '175020.319000', '175020.322000', '175020.332000', '175020.335000', '175020.338000', '175020.341000', '175020.343000', '175020.346000', '175020.349000', '175020.352000', '175020.355000', '175020.358000', '175020.361000', '175020.364000', '175020.367000', '175040.205000', '175040.220000', '175040.223000', '175040.226000', '175040.229000', '175040.232000', '175040.235000', '175040.238000', '175040.241000', '175040.244000', '175040.247000', '175040.250000', '175040.252000', '175040.255000', '175040.258000', '175040.261000', '175040.264000', '175040.267000', '175040.270000', '175040.272000', '175040.275000', '175040.287000', '175040.290000', '175040.293000', '175040.296000', '175040.298000', '175040.301000', '175040.304000', '175040.307000', '175040.310000', '175040.313000', '175040.316000', '175040.319000', '175040.322000', '175040.324000', '175040.327000', '175040.330000', '175040.333000', '175040.336000', '175040.339000', '175040.342000', '175040.345000', '175040.348000', '175100.205000', '175100.208000', '175100.211000', '175100.214000', '175100.217000', '175100.220000', '175100.223000', '175100.226000', '175100.228000', '175100.231000', '175100.234000', '175100.237000', '175100.240000', '175100.243000', '175100.246000', '175100.249000', '175100.252000', '175100.255000', '175100.258000', '175100.260000', '175100.263000', '175100.266000', '175100.269000', '175100.272000', '175100.275000', '175100.278000', '175100.281000', '175100.284000', '175100.287000', '175100.289000', '175100.292000', '175100.295000', '175100.298000', '175100.301000', '175100.304000', '175100.307000', '175100.310000', '175100.313000', '175100.316000', '175100.319000', '175100.321000', '175100.324000', '175100.327000', '175100.330000', '175120.205000', '175120.231000', '175120.234000', '175120.237000', '175120.240000', '175120.243000', '175120.246000', '175120.249000', '175120.252000', '175120.255000', '175120.258000', '175120.261000', '175120.264000', '175120.267000', '175120.270000', '175120.272000', '175120.275000', '175120.278000', '175120.281000', '175120.284000', '175120.287000', '175120.290000', '175120.293000', '175120.295000', '175120.298000', '175120.301000', '175120.304000', '175120.307000', '175120.310000', '175120.313000', '175120.316000', '175120.318000', '175120.321000', '175120.324000', '175120.327000', '175120.330000', '175120.333000', '175120.336000', '175120.339000', '175120.342000', '175120.344000', '175120.347000', '175120.350000', '175138.284000', '175138.287000', '175138.291000', '175138.294000', '175138.296000', '175138.300000', '175138.303000', '175138.306000', '175138.309000', '175138.312000', '175138.315000', '175138.318000', '175138.321000', '175138.324000', '175138.327000', '175138.330000', '175138.333000', '175138.336000', '175138.339000', '175138.342000', '175138.345000', '175138.348000', '175138.351000', '175138.354000', '175138.357000', '175138.360000', '175138.363000', '175138.365000', '175138.368000', '175138.371000', '175138.374000', '175138.377000', '175138.380000', '175138.383000', '175138.387000', '175138.390000', '175138.393000', '175138.395000', '175138.398000', '175138.401000'], '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': [12455, 11823, 12325, 12110, 11378, 11821, 11566, 11821, 12007, 11052, 12574, 11632, 14776, 12427, 11798, 12582, 11791, 12532, 12008, 12648, 11916, 11966, 12230, 11303, 12391, 11529, 12252, 11875, 12587, 11833, 11864, 12389, 12382, 12329, 11943, 12337, 11937, 12046, 11931, 11944, 12314, 12293, 12361, 11987, 12660, 11893, 11474, 12277, 12140, 12333, 11842, 12436, 11879, 12336, 12136, 12451, 12046, 12601, 11969, 12670, 12010, 12604, 11949, 10633, 12427, 11678, 12490, 11837, 12391, 11783, 11480, 11976, 11545, 11321, 12553, 12581, 12198, 12252, 12089, 12155, 12560, 12096, 12970, 12389, 13912, 12472, 12578, 12416, 12026, 12529, 11943, 12396, 12232, 12472, 12265, 12421, 12277, 11375, 12221, 10555, 12323, 10283, 12336, 11640, 12703, 12283, 12789, 11642, 11573, 11969, 11737, 11506, 12190, 11991, 12527, 12869, 12312, 11481, 12482, 12478, 12722, 11862, 12406, 12714, 12663, 11927, 12570, 12279, 12418, 11822, 11302, 12018, 11431, 12371, 11676, 12325, 12016, 12417, 11563, 12719, 11362, 12544, 11813, 12792, 11590, 12472, 12206, 12552, 11848, 12285, 11850, 10921, 12159, 12216, 12234, 11396, 10702, 12330, 11736, 12122, 11547, 11969, 11619, 10259, 11817, 11393, 11843, 11715, 12453, 11413, 13864, 11483, 11703, 11945, 11862, 12519, 11704, 13250, 11781, 12211, 12053, 11076, 11987, 11344, 12319, 11403, 11398, 11386, 11341, 11807, 11525, 11810, 11683, 11419, 12203, 11142, 12289, 11447, 12561, 11668, 12651, 11305, 10810, 12111, 11907, 12011, 12103, 12196, 11579, 12839, 11624, 10913, 12033, 12288, 12155, 11772, 12595, 11289, 10641, 12142, 11504, 12130, 11468, 12442, 11011, 11063, 11963, 11067, 12116, 11380, 11506, 11829, 11691, 12180, 10975, 12512, 11084, 11004, 11565, 11748, 12106, 11370, 12846, 11782, 11400, 12231, 10889, 12153, 10992, 12242, 12030, 12403, 12074, 12352, 11576, 12881, 11729, 12481, 12174, 12523, 11864, 12746, 11996, 12614, 11352, 10994, 12046, 11599, 11796, 11293, 12262, 11771, 10587, 11971, 11668, 11476, 11359, 12851, 11018, 10997, 10824, 11156, 11896, 11013, 11233, 12002, 11060, 12577, 11726, 11211, 12316, 12236, 12338, 11764, 12721, 11889, 11736, 11738, 10557, 12167, 10906, 12272, 11575, 11656, 11400, 11542, 11803, 11417, 12390, 11530, 11667, 11546, 10962, 12093, 11618, 12482, 11344, 12753, 11352, 11043, 11838, 10723, 11995, 11348, 11216, 11936, 11111, 12200, 11045, 12766, 11385, 12368, 12138, 11226, 11729, 11999, 12007, 11518, 12306, 10992, 11658, 11857, 12011, 12059, 11510, 11103, 11805, 11298, 12020, 11517, 11682, 11233, 11507, 11961, 11593, 11894, 10994, 12049, 11387, 11537, 12037, 11508, 12340, 10974, 11058, 11816, 12131, 12045, 11541, 12327, 11442, 12761, 10948, 10947, 9311, 7899, 9652, 9995, 9723, 10587, 10772, 10168, 10572, 10632, 10166, 11417, 10454, 10286, 10813, 10511, 11908, 10613, 11908, 11227, 10475, 11795, 10577, 14374, 11028, 11714, 11712, 11184, 11638, 11400, 12068, 11474, 12058, 11466, 12016, 10910, 12243, 10914, 12356, 11095, 12069, 11091, 11700, 11178, 10816, 11255, 10810, 11755, 11425, 11692, 10673, 11917, 10911, 11289, 11288, 11032, 11726, 10754, 12120, 11417, 11507, 11481, 10386, 11710, 11083, 11868, 11386, 11532, 11317, 10504, 11748, 11218, 12010, 11085, 11834, 10945, 11149, 11289, 11194, 11477, 11065, 11822, 11089, 9808, 11816, 11174, 11614, 11082, 11618, 11213, 10713, 11561, 10824, 11936, 11445, 12026, 11042, 11421, 11296, 10448, 11572, 11354, 12337, 11422, 11774, 11435, 11032, 11721, 10940, 11758, 11481, 12589, 11169, 10583, 11718, 11553, 12108, 11572, 11094, 11319, 10787, 11687, 11093, 9954, 11404, 10885, 11256, 11059, 11206, 11436, 11084, 11571, 11477, 12831, 11241, 15262, 11544, 14631, 12281, 11900, 12146, 11326, 12558, 11257, 12884, 11665, 10869, 11235, 10515, 11897, 11161, 10624, 11779, 11205, 11987, 11089, 11716, 11847, 12019, 11666, 11873, 11749, 12134, 11284, 12528, 11424, 12768, 11159, 10220, 11599, 11446, 11668, 11178, 12142, 11250, 12204, 11394, 12527, 11076, 12440, 11036, 12437, 11278, 11511, 11568, 10871, 11873, 11032, 12118, 11023, 11971, 11272, 11053, 11450, 10819, 9480, 11313, 10982, 12012, 11166, 11349, 11244, 11528, 12065, 11137, 12331, 11032, 12235, 11857, 12577, 11921, 11792, 11254, 10945, 12274, 11210, 10272, 11587, 11062, 11713, 11142, 10739, 11825, 11120, 10803, 11123, 12253, 11343, 11482, 11570, 11684, 12862, 11671, 13021, 11392, 12105, 11711, 12372, 11703, 12184, 11641, 12501, 11532, 12551, 11238, 12436, 11485, 12238, 11621, 12158, 12055, 11700, 11316, 10234, 11734, 11530, 11799, 11159, 10702, 11762, 10800, 9499, 7970, 10920, 8856, 9873, 10529, 10212, 10996, 10442, 10896, 10529, 11246, 10019, 12010, 10693, 10613, 11128, 10507, 13679, 10677, 12271, 11621, 11036, 13562, 10450, 16196, 11302, 15636, 11542, 15794, 11585, 15500, 11655, 14823, 10957, 12517, 11589, 12274, 10922, 12230, 11444, 12349, 11486, 12391, 11300, 12038, 11247, 12281, 11191, 12023, 10742, 11413, 11226, 10337, 11083, 10344, 11430, 10712, 11816, 11317, 11887, 10090, 9943, 11257, 10250, 11379, 10369, 11437, 10598, 9479, 10610, 10068, 10612, 10889, 10543, 10759, 10587, 10379, 11381, 10983, 11918, 11106, 10447, 11223, 10589, 10923, 11282, 10146, 11819, 10592, 10810, 11377, 11063, 12367, 11052, 13992, 10989, 11154, 11731, 11106, 11913, 11493, 12170, 10655, 12270, 11017, 12430, 11125, 12108, 11169, 12403, 11269, 11888, 10743, 11858, 11120, 11429, 11623, 11154, 11339, 10762, 11549, 10660, 11867, 11279, 11657, 10656, 11943, 11096, 11758, 10551, 10260, 11338, 10853, 11201, 10463, 11253, 10678, 10452, 11188, 10599, 10254, 11020, 10233, 11362, 10565, 10323, 11231, 10904, 11417, 10785, 11954, 11324, 12361, 11008, 13018, 10748, 12367, 11213, 10320, 10978, 10580, 10943, 10563, 10568, 10755, 10123, 10768, 9767, 10824, 9908, 11842, 10740, 10921, 10485, 10163, 10839, 10138, 12104, 10055, 10551, 9993, 9077, 11342, 10049, 11171, 10939, 11233, 10829, 11294, 10966, 10943, 11071, 11292, 11533, 10413, 10964, 10550, 11482, 10039, 11456, 10419, 11418, 10336, 11136, 9953, 10968, 10462, 9722, 10639, 10421, 10826, 10332, 10874, 9749, 10953, 10020, 10889, 9724, 11892, 10129, 10775, 10325, 10364, 10511, 10215, 10825, 10360, 10511, 9691, 10857, 10220, 11196, 9521, 10547, 9079, 8864], 'WindowCenter': [4330.0, 4304.0, 4303.0, 4297.0, 4286.0, 4286.0, 4285.0, 4284.0, 4287.0, 4276.0, 4282.0, 4272.0, 4293.0, 4272.0, 4259.0, 4271.0, 4258.0, 4258.0, 4259.0, 4266.0, 4259.0, 4258.0, 4272.0, 4260.0, 4258.0, 4245.0, 4259.0, 4257.0, 4268.0, 4258.0, 4256.0, 4258.0, 4267.0, 4269.0, 4270.0, 4269.0, 4269.0, 4270.0, 4268.0, 4269.0, 4272.0, 4268.0, 4271.0, 4269.0, 4270.0, 4271.0, 4271.0, 4271.0, 4270.0, 4270.0, 4258.0, 4269.0, 4269.0, 4272.0, 4268.0, 4270.0, 4268.0, 4260.0, 4261.0, 4273.0, 4261.0, 4268.0, 4258.0, 4247.0, 4269.0, 4258.0, 4269.0, 4269.0, 4269.0, 4270.0, 4273.0, 4272.0, 4273.0, 4273.0, 4284.0, 4283.0, 4286.0, 4270.0, 4259.0, 4259.0, 4258.0, 4261.0, 4269.0, 4259.0, 4267.0, 4256.0, 4257.0, 4259.0, 4256.0, 4257.0, 4256.0, 4257.0, 4259.0, 4258.0, 4257.0, 4268.0, 4258.0, 4247.0, 4257.0, 4248.0, 4272.0, 4248.0, 4268.0, 4257.0, 4270.0, 4260.0, 4270.0, 4260.0, 4259.0, 4272.0, 4270.0, 4271.0, 4272.0, 4271.0, 4274.0, 4270.0, 4259.0, 4247.0, 4258.0, 4256.0, 4258.0, 4260.0, 4258.0, 4254.0, 4255.0, 4247.0, 4255.0, 4260.0, 4257.0, 4259.0, 4246.0, 4256.0, 4257.0, 4267.0, 4263.0, 4269.0, 4257.0, 4270.0, 4258.0, 4270.0, 4260.0, 4261.0, 4258.0, 4258.0, 4259.0, 4256.0, 4257.0, 4257.0, 4261.0, 4256.0, 4257.0, 4247.0, 4257.0, 4267.0, 4269.0, 4270.0, 4261.0, 4271.0, 4271.0, 4284.0, 4273.0, 4273.0, 4271.0, 4264.0, 4282.0, 4271.0, 4272.0, 4271.0, 4273.0, 4274.0, 4293.0, 4270.0, 4270.0, 4274.0, 4259.0, 4269.0, 4271.0, 4270.0, 4257.0, 4261.0, 4269.0, 4261.0, 4261.0, 4249.0, 4267.0, 4258.0, 4258.0, 4260.0, 4261.0, 4258.0, 4259.0, 4269.0, 4271.0, 4259.0, 4262.0, 4250.0, 4261.0, 4249.0, 4256.0, 4246.0, 4268.0, 4246.0, 4235.0, 4245.0, 4244.0, 4245.0, 4245.0, 4244.0, 4243.0, 4256.0, 4245.0, 4246.0, 4253.0, 4254.0, 4257.0, 4256.0, 4268.0, 4258.0, 4246.0, 4257.0, 4257.0, 4257.0, 4259.0, 4270.0, 4259.0, 4247.0, 4256.0, 4257.0, 4271.0, 4269.0, 4258.0, 4261.0, 4269.0, 4275.0, 4261.0, 4271.0, 4260.0, 4262.0, 4259.0, 4259.0, 4259.0, 4248.0, 4258.0, 4256.0, 4246.0, 4259.0, 4248.0, 4256.0, 4234.0, 4244.0, 4242.0, 4246.0, 4242.0, 4242.0, 4234.0, 4242.0, 4231.0, 4241.0, 4242.0, 4242.0, 4243.0, 4240.0, 4231.0, 4242.0, 4243.0, 4235.0, 4242.0, 4245.0, 4257.0, 4244.0, 4257.0, 4258.0, 4246.0, 4258.0, 4256.0, 4259.0, 4258.0, 4269.0, 4259.0, 4248.0, 4244.0, 4246.0, 4257.0, 4250.0, 4256.0, 4268.0, 4261.0, 4267.0, 4257.0, 4248.0, 4259.0, 4267.0, 4257.0, 4244.0, 4256.0, 4244.0, 4244.0, 4254.0, 4248.0, 4267.0, 4246.0, 4269.0, 4257.0, 4259.0, 4258.0, 4257.0, 4261.0, 4258.0, 4270.0, 4259.0, 4260.0, 4259.0, 4246.0, 4261.0, 4256.0, 4270.0, 4258.0, 4266.0, 4246.0, 4257.0, 4270.0, 4272.0, 4268.0, 4256.0, 4258.0, 4269.0, 4259.0, 4271.0, 4259.0, 4268.0, 4258.0, 4258.0, 4259.0, 4258.0, 4256.0, 4255.0, 4256.0, 4257.0, 4269.0, 4261.0, 4258.0, 4259.0, 4266.0, 4270.0, 4270.0, 4258.0, 4268.0, 4258.0, 4269.0, 4270.0, 4270.0, 4259.0, 4269.0, 4285.0, 4259.0, 4271.0, 4259.0, 4267.0, 4258.0, 4258.0, 4272.0, 4270.0, 4270.0, 4258.0, 4262.0, 4259.0, 4260.0, 4257.0, 4260.0, 4257.0, 4247.0, 4266.0, 4263.0, 4260.0, 4238.0, 4214.0, 4234.0, 4234.0, 4223.0, 4246.0, 4246.0, 4235.0, 4231.0, 4232.0, 4233.0, 4245.0, 4244.0, 4236.0, 4246.0, 4244.0, 4257.0, 4248.0, 4258.0, 4247.0, 4234.0, 4244.0, 4234.0, 4252.0, 4222.0, 4231.0, 4220.0, 4217.0, 4220.0, 4219.0, 4229.0, 4216.0, 4216.0, 4218.0, 4216.0, 4205.0, 4216.0, 4204.0, 4228.0, 4217.0, 4228.0, 4217.0, 4228.0, 4228.0, 4222.0, 4230.0, 4229.0, 4231.0, 4230.0, 4242.0, 4232.0, 4245.0, 4245.0, 4242.0, 4248.0, 4247.0, 4257.0, 4247.0, 4260.0, 4258.0, 4257.0, 4260.0, 4249.0, 4257.0, 4256.0, 4259.0, 4257.0, 4260.0, 4258.0, 4258.0, 4269.0, 4257.0, 4269.0, 4274.0, 4270.0, 4260.0, 4259.0, 4259.0, 4270.0, 4272.0, 4270.0, 4272.0, 4270.0, 4251.0, 4273.0, 4270.0, 4272.0, 4270.0, 4272.0, 4272.0, 4274.0, 4272.0, 4260.0, 4273.0, 4272.0, 4282.0, 4271.0, 4274.0, 4272.0, 4261.0, 4270.0, 4260.0, 4272.0, 4260.0, 4269.0, 4272.0, 4272.0, 4281.0, 4274.0, 4284.0, 4275.0, 4283.0, 4271.0, 4260.0, 4271.0, 4260.0, 4273.0, 4271.0, 4271.0, 4272.0, 4261.0, 4283.0, 4273.0, 4275.0, 4283.0, 4272.0, 4274.0, 4284.0, 4285.0, 4285.0, 4274.0, 4284.0, 4276.0, 4283.0, 4274.0, 4293.0, 4261.0, 4294.0, 4273.0, 4271.0, 4271.0, 4259.0, 4271.0, 4260.0, 4271.0, 4271.0, 4274.0, 4260.0, 4251.0, 4256.0, 4259.0, 4247.0, 4258.0, 4258.0, 4257.0, 4246.0, 4257.0, 4254.0, 4259.0, 4245.0, 4259.0, 4254.0, 4254.0, 4245.0, 4255.0, 4256.0, 4266.0, 4256.0, 4247.0, 4259.0, 4257.0, 4258.0, 4259.0, 4270.0, 4259.0, 4257.0, 4258.0, 4260.0, 4246.0, 4259.0, 4246.0, 4257.0, 4245.0, 4246.0, 4257.0, 4246.0, 4257.0, 4246.0, 4272.0, 4260.0, 4271.0, 4282.0, 4272.0, 4271.0, 4271.0, 4250.0, 4269.0, 4270.0, 4282.0, 4283.0, 4276.0, 4272.0, 4272.0, 4283.0, 4259.0, 4272.0, 4259.0, 4270.0, 4260.0, 4269.0, 4270.0, 4261.0, 4259.0, 4257.0, 4271.0, 4259.0, 4262.0, 4270.0, 4269.0, 4272.0, 4272.0, 4273.0, 4284.0, 4272.0, 4261.0, 4259.0, 4270.0, 4260.0, 4271.0, 4272.0, 4269.0, 4271.0, 4259.0, 4269.0, 4245.0, 4272.0, 4259.0, 4257.0, 4244.0, 4247.0, 4231.0, 4255.0, 4242.0, 4243.0, 4244.0, 4253.0, 4242.0, 4257.0, 4245.0, 4256.0, 4266.0, 4255.0, 4256.0, 4247.0, 4272.0, 4270.0, 4272.0, 4269.0, 4264.0, 4284.0, 4273.0, 4278.0, 4241.0, 4270.0, 4252.0, 4248.0, 4262.0, 4248.0, 4261.0, 4249.0, 4249.0, 4247.0, 4259.0, 4246.0, 4271.0, 4259.0, 4261.0, 4271.0, 4259.0, 4282.0, 4259.0, 4270.0, 4260.0, 4246.0, 4268.0, 4236.0, 4279.0, 4233.0, 4264.0, 4231.0, 4255.0, 4220.0, 4251.0, 4217.0, 4236.0, 4205.0, 4214.0, 4203.0, 4215.0, 4204.0, 4213.0, 4202.0, 4215.0, 4213.0, 4224.0, 4215.0, 4225.0, 4217.0, 4228.0, 4217.0, 4227.0, 4219.0, 4231.0, 4242.0, 4231.0, 4230.0, 4221.0, 4243.0, 4231.0, 4254.0, 4245.0, 4254.0, 4248.0, 4249.0, 4256.0, 4247.0, 4271.0, 4262.0, 4269.0, 4270.0, 4261.0, 4274.0, 4264.0, 4263.0, 4260.0, 4247.0, 4248.0, 4246.0, 4259.0, 4270.0, 4263.0, 4274.0, 4275.0, 4274.0, 4261.0, 4259.0, 4259.0, 4258.0, 4260.0, 4271.0, 4259.0, 4260.0, 4270.0, 4259.0, 4270.0, 4260.0, 4292.0, 4259.0, 4259.0, 4257.0, 4246.0, 4258.0, 4257.0, 4261.0, 4235.0, 4245.0, 4233.0, 4254.0, 4244.0, 4245.0, 4232.0, 4242.0, 4242.0, 4246.0, 4233.0, 4243.0, 4242.0, 4242.0, 4243.0, 4243.0, 4247.0, 4244.0, 4245.0, 4244.0, 4259.0, 4255.0, 4255.0, 4244.0, 4258.0, 4256.0, 4257.0, 4246.0, 4246.0, 4257.0, 4271.0, 4274.0, 4259.0, 4271.0, 4259.0, 4259.0, 4271.0, 4272.0, 4264.0, 4274.0, 4264.0, 4272.0, 4272.0, 4261.0, 4272.0, 4272.0, 4272.0, 4259.0, 4272.0, 4259.0, 4270.0, 4258.0, 4269.0, 4258.0, 4271.0, 4259.0, 4272.0, 4259.0, 4258.0, 4260.0, 4272.0, 4271.0, 4270.0, 4261.0, 4273.0, 4260.0, 4260.0, 4259.0, 4269.0, 4259.0, 4271.0, 4259.0, 4247.0, 4259.0, 4249.0, 4269.0, 4250.0, 4260.0, 4252.0, 4237.0, 4259.0, 4247.0, 4259.0, 4246.0, 4258.0, 4245.0, 4245.0, 4244.0, 4243.0, 4244.0, 4243.0, 4245.0, 4234.0, 4233.0, 4230.0, 4243.0, 4221.0, 4242.0, 4233.0, 4246.0, 4233.0, 4242.0, 4234.0, 4245.0, 4246.0, 4235.0, 4247.0, 4245.0, 4257.0, 4246.0, 4248.0, 4250.0, 4259.0, 4246.0, 4247.0, 4236.0, 4256.0, 4245.0, 4246.0, 4247.0, 4245.0, 4245.0, 4245.0, 4245.0, 4245.0, 4245.0, 4234.0, 4259.0, 4246.0, 4269.0, 4259.0, 4269.0, 4248.0, 4247.0], 'WindowWidth': [9568.0, 9517.0, 9509.0, 9495.0, 9476.0, 9474.0, 9470.0, 9468.0, 9476.0, 9458.0, 9467.0, 9446.0, 9479.0, 9445.0, 9425.0, 9441.0, 9420.0, 9422.0, 9420.0, 9431.0, 9420.0, 9422.0, 9444.0, 9424.0, 9420.0, 9397.0, 9421.0, 9417.0, 9436.0, 9419.0, 9418.0, 9420.0, 9430.0, 9435.0, 9438.0, 9437.0, 9436.0, 9438.0, 9435.0, 9439.0, 9445.0, 9434.0, 9441.0, 9437.0, 9440.0, 9442.0, 9446.0, 9443.0, 9439.0, 9441.0, 9420.0, 9438.0, 9438.0, 9445.0, 9434.0, 9439.0, 9433.0, 9426.0, 9428.0, 9446.0, 9427.0, 9434.0, 9419.0, 9404.0, 9435.0, 9421.0, 9437.0, 9437.0, 9438.0, 9438.0, 9449.0, 9445.0, 9447.0, 9450.0, 9465.0, 9462.0, 9474.0, 9440.0, 9425.0, 9420.0, 9422.0, 9424.0, 9440.0, 9423.0, 9434.0, 9415.0, 9414.0, 9421.0, 9414.0, 9418.0, 9413.0, 9415.0, 9418.0, 9417.0, 9417.0, 9433.0, 9419.0, 9404.0, 9418.0, 9407.0, 9444.0, 9408.0, 9432.0, 9417.0, 9436.0, 9424.0, 9437.0, 9425.0, 9424.0, 9447.0, 9440.0, 9443.0, 9444.0, 9442.0, 9446.0, 9443.0, 9424.0, 9405.0, 9418.0, 9411.0, 9417.0, 9421.0, 9416.0, 9406.0, 9411.0, 9398.0, 9409.0, 9423.0, 9416.0, 9418.0, 9401.0, 9415.0, 9417.0, 9431.0, 9432.0, 9436.0, 9417.0, 9440.0, 9419.0, 9440.0, 9423.0, 9428.0, 9416.0, 9421.0, 9422.0, 9416.0, 9414.0, 9417.0, 9426.0, 9417.0, 9416.0, 9404.0, 9418.0, 9432.0, 9439.0, 9440.0, 9429.0, 9443.0, 9445.0, 9469.0, 9450.0, 9448.0, 9445.0, 9442.0, 9463.0, 9444.0, 9449.0, 9445.0, 9450.0, 9453.0, 9483.0, 9443.0, 9439.0, 9450.0, 9423.0, 9442.0, 9441.0, 9444.0, 9420.0, 9431.0, 9437.0, 9428.0, 9428.0, 9409.0, 9433.0, 9420.0, 9420.0, 9423.0, 9429.0, 9422.0, 9423.0, 9436.0, 9444.0, 9423.0, 9432.0, 9410.0, 9429.0, 9407.0, 9417.0, 9400.0, 9436.0, 9401.0, 9385.0, 9396.0, 9393.0, 9397.0, 9394.0, 9395.0, 9391.0, 9411.0, 9396.0, 9401.0, 9407.0, 9408.0, 9415.0, 9412.0, 9434.0, 9422.0, 9402.0, 9417.0, 9414.0, 9417.0, 9421.0, 9437.0, 9424.0, 9403.0, 9415.0, 9418.0, 9444.0, 9439.0, 9424.0, 9429.0, 9437.0, 9453.0, 9429.0, 9444.0, 9426.0, 9431.0, 9423.0, 9423.0, 9424.0, 9405.0, 9422.0, 9415.0, 9402.0, 9420.0, 9407.0, 9414.0, 9381.0, 9395.0, 9386.0, 9396.0, 9387.0, 9390.0, 9376.0, 9388.0, 9371.0, 9384.0, 9385.0, 9388.0, 9389.0, 9383.0, 9371.0, 9388.0, 9392.0, 9383.0, 9391.0, 9396.0, 9414.0, 9395.0, 9416.0, 9420.0, 9401.0, 9419.0, 9415.0, 9424.0, 9421.0, 9436.0, 9424.0, 9408.0, 9396.0, 9400.0, 9413.0, 9407.0, 9416.0, 9436.0, 9425.0, 9436.0, 9419.0, 9407.0, 9421.0, 9431.0, 9418.0, 9394.0, 9416.0, 9394.0, 9398.0, 9410.0, 9408.0, 9432.0, 9403.0, 9436.0, 9419.0, 9426.0, 9421.0, 9418.0, 9426.0, 9419.0, 9438.0, 9424.0, 9429.0, 9423.0, 9405.0, 9427.0, 9412.0, 9438.0, 9419.0, 9432.0, 9402.0, 9417.0, 9438.0, 9449.0, 9437.0, 9418.0, 9422.0, 9439.0, 9423.0, 9444.0, 9424.0, 9437.0, 9420.0, 9423.0, 9421.0, 9422.0, 9416.0, 9411.0, 9414.0, 9415.0, 9437.0, 9429.0, 9422.0, 9422.0, 9429.0, 9438.0, 9439.0, 9423.0, 9436.0, 9421.0, 9439.0, 9443.0, 9444.0, 9425.0, 9438.0, 9470.0, 9423.0, 9442.0, 9424.0, 9435.0, 9422.0, 9422.0, 9444.0, 9443.0, 9443.0, 9422.0, 9431.0, 9423.0, 9423.0, 9420.0, 9423.0, 9419.0, 9400.0, 9432.0, 9435.0, 9430.0, 9393.0, 9357.0, 9382.0, 9381.0, 9364.0, 9400.0, 9400.0, 9384.0, 9371.0, 9374.0, 9375.0, 9395.0, 9395.0, 9386.0, 9400.0, 9395.0, 9417.0, 9408.0, 9422.0, 9403.0, 9380.0, 9396.0, 9377.0, 9404.0, 9359.0, 9371.0, 9353.0, 9345.0, 9354.0, 9347.0, 9363.0, 9338.0, 9345.0, 9345.0, 9341.0, 9324.0, 9339.0, 9321.0, 9356.0, 9342.0, 9359.0, 9344.0, 9361.0, 9360.0, 9356.0, 9367.0, 9365.0, 9369.0, 9368.0, 9386.0, 9374.0, 9396.0, 9395.0, 9390.0, 9401.0, 9402.0, 9417.0, 9403.0, 9424.0, 9419.0, 9419.0, 9423.0, 9412.0, 9418.0, 9414.0, 9423.0, 9419.0, 9426.0, 9424.0, 9422.0, 9437.0, 9418.0, 9438.0, 9448.0, 9442.0, 9427.0, 9426.0, 9425.0, 9442.0, 9446.0, 9443.0, 9447.0, 9442.0, 9418.0, 9450.0, 9443.0, 9447.0, 9442.0, 9447.0, 9447.0, 9454.0, 9449.0, 9429.0, 9450.0, 9447.0, 9462.0, 9445.0, 9452.0, 9447.0, 9432.0, 9444.0, 9427.0, 9445.0, 9425.0, 9439.0, 9448.0, 9447.0, 9460.0, 9453.0, 9468.0, 9454.0, 9467.0, 9445.0, 9426.0, 9443.0, 9423.0, 9445.0, 9443.0, 9444.0, 9445.0, 9430.0, 9464.0, 9452.0, 9458.0, 9465.0, 9447.0, 9456.0, 9467.0, 9471.0, 9471.0, 9453.0, 9469.0, 9456.0, 9469.0, 9453.0, 9483.0, 9433.0, 9479.0, 9447.0, 9445.0, 9444.0, 9423.0, 9445.0, 9426.0, 9446.0, 9447.0, 9455.0, 9430.0, 9413.0, 9419.0, 9422.0, 9406.0, 9421.0, 9422.0, 9418.0, 9402.0, 9418.0, 9410.0, 9420.0, 9397.0, 9419.0, 9408.0, 9409.0, 9397.0, 9410.0, 9412.0, 9428.0, 9416.0, 9404.0, 9423.0, 9417.0, 9421.0, 9422.0, 9439.0, 9422.0, 9420.0, 9419.0, 9425.0, 9402.0, 9425.0, 9400.0, 9419.0, 9400.0, 9402.0, 9417.0, 9402.0, 9418.0, 9401.0, 9443.0, 9425.0, 9446.0, 9463.0, 9447.0, 9447.0, 9445.0, 9414.0, 9439.0, 9442.0, 9462.0, 9464.0, 9462.0, 9449.0, 9446.0, 9463.0, 9424.0, 9449.0, 9427.0, 9442.0, 9424.0, 9438.0, 9438.0, 9431.0, 9425.0, 9418.0, 9444.0, 9426.0, 9431.0, 9440.0, 9441.0, 9446.0, 9448.0, 9451.0, 9466.0, 9448.0, 9428.0, 9422.0, 9443.0, 9428.0, 9448.0, 9447.0, 9439.0, 9447.0, 9425.0, 9439.0, 9396.0, 9445.0, 9418.0, 9415.0, 9394.0, 9399.0, 9371.0, 9410.0, 9387.0, 9391.0, 9392.0, 9405.0, 9388.0, 9412.0, 9396.0, 9412.0, 9429.0, 9410.0, 9414.0, 9404.0, 9443.0, 9442.0, 9445.0, 9440.0, 9438.0, 9464.0, 9455.0, 9466.0, 9406.0, 9445.0, 9423.0, 9410.0, 9433.0, 9409.0, 9429.0, 9410.0, 9410.0, 9404.0, 9422.0, 9403.0, 9443.0, 9424.0, 9427.0, 9447.0, 9426.0, 9463.0, 9428.0, 9444.0, 9429.0, 9401.0, 9439.0, 9386.0, 9456.0, 9381.0, 9428.0, 9372.0, 9415.0, 9356.0, 9405.0, 9346.0, 9375.0, 9325.0, 9338.0, 9319.0, 9339.0, 9322.0, 9333.0, 9316.0, 9336.0, 9333.0, 9349.0, 9337.0, 9351.0, 9344.0, 9359.0, 9346.0, 9359.0, 9351.0, 9368.0, 9389.0, 9376.0, 9371.0, 9359.0, 9391.0, 9373.0, 9409.0, 9397.0, 9411.0, 9408.0, 9408.0, 9417.0, 9408.0, 9444.0, 9433.0, 9442.0, 9445.0, 9435.0, 9456.0, 9440.0, 9435.0, 9426.0, 9404.0, 9405.0, 9402.0, 9426.0, 9440.0, 9432.0, 9450.0, 9452.0, 9452.0, 9430.0, 9424.0, 9426.0, 9423.0, 9427.0, 9445.0, 9425.0, 9426.0, 9440.0, 9424.0, 9443.0, 9426.0, 9480.0, 9427.0, 9426.0, 9418.0, 9400.0, 9421.0, 9417.0, 9426.0, 9382.0, 9400.0, 9378.0, 9409.0, 9394.0, 9398.0, 9375.0, 9390.0, 9389.0, 9400.0, 9379.0, 9392.0, 9389.0, 9390.0, 9391.0, 9393.0, 9401.0, 9396.0, 9398.0, 9397.0, 9418.0, 9412.0, 9413.0, 9396.0, 9419.0, 9414.0, 9419.0, 9403.0, 9403.0, 9419.0, 9444.0, 9455.0, 9429.0, 9445.0, 9427.0, 9426.0, 9447.0, 9448.0, 9439.0, 9454.0, 9440.0, 9449.0, 9451.0, 9435.0, 9450.0, 9449.0, 9450.0, 9426.0, 9449.0, 9424.0, 9445.0, 9424.0, 9443.0, 9422.0, 9445.0, 9425.0, 9449.0, 9427.0, 9422.0, 9429.0, 9447.0, 9448.0, 9442.0, 9433.0, 9454.0, 9431.0, 9431.0, 9426.0, 9442.0, 9426.0, 9448.0, 9427.0, 9407.0, 9427.0, 9411.0, 9441.0, 9415.0, 9432.0, 9422.0, 9395.0, 9425.0, 9406.0, 9425.0, 9404.0, 9421.0, 9400.0, 9400.0, 9396.0, 9394.0, 9396.0, 9392.0, 9397.0, 9382.0, 9380.0, 9371.0, 9390.0, 9358.0, 9389.0, 9381.0, 9398.0, 9381.0, 9392.0, 9382.0, 9399.0, 9402.0, 9389.0, 9405.0, 9400.0, 9419.0, 9402.0, 9409.0, 9414.0, 9428.0, 9406.0, 9407.0, 9391.0, 9419.0, 9401.0, 9405.0, 9405.0, 9400.0, 9400.0, 9399.0, 9401.0, 9403.0, 9400.0, 9385.0, 9427.0, 9402.0, 9440.0, 9430.0, 9443.0, 9412.0, 9409.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.0011696658986175114</td></tr>
<tr><td colspan=3>aqi</td><td>0.021249424539170506</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.11092246010377</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2196312540484429</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0145660190888108</td></tr>
<tr><td colspan=3>efc</td><td>0.484</td></tr>
<tr><td colspan=3>fber</td><td>4126.6333</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10032146322535095</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>42</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.838709677419355</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6359427684124213</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6806209360890167</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6937111175951043</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5334962515531427</td></tr>
<tr><td colspan=3>gcor</td><td>0.0228723</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0023523566778749228</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.01114889606833458</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>868</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.97011408877316</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>31.7997</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>51.8262</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>190.7934</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>57.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299187.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>870.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>367.6225</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7034</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>512.9188</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3445.8963</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3640.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77357.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1195.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4475.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>916.8443</td></tr>
<tr><td colspan=3>tsnr</td><td>41.51505527924746</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>