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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0070/ses-03/func/sub-0070_ses-03_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>55275afa7490cd0c7e376fcadad34947</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>14:55:40.757500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999961, -0.00321585, 0.00824772, 0.00279245, 0.998703, 0.0508429]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.102103</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4137, -7760, -7234, 515, -85, -270, -4, 55]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 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>292.835</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d62b1199-bcba-4129-941b-23e2f4cb6a73||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.682821750640869, 0.007491948548704386, 0.022681424394249916, 111.6929702758789], [0.00862790085375309, 2.6794464588165283, 0.1372082233428955, -91.71205139160156], [0.022128039970993996, -0.1364077478647232, 2.696415901184082, -68.9209976196289], [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': ['145540.757500', '145541.217500', '145541.677500', '145542.137500', '145542.597500', '145543.057500', '145543.517500', '145543.977500', '145544.437500', '145544.897500', '145545.357500', '145545.817500', '145546.277500', '145546.737500', '145547.197500', '145547.657500', '145548.117500', '145548.577500', '145549.037500', '145549.497500', '145549.957500', '145550.417500', '145550.877500', '145551.337500', '145551.797500', '145552.257500', '145552.717500', '145553.177500', '145553.637500', '145554.097500', '145554.557500', '145555.017500', '145555.477500', '145555.937500', '145556.397500', '145556.857500', '145557.317500', '145557.777500', '145558.237500', '145558.697500', '145559.157500', '145559.617500', '145600.077500', '145600.537500', '145600.997500', '145601.457500', '145601.917500', '145602.377500', '145602.837500', '145603.297500', '145603.757500', '145604.217500', '145604.677500', '145605.137500', '145605.597500', '145606.057500', '145606.517500', '145606.977500', '145607.437500', '145607.897500', '145608.357500', '145608.817500', '145609.277500', '145609.737500', '145610.197500', '145610.657500', '145611.117500', '145611.577500', '145612.037500', '145612.497500', '145612.957500', '145613.417500', '145613.877500', '145614.337500', '145614.797500', '145615.257500', '145615.717500', '145616.177500', '145616.637500', '145617.097500', '145617.557500', '145618.017500', '145618.477500', '145618.937500', '145619.397500', '145619.857500', '145620.317500', '145620.777500', '145621.237500', '145621.697500', '145622.157500', '145622.617500', '145623.077500', '145623.537500', '145623.997500', '145624.457500', '145624.917500', '145625.377500', '145625.837500', '145626.297500', '145626.757500', '145627.217500', '145627.677500', '145628.137500', '145628.597500', '145629.057500', '145629.517500', '145629.977500', '145630.437500', '145630.897500', '145631.357500', '145631.817500', '145632.277500', '145632.737500', '145633.197500', '145633.657500', '145634.117500', '145634.577500', '145635.037500', '145635.497500', '145635.957500', '145636.417500', '145636.877500', '145637.337500', '145637.797500', '145638.257500', '145638.717500', '145639.177500', '145639.637500', '145640.097500', '145640.557500', '145641.017500', '145641.477500', '145641.937500', '145642.397500', '145642.857500', '145643.317500', '145643.777500', '145644.237500', '145644.697500', '145645.157500', '145645.617500', '145646.077500', '145646.537500', '145646.997500', '145647.457500', '145647.917500', '145648.377500', '145648.837500', '145649.297500', '145649.757500', '145650.217500', '145650.677500', '145651.137500', '145651.597500', '145652.057500', '145652.517500', '145652.977500', '145653.437500', '145653.897500', '145654.357500', '145654.817500', '145655.277500', '145655.737500', '145656.197500', '145656.657500', '145657.117500', '145657.577500', '145658.037500', '145658.497500', '145658.957500', '145659.417500', '145659.877500', '145700.337500', '145700.797500', '145701.257500', '145701.717500', '145702.177500', '145702.637500', '145703.097500', '145703.557500', '145704.017500', '145704.477500', '145704.937500', '145705.397500', '145705.857500', '145706.317500', '145706.777500', '145707.237500', '145707.697500', '145708.157500', '145708.617500', '145709.077500', '145709.537500', '145709.997500', '145710.457500', '145710.917500', '145711.377500', '145711.837500', '145712.297500', '145712.757500', '145713.217500', '145713.677500', '145714.137500', '145714.597500', '145715.057500', '145715.517500', '145715.977500', '145716.437500', '145716.897500', '145717.357500', '145717.817500', '145718.277500', '145718.737500', '145719.197500', '145719.657500', '145720.117500', '145720.577500', '145721.037500', '145721.497500', '145721.957500', '145722.417500', '145722.877500', '145723.337500', '145723.797500', '145724.257500', '145724.717500', '145725.177500', '145725.637500', '145726.097500', '145726.557500', '145727.017500', '145727.477500', '145727.937500', '145728.397500', '145728.857500', '145729.317500', '145729.777500', '145730.237500', '145730.697500', '145731.157500', '145731.617500', '145732.077500', '145732.537500', '145732.997500', '145733.457500', '145733.917500', '145734.377500', '145734.837500', '145735.297500', '145735.757500', '145736.217500', '145736.677500', '145737.137500', '145737.597500', '145738.057500', '145738.517500', '145738.977500', '145739.437500', '145739.897500', '145740.357500', '145740.817500', '145741.277500', '145741.737500', '145742.197500', '145742.657500', '145743.117500', '145743.577500', '145744.037500', '145744.497500', '145744.957500', '145745.417500', '145745.877500', '145746.337500', '145746.797500', '145747.257500', '145747.717500', '145748.177500', '145748.637500', '145749.097500', '145749.557500', '145750.017500', '145750.477500', '145750.937500', '145751.397500', '145751.857500', '145752.317500', '145752.777500', '145753.237500', '145753.697500', '145754.157500', '145754.617500', '145755.077500', '145755.537500', '145755.997500', '145756.457500', '145756.917500', '145757.377500', '145757.837500', '145758.297500', '145758.757500', '145759.217500', '145759.677500', '145800.137500', '145800.597500', '145801.057500', '145801.517500', '145801.977500', '145802.437500', '145802.897500', '145803.357500', '145803.817500', '145804.277500', '145804.737500', '145805.197500', '145805.657500', '145806.117500', '145806.577500', '145807.037500', '145807.497500', '145807.957500', '145808.417500', '145808.877500', '145809.337500', '145809.797500', '145810.257500', '145810.717500', '145811.177500', '145811.637500', '145812.097500', '145812.557500', '145813.017500', '145813.477500', '145813.937500', '145814.397500', '145814.857500', '145815.317500', '145815.777500', '145816.237500', '145816.697500', '145817.157500', '145817.617500', '145818.077500', '145818.537500', '145818.997500', '145819.457500', '145819.917500', '145820.377500', '145820.837500', '145821.297500', '145821.757500', '145822.217500', '145822.677500', '145823.137500', '145823.597500', '145824.057500', '145824.517500', '145824.977500', '145825.437500', '145825.897500', '145826.357500', '145826.817500', '145827.277500', '145827.737500', '145828.197500', '145828.657500', '145829.117500', '145829.577500', '145830.037500', '145830.497500', '145830.957500', '145831.417500', '145831.877500', '145832.337500', '145832.797500', '145833.257500', '145833.717500', '145834.177500', '145834.637500', '145835.097500', '145835.557500', '145836.017500', '145836.477500', '145836.937500', '145837.397500', '145837.857500', '145838.317500', '145838.777500', '145839.237500', '145839.697500', '145840.157500', '145840.617500', '145841.077500', '145841.537500', '145841.997500', '145842.457500', '145842.917500', '145843.377500', '145843.837500', '145844.297500', '145844.757500', '145845.217500', '145845.677500', '145846.137500', '145846.597500', '145847.057500', '145847.517500', '145847.977500', '145848.437500', '145848.897500', '145849.357500', '145849.817500', '145850.277500', '145850.737500', '145851.197500', '145851.657500', '145852.117500', '145852.577500', '145853.037500', '145853.497500', '145853.957500', '145854.417500', '145854.877500', '145855.337500', '145855.797500', '145856.257500', '145856.717500', '145857.177500', '145857.637500', '145858.097500', '145858.557500', '145859.017500', '145859.477500', '145859.937500', '145900.397500', '145900.857500', '145901.317500', '145901.777500', '145902.237500', '145902.697500', '145903.157500', '145903.617500', '145904.077500', '145904.537500', '145904.997500', '145905.457500', '145905.917500', '145906.377500', '145906.837500', '145907.297500', '145907.757500', '145908.217500', '145908.677500', '145909.137500', '145909.597500', '145910.057500', '145910.517500', '145910.977500', '145911.437500', '145911.897500', '145912.357500', '145912.817500', '145913.277500', '145913.737500', '145914.197500', '145914.657500', '145915.117500', '145915.577500', '145916.037500', '145916.497500', '145916.957500', '145917.417500', '145917.877500', '145918.337500', '145918.797500', '145919.257500', '145919.717500', '145920.177500', '145920.637500', '145921.097500', '145921.557500', '145922.017500', '145922.477500', '145922.937500', '145923.397500', '145923.857500', '145924.317500', '145924.777500', '145925.237500', '145925.697500', '145926.157500', '145926.617500', '145927.077500', '145927.537500', '145927.997500', '145928.457500', '145928.917500', '145929.377500', '145929.837500', '145930.297500', '145930.757500', '145931.217500', '145931.677500', '145932.137500', '145932.597500', '145933.057500', '145933.517500', '145933.977500', '145934.437500', '145934.897500', '145935.357500', '145935.817500', '145936.277500', '145936.737500', '145937.197500', '145937.657500', '145938.117500', '145938.577500', '145939.037500', '145939.497500', '145939.957500', '145940.417500', '145940.877500', '145941.337500', '145941.797500', '145942.257500', '145942.717500', '145943.177500', '145943.637500', '145944.097500', '145944.557500', '145945.017500', '145945.477500', '145945.937500', '145946.397500', '145946.857500', '145947.317500', '145947.777500', '145948.237500', '145948.697500', '145949.157500', '145949.617500', '145950.077500', '145950.537500', '145950.997500', '145951.457500', '145951.917500', '145952.377500', '145952.837500', '145953.297500', '145953.757500', '145954.217500', '145954.677500', '145955.137500', '145955.597500', '145956.057500', '145956.517500', '145956.977500', '145957.437500', '145957.897500', '145958.357500', '145958.817500', '145959.277500', '145959.737500', '150000.197500', '150000.657500', '150001.117500', '150001.577500', '150002.037500', '150002.497500', '150002.957500', '150003.417500', '150003.877500', '150004.337500', '150004.797500', '150005.257500', '150005.717500', '150006.177500', '150006.637500', '150007.097500', '150007.557500', '150008.017500', '150008.477500', '150008.937500', '150009.397500', '150009.857500', '150010.317500', '150010.777500', '150011.237500', '150011.697500', '150012.157500', '150012.617500', '150013.077500', '150013.537500', '150013.997500', '150014.457500', '150014.917500', '150015.377500', '150015.837500', '150016.297500', '150016.757500', '150017.217500', '150017.677500', '150018.137500', '150018.597500', '150019.057500', '150019.517500', '150019.977500', '150020.437500', '150020.897500', '150021.357500', '150021.817500', '150022.277500', '150022.737500', '150023.197500', '150023.657500', '150024.117500', '150024.577500', '150025.037500', '150025.497500', '150025.957500', '150026.417500', '150026.877500', '150027.337500', '150027.797500', '150028.257500', '150028.717500', '150029.177500', '150029.637500', '150030.097500', '150030.557500', '150031.017500', '150031.477500', '150031.937500', '150032.397500', '150032.857500', '150033.317500', '150033.777500', '150034.237500', '150034.697500', '150035.157500', '150035.617500', '150036.077500', '150036.537500', '150036.997500', '150037.457500', '150037.917500', '150038.377500', '150038.837500', '150039.297500', '150039.757500', '150040.217500', '150040.677500', '150041.137500', '150041.597500', '150042.057500', '150042.517500', '150042.977500', '150043.437500', '150043.897500', '150044.357500', '150044.817500', '150045.277500', '150045.737500', '150046.197500', '150046.657500', '150047.117500', '150047.577500', '150048.037500', '150048.497500', '150048.957500', '150049.417500', '150049.877500', '150050.337500', '150050.797500', '150051.257500', '150051.717500', '150052.177500', '150052.637500', '150053.097500', '150053.557500', '150054.017500', '150054.477500', '150054.937500', '150055.397500', '150055.857500', '150056.317500', '150056.777500', '150057.237500', '150057.697500', '150058.157500', '150058.617500', '150059.077500', '150059.537500', '150059.997500', '150100.457500', '150100.917500', '150101.377500', '150101.837500', '150102.297500', '150102.757500', '150103.217500', '150103.677500', '150104.137500', '150104.597500', '150105.057500', '150105.517500', '150105.977500', '150106.437500', '150106.897500', '150107.357500', '150107.817500', '150108.277500', '150108.737500', '150109.197500', '150109.657500', '150110.117500', '150110.577500', '150111.037500', '150111.497500', '150111.957500', '150112.417500', '150112.877500', '150113.337500', '150113.797500', '150114.257500', '150114.717500', '150115.177500', '150115.637500', '150116.097500', '150116.557500', '150117.017500', '150117.477500', '150117.937500', '150118.397500', '150118.857500', '150119.317500', '150119.777500', '150120.237500', '150120.697500', '150121.157500', '150121.617500', '150122.077500', '150122.537500', '150122.997500', '150123.457500', '150123.917500', '150124.377500', '150124.837500', '150125.297500', '150125.757500', '150126.217500', '150126.677500', '150127.137500', '150127.597500', '150128.057500', '150128.517500', '150128.977500', '150129.437500', '150129.897500', '150130.357500', '150130.817500', '150131.277500', '150131.737500', '150132.197500', '150132.657500', '150133.117500', '150133.577500', '150134.037500', '150134.497500', '150134.957500', '150135.417500', '150135.877500', '150136.337500', '150136.797500', '150137.257500', '150137.717500', '150138.177500', '150138.637500', '150139.097500', '150139.557500', '150140.017500', '150140.477500', '150140.937500', '150141.397500', '150141.857500', '150142.317500', '150142.777500', '150143.237500', '150143.697500', '150144.157500', '150144.617500', '150145.077500', '150145.537500', '150145.997500', '150146.457500', '150146.917500', '150147.377500', '150147.837500', '150148.297500', '150148.757500', '150149.217500', '150149.677500', '150150.137500', '150150.597500', '150151.057500', '150151.517500', '150151.977500', '150152.437500', '150152.897500', '150153.357500', '150153.817500', '150154.277500', '150154.737500', '150155.197500', '150155.657500', '150156.117500', '150156.577500', '150157.037500', '150157.497500', '150157.957500', '150158.417500', '150158.877500', '150159.337500', '150159.797500', '150200.257500', '150200.717500', '150201.177500', '150201.637500', '150202.097500', '150202.557500', '150203.017500', '150203.477500', '150203.937500', '150204.397500', '150204.857500', '150205.317500', '150205.777500', '150206.237500', '150206.697500', '150207.157500', '150207.617500', '150208.077500', '150208.537500', '150208.997500', '150209.457500', '150209.917500', '150210.377500', '150210.837500', '150211.297500', '150211.757500', '150212.217500', '150212.677500', '150213.137500', '150213.597500', '150214.057500', '150214.517500', '150214.977500', '150215.437500', '150215.897500', '150216.357500', '150216.817500', '150217.277500', '150217.737500', '150218.197500', '150218.657500', '150219.117500', '150219.577500', '150220.037500', '150220.497500', '150220.957500', '150221.417500'], 'ContentTime': ['145557.789000', '145557.792000', '145557.795000', '145557.798000', '145557.800000', '145557.803000', '145557.805000', '145557.808000', '145557.811000', '145557.813000', '145557.816000', '145557.818000', '145557.821000', '145557.824000', '145557.826000', '145557.829000', '145557.831000', '145557.836000', '145557.839000', '145557.841000', '145557.844000', '145557.846000', '145557.849000', '145557.854000', '145557.856000', '145557.859000', '145557.862000', '145557.864000', '145557.867000', '145557.869000', '145557.872000', '145557.874000', '145557.877000', '145557.880000', '145617.731000', '145617.733000', '145617.736000', '145617.739000', '145617.741000', '145617.744000', '145617.747000', '145617.749000', '145617.752000', '145617.754000', '145617.757000', '145617.760000', '145617.762000', '145617.765000', '145617.767000', '145617.771000', '145617.774000', '145617.777000', '145617.779000', '145617.782000', '145617.785000', '145617.787000', '145617.790000', '145617.793000', '145617.795000', '145617.798000', '145617.800000', '145617.803000', '145617.806000', '145617.808000', '145617.811000', '145617.813000', '145617.816000', '145617.819000', '145617.821000', '145617.824000', '145617.826000', '145617.829000', '145617.832000', '145617.834000', '145617.837000', '145617.839000', '145617.842000', '145617.844000', '145637.731000', '145637.734000', '145637.736000', '145637.739000', '145637.741000', '145637.744000', '145637.746000', '145637.749000', '145637.752000', '145637.755000', '145637.757000', '145637.760000', '145637.762000', '145637.765000', '145637.785000', '145637.787000', '145637.790000', '145637.793000', '145637.795000', '145637.798000', '145637.801000', '145637.803000', '145637.806000', '145637.809000', '145637.811000', '145637.814000', '145637.817000', '145637.820000', '145637.823000', '145637.825000', '145637.828000', '145637.830000', '145637.833000', '145637.835000', '145637.838000', '145637.841000', '145637.843000', '145637.846000', '145637.848000', '145637.851000', '145637.853000', '145637.856000', '145637.858000', '145657.730000', '145657.733000', '145657.736000', '145657.738000', '145657.741000', '145657.744000', '145657.746000', '145657.749000', '145657.751000', '145657.754000', '145657.757000', '145657.759000', '145657.762000', '145657.764000', '145657.767000', '145657.769000', '145657.772000', '145657.774000', '145657.777000', '145657.780000', '145657.782000', '145657.785000', '145657.787000', '145657.790000', '145657.793000', '145657.795000', '145657.798000', '145657.800000', '145657.803000', '145657.805000', '145657.808000', '145657.810000', '145657.813000', '145657.816000', '145657.818000', '145657.821000', '145657.823000', '145657.826000', '145657.829000', '145657.831000', '145657.834000', '145657.836000', '145657.839000', '145657.841000', '145717.730000', '145717.733000', '145717.736000', '145717.738000', '145717.741000', '145717.744000', '145717.746000', '145717.749000', '145717.751000', '145717.754000', '145717.756000', '145717.759000', '145717.762000', '145717.765000', '145717.768000', '145717.771000', '145717.773000', '145717.776000', '145717.779000', '145717.781000', '145717.784000', '145717.786000', '145717.789000', '145717.791000', '145717.794000', '145717.797000', '145717.799000', '145717.802000', '145717.804000', '145717.807000', '145717.810000', '145717.812000', '145717.815000', '145717.818000', '145717.820000', '145717.823000', '145717.825000', '145717.828000', '145717.831000', '145717.833000', '145717.836000', '145717.838000', '145717.841000', '145737.731000', '145737.734000', '145737.737000', '145737.739000', '145737.742000', '145737.745000', '145737.747000', '145737.750000', '145737.752000', '145737.755000', '145737.757000', '145737.760000', '145737.763000', '145737.765000', '145737.768000', '145737.770000', '145737.773000', '145737.776000', '145737.803000', '145737.805000', '145737.808000', '145737.810000', '145737.813000', '145737.816000', '145737.818000', '145737.821000', '145737.824000', '145737.826000', '145737.829000', '145737.831000', '145737.834000', '145737.837000', '145737.839000', '145737.842000', '145737.844000', '145737.847000', '145737.850000', '145737.852000', '145737.855000', '145737.858000', '145737.860000', '145737.863000', '145737.865000', '145737.868000', '145757.731000', '145757.734000', '145757.737000', '145757.740000', '145757.742000', '145757.745000', '145757.747000', '145757.750000', '145757.753000', '145757.755000', '145757.758000', '145757.760000', '145757.763000', '145757.765000', '145757.768000', '145757.771000', '145757.773000', '145757.776000', '145757.779000', '145757.781000', '145757.784000', '145757.786000', '145757.789000', '145757.792000', '145757.795000', '145757.798000', '145757.800000', '145757.803000', '145757.806000', '145757.808000', '145757.811000', '145757.814000', '145757.816000', '145757.819000', '145757.821000', '145757.824000', '145757.826000', '145757.829000', '145757.832000', '145757.834000', '145757.837000', '145757.839000', '145757.842000', '145817.730000', '145817.733000', '145817.736000', '145817.738000', '145817.741000', '145817.744000', '145817.747000', '145817.749000', '145817.752000', '145817.754000', '145817.757000', '145817.759000', '145817.762000', '145817.765000', '145817.768000', '145817.770000', '145817.773000', '145817.775000', '145817.778000', '145817.781000', '145817.783000', '145817.786000', '145817.788000', '145817.791000', '145817.794000', '145817.796000', '145817.799000', '145817.801000', '145817.804000', '145817.807000', '145817.809000', '145817.812000', '145817.815000', '145817.817000', '145817.820000', '145817.823000', '145817.825000', '145817.828000', '145817.830000', '145817.833000', '145817.836000', '145817.838000', '145817.841000', '145817.843000', '145837.730000', '145837.733000', '145837.736000', '145837.739000', '145837.741000', '145837.744000', '145837.746000', '145837.749000', '145837.752000', '145837.754000', '145837.757000', '145837.759000', '145837.762000', '145837.765000', '145837.767000', '145837.770000', '145837.773000', '145837.775000', '145837.778000', '145837.780000', '145837.783000', '145837.786000', '145837.788000', '145837.791000', '145837.793000', '145837.796000', '145837.799000', '145837.801000', '145837.804000', '145837.806000', '145837.809000', '145837.812000', '145837.814000', '145837.817000', '145837.819000', '145837.822000', '145837.825000', '145837.827000', '145837.830000', '145837.832000', '145837.836000', '145837.839000', '145837.841000', '145857.731000', '145857.733000', '145857.736000', '145857.739000', '145857.741000', '145857.744000', '145857.746000', '145857.749000', '145857.752000', '145857.754000', '145857.757000', '145857.759000', '145857.762000', '145857.765000', '145857.767000', '145857.770000', '145857.773000', '145857.775000', '145857.778000', '145857.780000', '145857.783000', '145857.786000', '145857.788000', '145857.791000', '145857.793000', '145857.796000', '145857.798000', '145857.801000', '145857.804000', '145857.806000', '145857.809000', '145857.812000', '145857.814000', '145857.817000', '145857.819000', '145857.822000', '145857.825000', '145857.827000', '145857.830000', '145857.833000', '145857.835000', '145857.838000', '145857.840000', '145857.855000', '145917.730000', '145917.733000', '145917.736000', '145917.739000', '145917.741000', '145917.744000', '145917.746000', '145917.749000', '145917.752000', '145917.754000', '145917.757000', '145917.759000', '145917.762000', '145917.771000', '145917.774000', '145917.777000', '145917.779000', '145917.782000', '145917.784000', '145917.787000', '145917.790000', '145917.792000', '145917.795000', '145917.797000', '145917.800000', '145917.802000', '145917.805000', '145917.808000', '145917.810000', '145917.813000', '145917.816000', '145917.818000', '145917.821000', '145917.823000', '145917.826000', '145917.828000', '145917.831000', '145917.834000', '145917.836000', '145917.839000', '145917.841000', '145917.844000', '145917.847000', '145937.731000', '145937.733000', '145937.736000', '145937.739000', '145937.742000', '145937.744000', '145937.747000', '145937.750000', '145937.753000', '145937.755000', '145937.758000', '145937.760000', '145937.763000', '145937.766000', '145937.769000', '145937.771000', '145937.774000', '145937.776000', '145937.779000', '145937.782000', '145937.785000', '145937.787000', '145937.790000', '145937.792000', '145937.795000', '145937.798000', '145937.800000', '145937.803000', '145937.806000', '145937.808000', '145937.811000', '145937.814000', '145937.816000', '145937.819000', '145937.821000', '145937.824000', '145937.826000', '145937.829000', '145937.832000', '145937.834000', '145937.837000', '145937.839000', '145937.842000', '145937.845000', '145957.732000', '145957.734000', '145957.737000', '145957.740000', '145957.742000', '145957.745000', '145957.748000', '145957.750000', '145957.753000', '145957.755000', '145957.758000', '145957.760000', '145957.763000', '145957.766000', '145957.768000', '145957.771000', '145957.773000', '145957.776000', '145957.779000', '145957.781000', '145957.784000', '145957.786000', '145957.789000', '145957.791000', '145957.794000', '145957.797000', '145957.800000', '145957.802000', '145957.805000', '145957.807000', '145957.810000', '145957.813000', '145957.815000', '145957.818000', '145957.820000', '145957.823000', '145957.826000', '145957.828000', '145957.831000', '145957.834000', '145957.837000', '145957.839000', '145957.843000', '150017.731000', '150017.734000', '150017.737000', '150017.740000', '150017.742000', '150017.745000', '150017.748000', '150017.750000', '150017.753000', '150017.755000', '150017.758000', '150017.761000', '150017.763000', '150017.766000', '150017.769000', '150017.771000', '150017.774000', '150017.777000', '150017.779000', '150017.782000', '150017.784000', '150017.787000', '150017.790000', '150017.792000', '150017.795000', '150017.798000', '150017.800000', '150017.803000', '150017.805000', '150017.808000', '150017.811000', '150017.813000', '150017.816000', '150017.819000', '150017.821000', '150017.824000', '150017.826000', '150017.829000', '150017.831000', '150017.834000', '150017.837000', '150017.839000', '150017.842000', '150017.844000', '150037.731000', '150037.733000', '150037.736000', '150037.739000', '150037.741000', '150037.744000', '150037.746000', '150037.749000', '150037.752000', '150037.754000', '150037.757000', '150037.759000', '150037.762000', '150037.764000', '150037.767000', '150037.770000', '150037.772000', '150037.775000', '150037.777000', '150037.780000', '150037.783000', '150037.785000', '150037.788000', '150037.804000', '150037.807000', '150037.810000', '150037.812000', '150037.815000', '150037.818000', '150037.820000', '150037.823000', '150037.825000', '150037.828000', '150037.831000', '150037.833000', '150037.836000', '150037.838000', '150037.864000', '150037.867000', '150037.869000', '150037.872000', '150037.874000', '150037.877000', '150057.731000', '150057.733000', '150057.736000', '150057.739000', '150057.741000', '150057.744000', '150057.747000', '150057.749000', '150057.752000', '150057.754000', '150057.757000', '150057.760000', '150057.762000', '150057.765000', '150057.768000', '150057.770000', '150057.773000', '150057.776000', '150057.778000', '150057.781000', '150057.783000', '150057.786000', '150057.789000', '150057.791000', '150057.794000', '150057.797000', '150057.799000', '150057.802000', '150057.805000', '150057.807000', '150057.810000', '150057.812000', '150057.815000', '150057.818000', '150057.821000', '150057.823000', '150057.826000', '150057.829000', '150057.831000', '150057.834000', '150057.837000', '150057.839000', '150057.842000', '150057.844000', '150117.731000', '150117.734000', '150117.736000', '150117.739000', '150117.741000', '150117.744000', '150117.746000', '150117.749000', '150117.752000', '150117.754000', '150117.757000', '150117.759000', '150117.762000', '150117.765000', '150117.767000', '150117.770000', '150117.773000', '150117.775000', '150117.778000', '150117.781000', '150117.783000', '150117.786000', '150117.788000', '150117.791000', '150117.794000', '150117.796000', '150117.804000', '150117.807000', '150117.809000', '150117.812000', '150117.815000', '150117.817000', '150117.820000', '150117.822000', '150117.825000', '150117.828000', '150117.830000', '150117.833000', '150117.836000', '150117.838000', '150117.841000', '150117.844000', '150117.846000', '150137.731000', '150137.734000', '150137.737000', '150137.739000', '150137.742000', '150137.744000', '150137.747000', '150137.750000', '150137.752000', '150137.755000', '150137.758000', '150137.760000', '150137.763000', '150137.765000', '150137.768000', '150137.771000', '150137.774000', '150137.776000', '150137.779000', '150137.782000', '150137.784000', '150137.787000', '150137.790000', '150137.792000', '150137.795000', '150137.798000', '150137.800000', '150137.803000', '150137.805000', '150137.808000', '150137.811000', '150137.813000', '150137.816000', '150137.818000', '150137.821000', '150137.824000', '150137.828000', '150137.830000', '150137.833000', '150137.836000', '150137.838000', '150137.841000', '150137.844000', '150137.847000', '150157.731000', '150157.734000', '150157.737000', '150157.739000', '150157.742000', '150157.744000', '150157.747000', '150157.750000', '150157.752000', '150157.755000', '150157.758000', '150157.760000', '150157.763000', '150157.765000', '150157.768000', '150157.771000', '150157.773000', '150157.776000', '150157.779000', '150157.781000', '150157.784000', '150157.787000', '150157.789000', '150157.792000', '150157.794000', '150157.797000', '150157.800000', '150157.802000', '150157.805000', '150157.807000', '150157.810000', '150157.812000', '150157.815000', '150157.818000', '150157.831000', '150157.833000', '150157.836000', '150157.838000', '150157.841000', '150157.844000', '150157.847000', '150157.849000', '150157.852000', '150217.732000', '150217.734000', '150217.737000', '150217.740000', '150217.742000', '150217.745000', '150217.748000', '150217.750000', '150217.753000', '150217.756000', '150217.758000', '150217.761000', '150217.763000', '150217.766000', '150217.769000', '150217.771000', '150217.774000', '150217.777000', '150217.779000', '150217.782000', '150217.785000', '150217.787000', '150217.790000', '150217.793000', '150217.795000', '150217.798000', '150217.800000', '150217.803000', '150217.805000', '150217.808000', '150217.811000', '150217.813000', '150217.816000', '150217.818000', '150217.821000', '150217.824000', '150217.826000', '150217.829000', '150217.832000', '150217.834000', '150217.837000', '150217.839000', '150217.842000', '150217.845000', '150222.742000', '150222.745000', '150222.747000', '150222.750000', '150222.753000', '150222.755000', '150222.758000', '150222.761000', '150222.763000', '150222.766000', '150222.768000'], 'InstanceCreationTime': ['145557.789000', '145557.792000', '145557.795000', '145557.798000', '145557.800000', '145557.803000', '145557.805000', '145557.808000', '145557.811000', '145557.813000', '145557.816000', '145557.818000', '145557.821000', '145557.824000', '145557.826000', '145557.829000', '145557.831000', '145557.836000', '145557.839000', '145557.841000', '145557.844000', '145557.846000', '145557.849000', '145557.854000', '145557.856000', '145557.859000', '145557.862000', '145557.864000', '145557.867000', '145557.869000', '145557.872000', '145557.874000', '145557.877000', '145557.880000', '145617.731000', '145617.733000', '145617.736000', '145617.739000', '145617.741000', '145617.744000', '145617.747000', '145617.749000', '145617.752000', '145617.754000', '145617.757000', '145617.760000', '145617.762000', '145617.765000', '145617.767000', '145617.771000', '145617.774000', '145617.777000', '145617.779000', '145617.782000', '145617.785000', '145617.787000', '145617.790000', '145617.793000', '145617.795000', '145617.798000', '145617.800000', '145617.803000', '145617.806000', '145617.808000', '145617.811000', '145617.813000', '145617.816000', '145617.819000', '145617.821000', '145617.824000', '145617.826000', '145617.829000', '145617.832000', '145617.834000', '145617.837000', '145617.839000', '145617.842000', '145617.844000', '145637.731000', '145637.734000', '145637.736000', '145637.739000', '145637.741000', '145637.744000', '145637.746000', '145637.749000', '145637.752000', '145637.755000', '145637.757000', '145637.760000', '145637.762000', '145637.765000', '145637.785000', '145637.787000', '145637.790000', '145637.793000', '145637.795000', '145637.798000', '145637.801000', '145637.803000', '145637.806000', '145637.809000', '145637.811000', '145637.814000', '145637.817000', '145637.820000', '145637.823000', '145637.825000', '145637.828000', '145637.830000', '145637.833000', '145637.835000', '145637.838000', '145637.841000', '145637.843000', '145637.846000', '145637.848000', '145637.851000', '145637.853000', '145637.856000', '145637.858000', '145657.730000', '145657.733000', '145657.736000', '145657.738000', '145657.741000', '145657.744000', '145657.746000', '145657.749000', '145657.751000', '145657.754000', '145657.757000', '145657.759000', '145657.762000', '145657.764000', '145657.767000', '145657.769000', '145657.772000', '145657.774000', '145657.777000', '145657.780000', '145657.782000', '145657.785000', '145657.787000', '145657.790000', '145657.793000', '145657.795000', '145657.798000', '145657.800000', '145657.803000', '145657.805000', '145657.808000', '145657.810000', '145657.813000', '145657.816000', '145657.818000', '145657.821000', '145657.823000', '145657.826000', '145657.829000', '145657.831000', '145657.834000', '145657.836000', '145657.839000', '145657.841000', '145717.730000', '145717.733000', '145717.736000', '145717.738000', '145717.741000', '145717.744000', '145717.746000', '145717.749000', '145717.751000', '145717.754000', '145717.756000', '145717.759000', '145717.762000', '145717.765000', '145717.768000', '145717.771000', '145717.773000', '145717.776000', '145717.779000', '145717.781000', '145717.784000', '145717.786000', '145717.789000', '145717.791000', '145717.794000', '145717.797000', '145717.799000', '145717.802000', '145717.804000', '145717.807000', '145717.810000', '145717.812000', '145717.815000', '145717.818000', '145717.820000', '145717.823000', '145717.825000', '145717.828000', '145717.831000', '145717.833000', '145717.836000', '145717.838000', '145717.841000', '145737.731000', '145737.734000', '145737.737000', '145737.739000', '145737.742000', '145737.745000', '145737.747000', '145737.750000', '145737.752000', '145737.755000', '145737.757000', '145737.760000', '145737.763000', '145737.765000', '145737.768000', '145737.770000', '145737.773000', '145737.776000', '145737.803000', '145737.805000', '145737.808000', '145737.810000', '145737.813000', '145737.816000', '145737.818000', '145737.821000', '145737.824000', '145737.826000', '145737.829000', '145737.831000', '145737.834000', '145737.837000', '145737.839000', '145737.842000', '145737.844000', '145737.847000', '145737.850000', '145737.852000', '145737.855000', '145737.858000', '145737.860000', '145737.863000', '145737.865000', '145737.868000', '145757.731000', '145757.734000', '145757.737000', '145757.740000', '145757.742000', '145757.745000', '145757.747000', '145757.750000', '145757.753000', '145757.755000', '145757.758000', '145757.760000', '145757.763000', '145757.765000', '145757.768000', '145757.771000', '145757.773000', '145757.776000', '145757.779000', '145757.781000', '145757.784000', '145757.786000', '145757.789000', '145757.792000', '145757.795000', '145757.798000', '145757.800000', '145757.803000', '145757.806000', '145757.808000', '145757.811000', '145757.814000', '145757.816000', '145757.819000', '145757.821000', '145757.824000', '145757.826000', '145757.829000', '145757.832000', '145757.834000', '145757.837000', '145757.839000', '145757.842000', '145817.730000', '145817.733000', '145817.736000', '145817.738000', '145817.741000', '145817.744000', '145817.747000', '145817.749000', '145817.752000', '145817.754000', '145817.757000', '145817.759000', '145817.762000', '145817.765000', '145817.768000', '145817.770000', '145817.773000', '145817.775000', '145817.778000', '145817.781000', '145817.783000', '145817.786000', '145817.788000', '145817.791000', '145817.794000', '145817.796000', '145817.799000', '145817.801000', '145817.804000', '145817.807000', '145817.809000', '145817.812000', '145817.815000', '145817.817000', '145817.820000', '145817.823000', '145817.825000', '145817.828000', '145817.830000', '145817.833000', '145817.836000', '145817.838000', '145817.841000', '145817.843000', '145837.730000', '145837.733000', '145837.736000', '145837.739000', '145837.741000', '145837.744000', '145837.746000', '145837.749000', '145837.752000', '145837.754000', '145837.757000', '145837.759000', '145837.762000', '145837.765000', '145837.767000', '145837.770000', '145837.773000', '145837.775000', '145837.778000', '145837.780000', '145837.783000', '145837.786000', '145837.788000', '145837.791000', '145837.793000', '145837.796000', '145837.799000', '145837.801000', '145837.804000', '145837.806000', '145837.809000', '145837.812000', '145837.814000', '145837.817000', '145837.819000', '145837.822000', '145837.825000', '145837.827000', '145837.830000', '145837.832000', '145837.836000', '145837.839000', '145837.841000', '145857.731000', '145857.733000', '145857.736000', '145857.739000', '145857.741000', '145857.744000', '145857.746000', '145857.749000', '145857.752000', '145857.754000', '145857.757000', '145857.759000', '145857.762000', '145857.765000', '145857.767000', '145857.770000', '145857.773000', '145857.775000', '145857.778000', '145857.780000', '145857.783000', '145857.786000', '145857.788000', '145857.791000', '145857.793000', '145857.796000', '145857.798000', '145857.801000', '145857.804000', '145857.806000', '145857.809000', '145857.812000', '145857.814000', '145857.817000', '145857.819000', '145857.822000', '145857.825000', '145857.827000', '145857.830000', '145857.833000', '145857.835000', '145857.838000', '145857.840000', '145857.855000', '145917.730000', '145917.733000', '145917.736000', '145917.739000', '145917.741000', '145917.744000', '145917.746000', '145917.749000', '145917.752000', '145917.754000', '145917.757000', '145917.759000', '145917.762000', '145917.771000', '145917.774000', '145917.777000', '145917.779000', '145917.782000', '145917.784000', '145917.787000', '145917.790000', '145917.792000', '145917.795000', '145917.797000', '145917.800000', '145917.802000', '145917.805000', '145917.808000', '145917.810000', '145917.813000', '145917.816000', '145917.818000', '145917.821000', '145917.823000', '145917.826000', '145917.828000', '145917.831000', '145917.834000', '145917.836000', '145917.839000', '145917.841000', '145917.844000', '145917.847000', '145937.731000', '145937.733000', '145937.736000', '145937.739000', '145937.742000', '145937.744000', '145937.747000', '145937.750000', '145937.753000', '145937.755000', '145937.758000', '145937.760000', '145937.763000', '145937.766000', '145937.769000', '145937.771000', '145937.774000', '145937.776000', '145937.779000', '145937.782000', '145937.785000', '145937.787000', '145937.790000', '145937.792000', '145937.795000', '145937.798000', '145937.800000', '145937.803000', '145937.806000', '145937.808000', '145937.811000', '145937.814000', '145937.816000', '145937.819000', '145937.821000', '145937.824000', '145937.826000', '145937.829000', '145937.832000', '145937.834000', '145937.837000', '145937.839000', '145937.842000', '145937.845000', '145957.732000', '145957.734000', '145957.737000', '145957.740000', '145957.742000', '145957.745000', '145957.748000', '145957.750000', '145957.753000', '145957.755000', '145957.758000', '145957.760000', '145957.763000', '145957.766000', '145957.768000', '145957.771000', '145957.773000', '145957.776000', '145957.779000', '145957.781000', '145957.784000', '145957.786000', '145957.789000', '145957.791000', '145957.794000', '145957.797000', '145957.800000', '145957.802000', '145957.805000', '145957.807000', '145957.810000', '145957.813000', '145957.815000', '145957.818000', '145957.820000', '145957.823000', '145957.826000', '145957.828000', '145957.831000', '145957.834000', '145957.837000', '145957.839000', '145957.843000', '150017.731000', '150017.734000', '150017.737000', '150017.740000', '150017.742000', '150017.745000', '150017.748000', '150017.750000', '150017.753000', '150017.755000', '150017.758000', '150017.761000', '150017.763000', '150017.766000', '150017.769000', '150017.771000', '150017.774000', '150017.777000', '150017.779000', '150017.782000', '150017.784000', '150017.787000', '150017.790000', '150017.792000', '150017.795000', '150017.798000', '150017.800000', '150017.803000', '150017.805000', '150017.808000', '150017.811000', '150017.813000', '150017.816000', '150017.819000', '150017.821000', '150017.824000', '150017.826000', '150017.829000', '150017.831000', '150017.834000', '150017.837000', '150017.839000', '150017.842000', '150017.844000', '150037.731000', '150037.733000', '150037.736000', '150037.739000', '150037.741000', '150037.744000', '150037.746000', '150037.749000', '150037.752000', '150037.754000', '150037.757000', '150037.759000', '150037.762000', '150037.764000', '150037.767000', '150037.770000', '150037.772000', '150037.775000', '150037.777000', '150037.780000', '150037.783000', '150037.785000', '150037.788000', '150037.804000', '150037.807000', '150037.810000', '150037.812000', '150037.815000', '150037.818000', '150037.820000', '150037.823000', '150037.825000', '150037.828000', '150037.831000', '150037.833000', '150037.836000', '150037.838000', '150037.864000', '150037.867000', '150037.869000', '150037.872000', '150037.874000', '150037.877000', '150057.731000', '150057.733000', '150057.736000', '150057.739000', '150057.741000', '150057.744000', '150057.747000', '150057.749000', '150057.752000', '150057.754000', '150057.757000', '150057.760000', '150057.762000', '150057.765000', '150057.768000', '150057.770000', '150057.773000', '150057.776000', '150057.778000', '150057.781000', '150057.783000', '150057.786000', '150057.789000', '150057.791000', '150057.794000', '150057.797000', '150057.799000', '150057.802000', '150057.805000', '150057.807000', '150057.810000', '150057.812000', '150057.815000', '150057.818000', '150057.821000', '150057.823000', '150057.826000', '150057.829000', '150057.831000', '150057.834000', '150057.837000', '150057.839000', '150057.842000', '150057.844000', '150117.731000', '150117.734000', '150117.736000', '150117.739000', '150117.741000', '150117.744000', '150117.746000', '150117.749000', '150117.752000', '150117.754000', '150117.757000', '150117.759000', '150117.762000', '150117.765000', '150117.767000', '150117.770000', '150117.773000', '150117.775000', '150117.778000', '150117.781000', '150117.783000', '150117.786000', '150117.788000', '150117.791000', '150117.794000', '150117.796000', '150117.804000', '150117.807000', '150117.809000', '150117.812000', '150117.815000', '150117.817000', '150117.820000', '150117.822000', '150117.825000', '150117.828000', '150117.830000', '150117.833000', '150117.836000', '150117.838000', '150117.841000', '150117.844000', '150117.846000', '150137.731000', '150137.734000', '150137.737000', '150137.739000', '150137.742000', '150137.744000', '150137.747000', '150137.750000', '150137.752000', '150137.755000', '150137.758000', '150137.760000', '150137.763000', '150137.765000', '150137.768000', '150137.771000', '150137.774000', '150137.776000', '150137.779000', '150137.782000', '150137.784000', '150137.787000', '150137.790000', '150137.792000', '150137.795000', '150137.798000', '150137.800000', '150137.803000', '150137.805000', '150137.808000', '150137.811000', '150137.813000', '150137.816000', '150137.818000', '150137.821000', '150137.824000', '150137.828000', '150137.830000', '150137.833000', '150137.836000', '150137.838000', '150137.841000', '150137.844000', '150137.847000', '150157.731000', '150157.734000', '150157.737000', '150157.739000', '150157.742000', '150157.744000', '150157.747000', '150157.750000', '150157.752000', '150157.755000', '150157.758000', '150157.760000', '150157.763000', '150157.765000', '150157.768000', '150157.771000', '150157.773000', '150157.776000', '150157.779000', '150157.781000', '150157.784000', '150157.787000', '150157.789000', '150157.792000', '150157.794000', '150157.797000', '150157.800000', '150157.802000', '150157.805000', '150157.807000', '150157.810000', '150157.812000', '150157.815000', '150157.818000', '150157.831000', '150157.833000', '150157.836000', '150157.838000', '150157.841000', '150157.844000', '150157.847000', '150157.849000', '150157.852000', '150217.732000', '150217.734000', '150217.737000', '150217.740000', '150217.742000', '150217.745000', '150217.748000', '150217.750000', '150217.753000', '150217.756000', '150217.758000', '150217.761000', '150217.763000', '150217.766000', '150217.769000', '150217.771000', '150217.774000', '150217.777000', '150217.779000', '150217.782000', '150217.785000', '150217.787000', '150217.790000', '150217.793000', '150217.795000', '150217.798000', '150217.800000', '150217.803000', '150217.805000', '150217.808000', '150217.811000', '150217.813000', '150217.816000', '150217.818000', '150217.821000', '150217.824000', '150217.826000', '150217.829000', '150217.832000', '150217.834000', '150217.837000', '150217.839000', '150217.842000', '150217.845000', '150222.742000', '150222.745000', '150222.747000', '150222.750000', '150222.753000', '150222.755000', '150222.758000', '150222.761000', '150222.763000', '150222.766000', '150222.768000'], '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': [7029, 7410, 7737, 12058, 9542, 13241, 10623, 7374, 7346, 6957, 9700, 7177, 11540, 7436, 6833, 6977, 6746, 9694, 7041, 8818, 7374, 6922, 8904, 7007, 11029, 8145, 6829, 7512, 7710, 11143, 8038, 8735, 6898, 7570, 7862, 6510, 7066, 12817, 8649, 7283, 6881, 6555, 7063, 10661, 8564, 8106, 7456, 8098, 6536, 8226, 6922, 12475, 7732, 8809, 8351, 6585, 8870, 7831, 10031, 7713, 7979, 8381, 7742, 8419, 7560, 8423, 7620, 7514, 8075, 8438, 9492, 7965, 8312, 7593, 8087, 7416, 13932, 9196, 7011, 7020, 6870, 7427, 7073, 10967, 7953, 6800, 6905, 7007, 7844, 6807, 10687, 7779, 8067, 8156, 6855, 8502, 7658, 8875, 6979, 7740, 6556, 6586, 6596, 6919, 8436, 7244, 6981, 8140, 9493, 10101, 8895, 7816, 8669, 7378, 7224, 10754, 7939, 12173, 8320, 6693, 6990, 6820, 9686, 7928, 11197, 7569, 6965, 7080, 7093, 8365, 7986, 10154, 7713, 8185, 7497, 9641, 9182, 11751, 9821, 7069, 7375, 7035, 10152, 8118, 12328, 7253, 7918, 7334, 9170, 7830, 11652, 8228, 7060, 6930, 6786, 9181, 7019, 11365, 7545, 7929, 7981, 9466, 8520, 8083, 7463, 6976, 7361, 6521, 9976, 7817, 10311, 7856, 7167, 7101, 7170, 8130, 7545, 7939, 6999, 7522, 7244, 11476, 8788, 9422, 7126, 6981, 9875, 7312, 12972, 7809, 8532, 8526, 9854, 8053, 12523, 8291, 6407, 7440, 7231, 9654, 7083, 8407, 7379, 7438, 8208, 8251, 7168, 7081, 6856, 7105, 8203, 7135, 10036, 7355, 7238, 6793, 6593, 10216, 8275, 10489, 8038, 7166, 7365, 8173, 11069, 7066, 8361, 7436, 8772, 7553, 12267, 7918, 6880, 7239, 7173, 9292, 7296, 10369, 7586, 8080, 8568, 10159, 9351, 7077, 8189, 7041, 7781, 6995, 11027, 7967, 7317, 7210, 6941, 8718, 7559, 8346, 6948, 7554, 7926, 9774, 8332, 6825, 7689, 7183, 8096, 7283, 12785, 8072, 6785, 7297, 7428, 10577, 7948, 9183, 7642, 9277, 8174, 10497, 8453, 6980, 7479, 7000, 8288, 7073, 11573, 7686, 6973, 6467, 6770, 9502, 7579, 10455, 7797, 8465, 8543, 8888, 10616, 6974, 8432, 6777, 8597, 7924, 13606, 8593, 10237, 8170, 6774, 7155, 7134, 8573, 7020, 7788, 7485, 8515, 7842, 9034, 7247, 7075, 6229, 6841, 9783, 7475, 8919, 7867, 6966, 8429, 7032, 8950, 6947, 8052, 7311, 9247, 7797, 10548, 7281, 7020, 7708, 6619, 10925, 7916, 10193, 7761, 8959, 8514, 8298, 8367, 6655, 7861, 7171, 9118, 7750, 9703, 7032, 7163, 6654, 6954, 9578, 7593, 11747, 7532, 8362, 8302, 8716, 11009, 6822, 8341, 7281, 8725, 8076, 13527, 8090, 6783, 7047, 6989, 8946, 7336, 8657, 7256, 8516, 7918, 9749, 8275, 6937, 7965, 7028, 7344, 7615, 10162, 8182, 7597, 7286, 7134, 7389, 6867, 9950, 7482, 8911, 7455, 10032, 8684, 6912, 7668, 7132, 9090, 7427, 12963, 7390, 8553, 7465, 7795, 9502, 6716, 8239, 7355, 9694, 7530, 11663, 7600, 7224, 7016, 7171, 10090, 7821, 12793, 7857, 10061, 8724, 7965, 7843, 7654, 8593, 6829, 7551, 7992, 10052, 8202, 12548, 8210, 8573, 8872, 7025, 9849, 7513, 9057, 7111, 7685, 7043, 9276, 7276, 11114, 8006, 8626, 8463, 8694, 7754, 6960, 7320, 7063, 7065, 7230, 10191, 7225, 9924, 7427, 8745, 7407, 12371, 8052, 8459, 7711, 6800, 7080, 7077, 7969, 7401, 9873, 6975, 8745, 6993, 8768, 7422, 9303, 7055, 7102, 6835, 6868, 9920, 7445, 9560, 7362, 8369, 8100, 7898, 12291, 8516, 9626, 7245, 7855, 7576, 13065, 9287, 7372, 7482, 7294, 7804, 7341, 11083, 7418, 8824, 7127, 6817, 8009, 7120, 10408, 7225, 9091, 6904, 6917, 7918, 7340, 9369, 7368, 8606, 7365, 7262, 9529, 7004, 8266, 7429, 8836, 7193, 7135, 8190, 6637, 7694, 6847, 9883, 7697, 10906, 7247, 6836, 6699, 7128, 10110, 7420, 10165, 7189, 8807, 8190, 8025, 9154, 7069, 7866, 7260, 9288, 7214, 14312, 7942, 6759, 7145, 6896, 8635, 7498, 8236, 7155, 8925, 7406, 12257, 8864, 6744, 6561, 6759, 10051, 6993, 11177, 7929, 10521, 6826, 6396, 7779, 7226, 7201, 7436, 7491, 10136, 7925, 7269, 6917, 6968, 8490, 7454, 12102, 8053, 10152, 11173, 9029, 13023, 9687, 12561, 9290, 13074, 10852, 13787, 12869, 14443, 7955, 9101, 7793, 6979, 7625, 8085, 8572, 7474, 7604, 7265, 7444, 7904, 8376, 7808, 6910, 6283, 7090, 7204, 6968, 9646, 7765, 6977, 6988, 6781, 9051, 6727, 11475, 7649, 10217, 8229, 6686, 9193, 7450, 10282, 7376, 8975, 7580, 10831, 8118, 7694, 6787, 7152, 7353, 6830, 10321, 7851, 7286, 6450, 6997, 7264, 6942, 11791, 8591, 6923, 6698, 7077, 9027, 7170, 11225, 8036, 7169, 7078, 6725, 11047, 8039, 10820, 8268, 6640, 10261, 7882, 12745, 7635, 10408, 8251, 10307, 9131, 7751, 7254, 7214, 7312, 6968, 9939, 7669, 8968, 7009, 7458, 6789, 6937, 10484, 7568, 12143, 7412, 8892, 7738, 7919, 9539, 6963, 8567, 7011, 9702, 6781, 10689, 7355, 7347, 6801, 7008, 10067, 7671, 13874, 7917, 7115, 8765, 7160, 11240, 7560, 11000, 7777, 10425, 8983, 8095, 7500, 6769, 8478, 7106, 11154, 7835, 8792, 7134, 6956, 8831, 6963, 10966, 7477, 10239, 8260, 8735, 8639, 6817, 8414, 7489, 10522, 7927, 9631, 8286, 6725, 7917, 6924, 10346, 8293, 9940, 7959, 6809, 7821, 7055, 10995, 8756, 6952, 7321, 6821, 9381, 7938, 8883, 9121, 7281, 9133, 7869, 12852, 9514, 11516, 10317, 7117, 8669, 7187, 13523, 8517, 6726, 6329, 7271, 9726, 7059, 9669, 7108, 6885, 7153, 6837, 10964, 7845, 13627, 8035, 6673, 8470, 6921, 10810, 7068, 9572, 7741, 9794, 8817, 6742, 7556, 7028, 8869, 7777, 9158, 8637, 6921, 7912, 7009, 10791, 8222, 10270, 7665, 6855, 7535, 6536, 10798, 8345, 11277, 7750, 6537, 8259, 6570, 10183, 6771, 9548, 7248, 9120, 7977, 7022, 8696, 6821, 8538, 7312, 11228, 9210, 10923, 7838, 6982, 7635, 6651, 11299, 7423, 11231, 7787, 6687, 8709, 6821, 10820, 6920, 10784, 7787, 9906, 8910, 9393, 9725, 6877, 8297, 7085, 10951, 8580, 12560, 7453, 7067, 8145, 6765, 10004, 7073], 'WindowCenter': [4024.0, 4008.0, 4017.0, 4055.0, 4025.0, 4055.0, 4034.0, 3989.0, 3989.0, 3977.0, 4020.0, 3989.0, 4030.0, 3990.0, 3978.0, 3989.0, 3979.0, 4020.0, 3992.0, 4011.0, 3991.0, 3989.0, 4021.0, 3992.0, 4033.0, 4013.0, 3979.0, 3990.0, 4000.0, 4032.0, 4000.0, 4011.0, 3989.0, 4000.0, 3999.0, 3969.0, 3989.0, 4043.0, 4013.0, 4002.0, 3991.0, 3980.0, 3991.0, 4032.0, 4023.0, 4012.0, 4001.0, 4013.0, 3981.0, 4010.0, 3990.0, 4044.0, 4001.0, 4010.0, 4001.0, 3979.0, 4010.0, 3990.0, 4021.0, 4000.0, 3999.0, 4010.0, 3988.0, 4000.0, 4001.0, 4011.0, 4001.0, 3989.0, 4000.0, 3998.0, 4021.0, 4000.0, 4000.0, 4000.0, 3999.0, 3989.0, 4041.0, 4010.0, 3990.0, 3989.0, 3978.0, 3988.0, 3978.0, 4019.0, 4001.0, 3978.0, 3989.0, 3989.0, 4000.0, 3979.0, 4031.0, 4001.0, 3999.0, 4001.0, 3978.0, 4010.0, 4000.0, 4012.0, 3992.0, 4000.0, 3980.0, 3979.0, 3979.0, 3990.0, 4000.0, 3990.0, 3992.0, 4001.0, 4024.0, 4033.0, 4012.0, 4002.0, 4010.0, 3990.0, 3990.0, 4032.0, 4001.0, 4044.0, 4011.0, 3979.0, 3990.0, 3978.0, 4022.0, 4001.0, 4034.0, 4002.0, 3992.0, 3990.0, 3990.0, 4012.0, 4012.0, 4034.0, 4003.0, 4011.0, 3991.0, 4022.0, 4021.0, 4043.0, 4023.0, 3979.0, 3989.0, 3978.0, 4021.0, 4001.0, 4042.0, 3990.0, 3988.0, 3989.0, 4009.0, 4001.0, 4033.0, 4010.0, 3988.0, 3990.0, 3979.0, 4021.0, 3991.0, 4043.0, 4002.0, 4000.0, 4000.0, 4020.0, 4012.0, 4001.0, 3990.0, 3991.0, 3989.0, 3968.0, 4019.0, 4001.0, 4020.0, 4001.0, 3989.0, 3990.0, 3990.0, 4012.0, 4002.0, 4010.0, 3993.0, 4001.0, 4002.0, 4032.0, 4014.0, 4022.0, 3991.0, 3990.0, 4021.0, 3989.0, 4043.0, 3989.0, 3998.0, 4008.0, 4018.0, 3999.0, 4031.0, 3999.0, 3967.0, 3988.0, 3976.0, 4008.0, 3977.0, 3996.0, 3987.0, 3986.0, 3999.0, 3998.0, 3991.0, 3990.0, 3980.0, 3990.0, 4008.0, 3991.0, 4022.0, 4001.0, 4001.0, 3979.0, 3979.0, 4032.0, 4013.0, 4032.0, 4012.0, 3989.0, 3990.0, 4000.0, 4044.0, 3989.0, 3999.0, 3990.0, 4009.0, 4000.0, 4042.0, 4001.0, 3989.0, 3988.0, 3978.0, 4011.0, 3991.0, 4021.0, 4000.0, 3999.0, 4009.0, 4018.0, 4020.0, 3989.0, 4000.0, 3989.0, 3987.0, 3978.0, 4031.0, 4000.0, 3987.0, 3989.0, 3987.0, 4010.0, 4000.0, 4010.0, 3990.0, 3999.0, 3999.0, 4019.0, 4011.0, 3979.0, 4000.0, 3991.0, 3999.0, 3990.0, 4053.0, 4001.0, 3979.0, 3989.0, 3988.0, 4032.0, 4000.0, 4010.0, 3999.0, 4008.0, 4009.0, 4030.0, 4010.0, 3988.0, 3988.0, 3988.0, 3998.0, 3989.0, 4042.0, 4001.0, 3990.0, 3980.0, 3979.0, 4021.0, 4001.0, 4031.0, 4001.0, 3999.0, 4009.0, 4008.0, 4030.0, 3978.0, 3998.0, 3966.0, 3997.0, 3987.0, 4039.0, 4009.0, 4018.0, 3996.0, 3974.0, 3976.0, 3976.0, 4010.0, 3977.0, 3987.0, 3989.0, 4008.0, 3999.0, 4008.0, 3990.0, 3989.0, 3967.0, 3977.0, 4019.0, 3990.0, 4011.0, 4001.0, 3988.0, 4010.0, 3989.0, 4021.0, 3990.0, 3999.0, 3991.0, 4009.0, 4001.0, 4032.0, 3991.0, 3990.0, 3999.0, 3978.0, 4031.0, 4001.0, 4020.0, 4000.0, 4008.0, 4009.0, 3999.0, 4011.0, 3979.0, 3998.0, 3988.0, 4008.0, 4001.0, 4021.0, 3990.0, 3990.0, 3979.0, 3989.0, 4020.0, 3999.0, 4040.0, 4001.0, 3998.0, 3999.0, 4009.0, 4032.0, 3980.0, 3998.0, 3988.0, 3997.0, 3999.0, 4040.0, 4000.0, 3978.0, 3990.0, 3988.0, 4010.0, 3990.0, 4008.0, 3998.0, 4009.0, 4000.0, 4019.0, 4000.0, 3989.0, 3999.0, 3978.0, 3987.0, 3989.0, 4019.0, 4011.0, 4000.0, 3990.0, 3988.0, 3989.0, 3979.0, 4033.0, 4002.0, 4010.0, 4002.0, 4021.0, 4014.0, 3990.0, 3999.0, 3990.0, 4007.0, 3990.0, 4053.0, 3991.0, 4010.0, 3989.0, 3989.0, 4022.0, 3980.0, 3998.0, 3987.0, 4017.0, 4000.0, 4031.0, 4000.0, 3991.0, 3989.0, 3988.0, 4020.0, 3997.0, 4042.0, 4001.0, 4019.0, 4009.0, 3997.0, 3998.0, 3998.0, 4009.0, 3989.0, 3999.0, 4001.0, 4019.0, 4000.0, 4040.0, 4000.0, 3997.0, 4008.0, 3976.0, 4018.0, 3987.0, 4008.0, 3977.0, 3985.0, 3977.0, 4007.0, 3986.0, 4027.0, 3998.0, 4009.0, 3999.0, 4008.0, 4000.0, 3990.0, 3989.0, 3989.0, 3988.0, 3999.0, 4030.0, 3987.0, 4018.0, 3989.0, 3997.0, 3988.0, 4040.0, 3999.0, 3997.0, 3999.0, 3977.0, 3989.0, 3987.0, 3997.0, 3987.0, 4021.0, 3990.0, 4009.0, 3990.0, 4009.0, 3990.0, 4021.0, 3989.0, 3989.0, 3979.0, 3979.0, 4032.0, 4004.0, 4021.0, 4002.0, 3999.0, 4001.0, 3998.0, 4042.0, 4010.0, 4034.0, 4003.0, 4012.0, 4001.0, 4038.0, 4008.0, 3987.0, 3986.0, 3987.0, 3987.0, 3987.0, 4030.0, 3989.0, 4007.0, 3988.0, 3977.0, 3997.0, 3977.0, 4030.0, 3990.0, 4008.0, 3989.0, 3988.0, 3998.0, 3988.0, 4008.0, 3989.0, 4008.0, 3987.0, 3987.0, 4020.0, 3979.0, 3997.0, 3988.0, 4007.0, 3989.0, 3988.0, 4010.0, 3978.0, 3989.0, 3978.0, 4019.0, 4000.0, 4030.0, 3989.0, 3976.0, 3990.0, 4001.0, 4031.0, 4000.0, 4030.0, 3990.0, 4009.0, 4010.0, 3999.0, 4021.0, 3990.0, 3999.0, 4000.0, 4019.0, 3989.0, 4052.0, 4000.0, 3978.0, 3988.0, 3988.0, 4011.0, 4000.0, 4009.0, 3989.0, 4007.0, 3989.0, 4040.0, 4022.0, 3978.0, 3979.0, 3978.0, 4020.0, 3988.0, 4031.0, 4001.0, 4031.0, 3979.0, 3978.0, 3998.0, 3987.0, 3988.0, 3988.0, 3999.0, 4031.0, 4012.0, 4001.0, 4002.0, 4001.0, 4010.0, 4000.0, 4029.0, 4000.0, 4019.0, 4019.0, 3996.0, 4029.0, 4007.0, 4018.0, 3997.0, 4026.0, 4014.0, 4014.0, 4014.0, 4011.0, 3969.0, 3979.0, 3969.0, 3959.0, 3971.0, 3971.0, 3983.0, 3974.0, 3972.0, 3972.0, 3972.0, 3995.0, 3994.0, 3986.0, 3988.0, 3966.0, 3988.0, 3990.0, 3989.0, 4020.0, 4002.0, 3988.0, 3990.0, 3979.0, 4021.0, 3979.0, 4041.0, 4001.0, 4031.0, 4011.0, 3977.0, 4019.0, 3987.0, 4030.0, 3989.0, 4007.0, 3999.0, 4027.0, 3998.0, 3997.0, 3978.0, 3988.0, 3986.0, 3979.0, 4030.0, 4011.0, 4001.0, 3980.0, 3991.0, 4001.0, 3991.0, 4041.0, 4022.0, 3991.0, 3992.0, 3991.0, 4022.0, 3992.0, 4041.0, 4012.0, 3990.0, 3990.0, 3979.0, 4043.0, 4011.0, 4031.0, 4011.0, 3990.0, 4032.0, 3999.0, 4043.0, 3999.0, 4019.0, 4009.0, 4018.0, 4009.0, 3988.0, 3989.0, 3988.0, 3988.0, 3991.0, 4030.0, 3999.0, 4021.0, 3989.0, 4000.0, 3980.0, 3989.0, 4029.0, 4000.0, 4041.0, 3990.0, 4009.0, 3999.0, 3999.0, 4021.0, 3991.0, 4009.0, 3991.0, 4020.0, 3990.0, 4031.0, 3999.0, 4000.0, 3979.0, 4000.0, 4031.0, 4000.0, 4055.0, 4012.0, 3989.0, 4010.0, 3989.0, 4032.0, 3999.0, 4029.0, 3999.0, 4030.0, 4009.0, 3999.0, 3987.0, 3977.0, 4009.0, 3988.0, 4028.0, 4000.0, 4009.0, 3989.0, 3991.0, 4009.0, 3989.0, 4030.0, 3990.0, 4018.0, 4010.0, 4007.0, 4009.0, 3978.0, 3997.0, 3987.0, 4016.0, 3998.0, 4018.0, 4009.0, 3979.0, 3998.0, 3989.0, 4018.0, 3999.0, 4020.0, 3998.0, 3976.0, 3998.0, 3987.0, 4028.0, 4011.0, 3988.0, 3988.0, 3989.0, 4020.0, 4011.0, 4020.0, 4022.0, 3988.0, 4018.0, 4010.0, 4039.0, 4020.0, 4029.0, 4018.0, 3976.0, 3997.0, 3975.0, 4035.0, 4009.0, 3974.0, 3964.0, 3987.0, 4017.0, 3988.0, 4019.0, 3988.0, 3987.0, 3988.0, 3978.0, 4031.0, 4000.0, 4050.0, 3999.0, 3977.0, 3997.0, 3975.0, 4028.0, 3978.0, 4008.0, 3997.0, 4016.0, 4007.0, 3976.0, 3999.0, 3990.0, 4010.0, 3999.0, 4018.0, 4011.0, 3988.0, 3999.0, 3990.0, 4029.0, 4009.0, 4030.0, 3998.0, 3978.0, 3998.0, 3977.0, 4030.0, 4011.0, 4029.0, 3999.0, 3977.0, 4008.0, 3976.0, 4030.0, 3977.0, 4017.0, 3988.0, 4018.0, 4009.0, 3991.0, 4021.0, 3988.0, 4008.0, 4003.0, 4030.0, 4020.0, 4030.0, 3998.0, 3985.0, 3997.0, 3978.0, 4029.0, 4000.0, 4030.0, 3998.0, 3989.0, 4009.0, 3977.0, 4031.0, 3991.0, 4030.0, 4000.0, 4018.0, 4008.0, 4019.0, 4020.0, 3976.0, 3997.0, 3976.0, 4016.0, 4007.0, 4038.0, 3987.0, 3975.0, 3996.0, 3976.0, 4018.0, 3988.0], 'WindowWidth': [9006.0, 8972.0, 8980.0, 9031.0, 8988.0, 9029.0, 8996.0, 8929.0, 8927.0, 8911.0, 8971.0, 8930.0, 8986.0, 8930.0, 8912.0, 8927.0, 8916.0, 8974.0, 8937.0, 8961.0, 8934.0, 8931.0, 8976.0, 8938.0, 8993.0, 8966.0, 8916.0, 8931.0, 8945.0, 8992.0, 8945.0, 8957.0, 8925.0, 8943.0, 8939.0, 8901.0, 8928.0, 9006.0, 8966.0, 8951.0, 8935.0, 8919.0, 8934.0, 8991.0, 8980.0, 8963.0, 8948.0, 8965.0, 8921.0, 8960.0, 8931.0, 9009.0, 8947.0, 8957.0, 8945.0, 8913.0, 8958.0, 8929.0, 8972.0, 8943.0, 8939.0, 8956.0, 8926.0, 8944.0, 8946.0, 8960.0, 8948.0, 8928.0, 8943.0, 8939.0, 8974.0, 8943.0, 8942.0, 8942.0, 8938.0, 8928.0, 9001.0, 8958.0, 8930.0, 8927.0, 8911.0, 8924.0, 8912.0, 8970.0, 8946.0, 8913.0, 8927.0, 8926.0, 8943.0, 8915.0, 8987.0, 8947.0, 8941.0, 8946.0, 8912.0, 8958.0, 8945.0, 8961.0, 8934.0, 8942.0, 8916.0, 8913.0, 8911.0, 8928.0, 8944.0, 8929.0, 8934.0, 8946.0, 8982.0, 8995.0, 8962.0, 8949.0, 8956.0, 8929.0, 8929.0, 8992.0, 8948.0, 9007.0, 8959.0, 8915.0, 8930.0, 8913.0, 8975.0, 8948.0, 8994.0, 8951.0, 8936.0, 8932.0, 8933.0, 8965.0, 8964.0, 8995.0, 8951.0, 8959.0, 8934.0, 8974.0, 8976.0, 9007.0, 8979.0, 8914.0, 8925.0, 8912.0, 8973.0, 8945.0, 9001.0, 8928.0, 8922.0, 8927.0, 8954.0, 8946.0, 8992.0, 8959.0, 8927.0, 8929.0, 8914.0, 8975.0, 8935.0, 9005.0, 8949.0, 8943.0, 8944.0, 8971.0, 8964.0, 8947.0, 8932.0, 8933.0, 8926.0, 8897.0, 8969.0, 8946.0, 8971.0, 8947.0, 8928.0, 8930.0, 8931.0, 8964.0, 8951.0, 8960.0, 8940.0, 8946.0, 8949.0, 8990.0, 8969.0, 8976.0, 8933.0, 8930.0, 8973.0, 8928.0, 9008.0, 8928.0, 8935.0, 8951.0, 8964.0, 8941.0, 8987.0, 8940.0, 8893.0, 8922.0, 8905.0, 8952.0, 8907.0, 8932.0, 8922.0, 8920.0, 8940.0, 8938.0, 8935.0, 8932.0, 8917.0, 8933.0, 8952.0, 8937.0, 8977.0, 8949.0, 8947.0, 8917.0, 8917.0, 8991.0, 8967.0, 8992.0, 8965.0, 8930.0, 8932.0, 8944.0, 9011.0, 8929.0, 8942.0, 8930.0, 8953.0, 8945.0, 9006.0, 8947.0, 8929.0, 8927.0, 8914.0, 8961.0, 8935.0, 8973.0, 8944.0, 8942.0, 8957.0, 8967.0, 8973.0, 8928.0, 8944.0, 8928.0, 8924.0, 8912.0, 8988.0, 8945.0, 8925.0, 8930.0, 8925.0, 8960.0, 8946.0, 8958.0, 8932.0, 8941.0, 8944.0, 8969.0, 8964.0, 8918.0, 8943.0, 8935.0, 8943.0, 8932.0, 9022.0, 8949.0, 8916.0, 8929.0, 8926.0, 8991.0, 8946.0, 8956.0, 8942.0, 8951.0, 8956.0, 8985.0, 8958.0, 8927.0, 8924.0, 8927.0, 8939.0, 8929.0, 9004.0, 8947.0, 8932.0, 8920.0, 8917.0, 8974.0, 8950.0, 8988.0, 8947.0, 8940.0, 8956.0, 8953.0, 8988.0, 8912.0, 8938.0, 8893.0, 8934.0, 8922.0, 8995.0, 8955.0, 8964.0, 8934.0, 8903.0, 8907.0, 8906.0, 8959.0, 8910.0, 8924.0, 8929.0, 8950.0, 8943.0, 8954.0, 8931.0, 8929.0, 8897.0, 8910.0, 8968.0, 8933.0, 8959.0, 8946.0, 8925.0, 8957.0, 8929.0, 8975.0, 8932.0, 8943.0, 8934.0, 8954.0, 8947.0, 8992.0, 8936.0, 8931.0, 8943.0, 8914.0, 8990.0, 8947.0, 8973.0, 8945.0, 8951.0, 8953.0, 8941.0, 8960.0, 8916.0, 8939.0, 8926.0, 8952.0, 8947.0, 8974.0, 8931.0, 8931.0, 8915.0, 8928.0, 8973.0, 8945.0, 9000.0, 8948.0, 8939.0, 8944.0, 8956.0, 8990.0, 8916.0, 8939.0, 8925.0, 8935.0, 8941.0, 8999.0, 8943.0, 8913.0, 8929.0, 8924.0, 8958.0, 8932.0, 8954.0, 8941.0, 8954.0, 8944.0, 8969.0, 8945.0, 8928.0, 8942.0, 8914.0, 8922.0, 8929.0, 8968.0, 8963.0, 8945.0, 8931.0, 8927.0, 8930.0, 8917.0, 8993.0, 8951.0, 8957.0, 8951.0, 8974.0, 8969.0, 8933.0, 8944.0, 8931.0, 8951.0, 8933.0, 9022.0, 8934.0, 8957.0, 8931.0, 8929.0, 8978.0, 8918.0, 8940.0, 8926.0, 8963.0, 8945.0, 8990.0, 8946.0, 8933.0, 8928.0, 8926.0, 8971.0, 8939.0, 9005.0, 8948.0, 8968.0, 8953.0, 8935.0, 8940.0, 8940.0, 8955.0, 8932.0, 8942.0, 8947.0, 8969.0, 8945.0, 9000.0, 8944.0, 8936.0, 8950.0, 8905.0, 8964.0, 8923.0, 8953.0, 8910.0, 8916.0, 8911.0, 8949.0, 8922.0, 8979.0, 8940.0, 8954.0, 8942.0, 8952.0, 8945.0, 8932.0, 8929.0, 8930.0, 8929.0, 8944.0, 8985.0, 8926.0, 8965.0, 8929.0, 8935.0, 8926.0, 8996.0, 8944.0, 8939.0, 8943.0, 8911.0, 8928.0, 8924.0, 8939.0, 8924.0, 8976.0, 8932.0, 8956.0, 8933.0, 8956.0, 8933.0, 8974.0, 8932.0, 8930.0, 8917.0, 8916.0, 8992.0, 8958.0, 8977.0, 8952.0, 8942.0, 8948.0, 8940.0, 9005.0, 8959.0, 8999.0, 8957.0, 8966.0, 8951.0, 8994.0, 8955.0, 8922.0, 8921.0, 8923.0, 8924.0, 8922.0, 8985.0, 8930.0, 8951.0, 8925.0, 8911.0, 8938.0, 8910.0, 8985.0, 8931.0, 8952.0, 8930.0, 8928.0, 8941.0, 8927.0, 8954.0, 8929.0, 8952.0, 8925.0, 8924.0, 8973.0, 8915.0, 8937.0, 8926.0, 8949.0, 8928.0, 8927.0, 8960.0, 8913.0, 8927.0, 8914.0, 8969.0, 8947.0, 8986.0, 8929.0, 8910.0, 8935.0, 8951.0, 8988.0, 8947.0, 8986.0, 8934.0, 8957.0, 8961.0, 8944.0, 8977.0, 8930.0, 8942.0, 8946.0, 8969.0, 8931.0, 9017.0, 8945.0, 8914.0, 8928.0, 8928.0, 8961.0, 8946.0, 8958.0, 8931.0, 8951.0, 8931.0, 9001.0, 8978.0, 8915.0, 8916.0, 8912.0, 8972.0, 8928.0, 8989.0, 8947.0, 8989.0, 8917.0, 8917.0, 8941.0, 8927.0, 8927.0, 8928.0, 8944.0, 8988.0, 8967.0, 8952.0, 8952.0, 8951.0, 8959.0, 8946.0, 8981.0, 8944.0, 8967.0, 8968.0, 8932.0, 8984.0, 8944.0, 8966.0, 8933.0, 8976.0, 8956.0, 8958.0, 8954.0, 8947.0, 8887.0, 8897.0, 8885.0, 8871.0, 8891.0, 8891.0, 8911.0, 8898.0, 8893.0, 8895.0, 8894.0, 8932.0, 8928.0, 8922.0, 8924.0, 8896.0, 8928.0, 8931.0, 8933.0, 8972.0, 8952.0, 8927.0, 8933.0, 8917.0, 8975.0, 8919.0, 9004.0, 8951.0, 8988.0, 8960.0, 8911.0, 8970.0, 8926.0, 8988.0, 8929.0, 8950.0, 8943.0, 8977.0, 8941.0, 8939.0, 8913.0, 8927.0, 8923.0, 8917.0, 8985.0, 8965.0, 8949.0, 8921.0, 8936.0, 8948.0, 8937.0, 9002.0, 8982.0, 8935.0, 8937.0, 8936.0, 8978.0, 8941.0, 9004.0, 8967.0, 8934.0, 8933.0, 8918.0, 9008.0, 8965.0, 8989.0, 8960.0, 8933.0, 8990.0, 8944.0, 9009.0, 8942.0, 8969.0, 8957.0, 8966.0, 8955.0, 8928.0, 8929.0, 8925.0, 8924.0, 8936.0, 8985.0, 8946.0, 8975.0, 8931.0, 8947.0, 8918.0, 8931.0, 8986.0, 8948.0, 9003.0, 8934.0, 8957.0, 8945.0, 8943.0, 8976.0, 8935.0, 8955.0, 8934.0, 8972.0, 8934.0, 8988.0, 8946.0, 8946.0, 8917.0, 8948.0, 8990.0, 8950.0, 9027.0, 8964.0, 8931.0, 8961.0, 8930.0, 8993.0, 8944.0, 8982.0, 8943.0, 8985.0, 8958.0, 8944.0, 8925.0, 8911.0, 8956.0, 8928.0, 8981.0, 8947.0, 8956.0, 8930.0, 8934.0, 8958.0, 8930.0, 8989.0, 8933.0, 8968.0, 8959.0, 8952.0, 8958.0, 8913.0, 8937.0, 8924.0, 8961.0, 8940.0, 8967.0, 8958.0, 8915.0, 8939.0, 8933.0, 8967.0, 8943.0, 8971.0, 8940.0, 8909.0, 8940.0, 8925.0, 8981.0, 8962.0, 8929.0, 8928.0, 8931.0, 8973.0, 8962.0, 8973.0, 8980.0, 8929.0, 8967.0, 8960.0, 8999.0, 8973.0, 8983.0, 8965.0, 8905.0, 8934.0, 8904.0, 8987.0, 8954.0, 8902.0, 8889.0, 8925.0, 8964.0, 8928.0, 8970.0, 8927.0, 8927.0, 8927.0, 8914.0, 8987.0, 8946.0, 9013.0, 8941.0, 8910.0, 8938.0, 8906.0, 8982.0, 8912.0, 8950.0, 8938.0, 8962.0, 8951.0, 8911.0, 8941.0, 8933.0, 8958.0, 8945.0, 8968.0, 8963.0, 8927.0, 8941.0, 8933.0, 8983.0, 8958.0, 8986.0, 8941.0, 8915.0, 8940.0, 8914.0, 8984.0, 8963.0, 8983.0, 8943.0, 8912.0, 8954.0, 8910.0, 8986.0, 8914.0, 8966.0, 8928.0, 8967.0, 8959.0, 8934.0, 8976.0, 8930.0, 8955.0, 8954.0, 8987.0, 8974.0, 8988.0, 8941.0, 8921.0, 8938.0, 8913.0, 8984.0, 8946.0, 8985.0, 8942.0, 8931.0, 8959.0, 8914.0, 8990.0, 8937.0, 8987.0, 8948.0, 8969.0, 8956.0, 8972.0, 8974.0, 8908.0, 8935.0, 8908.0, 8962.0, 8953.0, 8996.0, 8925.0, 8907.0, 8934.0, 8909.0, 8968.0, 8929.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.0003861449942462601</td></tr>
<tr><td colspan=3>aqi</td><td>0.02332326812428078</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.13822407877875</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.213333554285715</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9924203687096774</td></tr>
<tr><td colspan=3>efc</td><td>0.4805</td></tr>
<tr><td colspan=3>fber</td><td>5963.2256</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11807068959900793</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>98</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>11.277330264672036</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5008104279634176</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3944521247299946</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.68924957224693</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.418729586913328</td></tr>
<tr><td colspan=3>gcor</td><td>0.00540122</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02637006714940071</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02633458934724331</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</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.8981605048482333</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>26.9465</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.2723</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>163.6722</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297548.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>12.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>737.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>318.3475</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6041</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>465.4158</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3199.675</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3402.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78996.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1016.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4170.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>872.7138</td></tr>
<tr><td colspan=3>tsnr</td><td>40.86500669573434</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>