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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-0128_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-0128/figures/sub-0128_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0128/figures/sub-0128_ses-04_task-social_acq-mb8_run-01_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-0128/figures/sub-0128_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0128/figures/sub-0128_ses-04_task-social_acq-mb8_run-01_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-0128/ses-04/func/sub-0128_ses-04_task-social_acq-mb8_run-01_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>70be3c220b3bd4d37d392a3553af4b74</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>18:10:27.015000</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.998515, 0.00735957, 0.053972, -0.0181264, 0.979255, 0.20182]</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.259</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-01_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.0912852</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-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4248, -7806, -7188, 431, -110, 75, 131, 51]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>226.906</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>6928dbcc-c746-48a4-a1bc-06ece07202af||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.678943634033203, -0.0486319400370121, 0.13869091868400574, 111.45306396484375], [-0.019745193421840668, 2.6272690296173096, 0.5467473268508911, -114.78438568115234], [0.14480286836624146, -0.541469156742096, 2.6404225826263428, -39.27787399291992], [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': ['181027.015000', '181027.475000', '181027.935000', '181028.395000', '181028.855000', '181029.315000', '181029.775000', '181030.235000', '181030.695000', '181031.155000', '181031.615000', '181032.075000', '181032.535000', '181032.995000', '181033.455000', '181033.915000', '181034.375000', '181034.835000', '181035.295000', '181035.755000', '181036.215000', '181036.675000', '181037.135000', '181037.595000', '181038.055000', '181038.515000', '181038.975000', '181039.435000', '181039.895000', '181040.355000', '181040.815000', '181041.275000', '181041.735000', '181042.195000', '181042.655000', '181043.115000', '181043.575000', '181044.035000', '181044.495000', '181044.955000', '181045.415000', '181045.875000', '181046.335000', '181046.795000', '181047.255000', '181047.715000', '181048.175000', '181048.635000', '181049.095000', '181049.555000', '181050.015000', '181050.475000', '181050.935000', '181051.395000', '181051.855000', '181052.315000', '181052.775000', '181053.235000', '181053.695000', '181054.155000', '181054.615000', '181055.075000', '181055.535000', '181055.995000', '181056.455000', '181056.915000', '181057.375000', '181057.835000', '181058.295000', '181058.755000', '181059.215000', '181059.675000', '181100.135000', '181100.595000', '181101.055000', '181101.515000', '181101.975000', '181102.435000', '181102.895000', '181103.355000', '181103.815000', '181104.275000', '181104.735000', '181105.195000', '181105.655000', '181106.115000', '181106.575000', '181107.035000', '181107.495000', '181107.955000', '181108.415000', '181108.875000', '181109.335000', '181109.795000', '181110.255000', '181110.715000', '181111.175000', '181111.635000', '181112.095000', '181112.555000', '181113.015000', '181113.475000', '181113.935000', '181114.395000', '181114.855000', '181115.315000', '181115.775000', '181116.235000', '181116.695000', '181117.155000', '181117.615000', '181118.075000', '181118.535000', '181118.995000', '181119.455000', '181119.915000', '181120.375000', '181120.835000', '181121.295000', '181121.755000', '181122.215000', '181122.675000', '181123.135000', '181123.595000', '181124.055000', '181124.515000', '181124.975000', '181125.435000', '181125.895000', '181126.355000', '181126.815000', '181127.275000', '181127.735000', '181128.195000', '181128.655000', '181129.115000', '181129.575000', '181130.035000', '181130.495000', '181130.955000', '181131.415000', '181131.875000', '181132.335000', '181132.795000', '181133.255000', '181133.715000', '181134.175000', '181134.635000', '181135.095000', '181135.555000', '181136.015000', '181136.475000', '181136.935000', '181137.395000', '181137.855000', '181138.315000', '181138.775000', '181139.235000', '181139.695000', '181140.155000', '181140.615000', '181141.075000', '181141.535000', '181141.995000', '181142.455000', '181142.915000', '181143.375000', '181143.835000', '181144.295000', '181144.755000', '181145.215000', '181145.675000', '181146.135000', '181146.595000', '181147.055000', '181147.515000', '181147.975000', '181148.435000', '181148.895000', '181149.355000', '181149.815000', '181150.275000', '181150.735000', '181151.195000', '181151.655000', '181152.115000', '181152.575000', '181153.035000', '181153.495000', '181153.955000', '181154.415000', '181154.875000', '181155.335000', '181155.795000', '181156.255000', '181156.715000', '181157.175000', '181157.635000', '181158.095000', '181158.555000', '181159.015000', '181159.475000', '181159.935000', '181200.395000', '181200.855000', '181201.315000', '181201.775000', '181202.235000', '181202.695000', '181203.155000', '181203.615000', '181204.075000', '181204.535000', '181204.995000', '181205.455000', '181205.915000', '181206.375000', '181206.835000', '181207.295000', '181207.755000', '181208.215000', '181208.675000', '181209.135000', '181209.595000', '181210.055000', '181210.515000', '181210.975000', '181211.435000', '181211.895000', '181212.355000', '181212.815000', '181213.275000', '181213.735000', '181214.195000', '181214.655000', '181215.115000', '181215.575000', '181216.035000', '181216.495000', '181216.955000', '181217.415000', '181217.875000', '181218.335000', '181218.795000', '181219.255000', '181219.715000', '181220.175000', '181220.635000', '181221.095000', '181221.555000', '181222.015000', '181222.475000', '181222.935000', '181223.395000', '181223.855000', '181224.315000', '181224.775000', '181225.235000', '181225.695000', '181226.155000', '181226.615000', '181227.075000', '181227.535000', '181227.995000', '181228.455000', '181228.915000', '181229.375000', '181229.835000', '181230.295000', '181230.755000', '181231.215000', '181231.675000', '181232.135000', '181232.595000', '181233.055000', '181233.515000', '181233.975000', '181234.435000', '181234.895000', '181235.355000', '181235.815000', '181236.275000', '181236.735000', '181237.195000', '181237.655000', '181238.115000', '181238.575000', '181239.035000', '181239.495000', '181239.955000', '181240.415000', '181240.875000', '181241.335000', '181241.795000', '181242.255000', '181242.715000', '181243.175000', '181243.635000', '181244.095000', '181244.555000', '181245.015000', '181245.475000', '181245.935000', '181246.395000', '181246.855000', '181247.315000', '181247.775000', '181248.235000', '181248.695000', '181249.155000', '181249.615000', '181250.075000', '181250.535000', '181250.995000', '181251.455000', '181251.915000', '181252.375000', '181252.835000', '181253.295000', '181253.755000', '181254.215000', '181254.675000', '181255.135000', '181255.595000', '181256.055000', '181256.515000', '181256.975000', '181257.435000', '181257.895000', '181258.355000', '181258.815000', '181259.275000', '181259.735000', '181300.195000', '181300.655000', '181301.115000', '181301.575000', '181302.035000', '181302.495000', '181302.955000', '181303.415000', '181303.875000', '181304.335000', '181304.795000', '181305.255000', '181305.715000', '181306.175000', '181306.635000', '181307.095000', '181307.555000', '181308.015000', '181308.475000', '181308.935000', '181309.395000', '181309.855000', '181310.315000', '181310.775000', '181311.235000', '181311.695000', '181312.155000', '181312.615000', '181313.075000', '181313.535000', '181313.995000', '181314.455000', '181314.915000', '181315.375000', '181315.835000', '181316.295000', '181316.755000', '181317.215000', '181317.675000', '181318.135000', '181318.595000', '181319.055000', '181319.515000', '181319.975000', '181320.435000', '181320.895000', '181321.355000', '181321.815000', '181322.275000', '181322.735000', '181323.195000', '181323.655000', '181324.115000', '181324.575000', '181325.035000', '181325.495000', '181325.955000', '181326.415000', '181326.875000', '181327.335000', '181327.795000', '181328.255000', '181328.715000', '181329.175000', '181329.635000', '181330.095000', '181330.555000', '181331.015000', '181331.475000', '181331.935000', '181332.395000', '181332.855000', '181333.315000', '181333.775000', '181334.235000', '181334.695000', '181335.155000', '181335.615000', '181336.075000', '181336.535000', '181336.995000', '181337.455000', '181337.915000', '181338.375000', '181338.835000', '181339.295000', '181339.755000', '181340.215000', '181340.675000', '181341.135000', '181341.595000', '181342.055000', '181342.515000', '181342.975000', '181343.435000', '181343.895000', '181344.355000', '181344.815000', '181345.275000', '181345.735000', '181346.195000', '181346.655000', '181347.115000', '181347.575000', '181348.035000', '181348.495000', '181348.955000', '181349.415000', '181349.875000', '181350.335000', '181350.795000', '181351.255000', '181351.715000', '181352.175000', '181352.635000', '181353.095000', '181353.555000', '181354.015000', '181354.475000', '181354.935000', '181355.395000', '181355.855000', '181356.315000', '181356.775000', '181357.235000', '181357.695000', '181358.155000', '181358.615000', '181359.075000', '181359.535000', '181359.995000', '181400.455000', '181400.915000', '181401.375000', '181401.835000', '181402.295000', '181402.755000', '181403.215000', '181403.675000', '181404.135000', '181404.595000', '181405.055000', '181405.515000', '181405.975000', '181406.435000', '181406.895000', '181407.355000', '181407.815000', '181408.275000', '181408.735000', '181409.195000', '181409.655000', '181410.115000', '181410.575000', '181411.035000', '181411.495000', '181411.955000', '181412.415000', '181412.875000', '181413.335000', '181413.795000', '181414.255000', '181414.715000', '181415.175000', '181415.635000', '181416.095000', '181416.555000', '181417.015000', '181417.475000', '181417.935000', '181418.395000', '181418.855000', '181419.315000', '181419.775000', '181420.235000', '181420.695000', '181421.155000', '181421.615000', '181422.075000', '181422.535000', '181422.995000', '181423.455000', '181423.915000', '181424.375000', '181424.835000', '181425.295000', '181425.755000', '181426.215000', '181426.675000', '181427.135000', '181427.595000', '181428.055000', '181428.515000', '181428.975000', '181429.435000', '181429.895000', '181430.355000', '181430.815000', '181431.275000', '181431.735000', '181432.195000', '181432.655000', '181433.115000', '181433.575000', '181434.035000', '181434.495000', '181434.955000', '181435.415000', '181435.875000', '181436.335000', '181436.795000', '181437.255000', '181437.715000', '181438.175000', '181438.635000', '181439.095000', '181439.555000', '181440.015000', '181440.475000', '181440.935000', '181441.395000', '181441.855000', '181442.315000', '181442.775000', '181443.235000', '181443.695000', '181444.155000', '181444.615000', '181445.075000', '181445.535000', '181445.995000', '181446.455000', '181446.915000', '181447.375000', '181447.835000', '181448.295000', '181448.755000', '181449.215000', '181449.675000', '181450.135000', '181450.595000', '181451.055000', '181451.515000', '181451.975000', '181452.435000', '181452.895000', '181453.355000', '181453.815000', '181454.275000', '181454.735000', '181455.195000', '181455.655000', '181456.115000', '181456.575000', '181457.035000', '181457.495000', '181457.955000', '181458.415000', '181458.875000', '181459.335000', '181459.795000', '181500.255000', '181500.715000', '181501.175000', '181501.635000', '181502.095000', '181502.555000', '181503.015000', '181503.475000', '181503.935000', '181504.395000', '181504.855000', '181505.315000', '181505.775000', '181506.235000', '181506.695000', '181507.155000', '181507.615000', '181508.075000', '181508.535000', '181508.995000', '181509.455000', '181509.915000', '181510.375000', '181510.835000', '181511.295000', '181511.755000', '181512.215000', '181512.675000', '181513.135000', '181513.595000', '181514.055000', '181514.515000', '181514.975000', '181515.435000', '181515.895000', '181516.355000', '181516.815000', '181517.275000', '181517.735000', '181518.195000', '181518.655000', '181519.115000', '181519.575000', '181520.035000', '181520.495000', '181520.955000', '181521.415000', '181521.875000', '181522.335000', '181522.795000', '181523.255000', '181523.715000', '181524.175000', '181524.635000', '181525.095000', '181525.555000', '181526.015000', '181526.475000', '181526.935000', '181527.395000', '181527.855000', '181528.315000', '181528.775000', '181529.235000', '181529.695000', '181530.155000', '181530.615000', '181531.075000', '181531.535000', '181531.995000', '181532.455000', '181532.915000', '181533.375000', '181533.835000', '181534.295000', '181534.755000', '181535.215000', '181535.675000', '181536.135000', '181536.595000', '181537.055000', '181537.515000', '181537.975000', '181538.435000', '181538.895000', '181539.355000', '181539.815000', '181540.275000', '181540.735000', '181541.195000', '181541.655000', '181542.115000', '181542.575000', '181543.035000', '181543.495000', '181543.955000', '181544.415000', '181544.875000', '181545.335000', '181545.795000', '181546.255000', '181546.715000', '181547.175000', '181547.635000', '181548.095000', '181548.555000', '181549.015000', '181549.475000', '181549.935000', '181550.395000', '181550.855000', '181551.315000', '181551.775000', '181552.235000', '181552.695000', '181553.155000', '181553.615000', '181554.075000', '181554.535000', '181554.995000', '181555.455000', '181555.915000', '181556.375000', '181556.835000', '181557.295000', '181557.755000', '181558.215000', '181558.675000', '181559.135000', '181559.595000', '181600.055000', '181600.515000', '181600.975000', '181601.435000', '181601.895000', '181602.355000', '181602.815000', '181603.275000', '181603.735000', '181604.195000', '181604.655000', '181605.115000', '181605.575000', '181606.035000', '181606.495000', '181606.955000', '181607.415000', '181607.875000', '181608.335000', '181608.795000', '181609.255000', '181609.715000', '181610.175000', '181610.635000', '181611.095000', '181611.555000', '181612.015000', '181612.475000', '181612.935000', '181613.395000', '181613.855000', '181614.315000', '181614.775000', '181615.235000', '181615.695000', '181616.155000', '181616.615000', '181617.075000', '181617.535000', '181617.995000', '181618.455000', '181618.915000', '181619.375000', '181619.835000', '181620.295000', '181620.755000', '181621.215000', '181621.675000', '181622.135000', '181622.595000', '181623.055000', '181623.515000', '181623.975000', '181624.435000', '181624.895000', '181625.355000', '181625.815000', '181626.275000', '181626.735000', '181627.195000', '181627.655000', '181628.115000', '181628.575000', '181629.035000', '181629.495000', '181629.955000', '181630.415000', '181630.875000', '181631.335000', '181631.795000', '181632.255000', '181632.715000', '181633.175000', '181633.635000', '181634.095000', '181634.555000', '181635.015000', '181635.475000', '181635.935000', '181636.395000', '181636.855000', '181637.315000', '181637.775000', '181638.235000', '181638.695000', '181639.155000', '181639.615000', '181640.075000', '181640.535000', '181640.995000', '181641.455000', '181641.915000', '181642.375000', '181642.835000', '181643.295000', '181643.755000', '181644.215000', '181644.675000', '181645.135000', '181645.595000', '181646.055000', '181646.515000', '181646.975000', '181647.435000', '181647.895000', '181648.355000', '181648.815000', '181649.275000', '181649.735000', '181650.195000', '181650.655000', '181651.115000', '181651.575000', '181652.035000', '181652.495000', '181652.955000', '181653.415000', '181653.875000', '181654.335000', '181654.795000', '181655.255000', '181655.715000', '181656.175000', '181656.635000', '181657.095000', '181657.555000', '181658.015000', '181658.475000', '181658.935000', '181659.395000', '181659.855000', '181700.315000', '181700.775000', '181701.235000', '181701.695000', '181702.155000', '181702.615000', '181703.075000', '181703.535000', '181703.995000', '181704.455000', '181704.915000', '181705.375000', '181705.835000', '181706.295000', '181706.755000', '181707.215000', '181707.675000'], 'ContentTime': ['181039.777000', '181039.780000', '181039.783000', '181039.785000', '181039.788000', '181039.791000', '181039.793000', '181039.796000', '181039.798000', '181039.801000', '181039.803000', '181039.810000', '181039.816000', '181039.853000', '181039.855000', '181039.858000', '181039.860000', '181039.863000', '181039.865000', '181039.868000', '181039.870000', '181039.873000', '181039.876000', '181039.878000', '181059.738000', '181059.740000', '181059.743000', '181059.746000', '181059.748000', '181059.751000', '181059.753000', '181059.756000', '181059.759000', '181059.761000', '181059.764000', '181059.766000', '181059.776000', '181059.779000', '181059.782000', '181059.784000', '181059.787000', '181059.789000', '181059.792000', '181059.795000', '181059.797000', '181059.800000', '181059.802000', '181059.805000', '181059.807000', '181059.810000', '181059.812000', '181059.815000', '181059.818000', '181059.820000', '181059.823000', '181059.825000', '181059.828000', '181059.830000', '181059.833000', '181059.835000', '181059.838000', '181059.840000', '181059.843000', '181059.845000', '181059.848000', '181059.851000', '181059.853000', '181059.856000', '181119.737000', '181119.740000', '181119.743000', '181119.745000', '181119.748000', '181119.750000', '181119.753000', '181119.755000', '181119.758000', '181119.760000', '181119.763000', '181119.766000', '181119.768000', '181119.771000', '181119.773000', '181119.776000', '181119.778000', '181119.781000', '181119.784000', '181119.786000', '181119.789000', '181119.791000', '181119.794000', '181119.796000', '181119.799000', '181119.801000', '181119.804000', '181119.806000', '181119.809000', '181119.812000', '181119.814000', '181119.817000', '181119.819000', '181119.822000', '181119.824000', '181119.827000', '181119.829000', '181119.832000', '181119.834000', '181119.837000', '181119.840000', '181119.842000', '181119.845000', '181139.737000', '181139.740000', '181139.743000', '181139.745000', '181139.748000', '181139.750000', '181139.753000', '181139.756000', '181139.758000', '181139.761000', '181139.763000', '181139.766000', '181139.768000', '181139.771000', '181139.773000', '181139.776000', '181139.778000', '181139.781000', '181139.784000', '181139.786000', '181139.789000', '181139.791000', '181139.794000', '181139.796000', '181139.799000', '181139.801000', '181139.804000', '181139.806000', '181139.809000', '181139.812000', '181139.814000', '181139.817000', '181139.819000', '181139.822000', '181139.824000', '181139.827000', '181139.829000', '181139.832000', '181139.834000', '181139.837000', '181139.840000', '181139.842000', '181139.845000', '181139.847000', '181159.738000', '181159.740000', '181159.743000', '181159.745000', '181159.748000', '181159.751000', '181159.753000', '181159.756000', '181159.758000', '181159.761000', '181159.763000', '181159.766000', '181159.769000', '181159.771000', '181159.774000', '181159.776000', '181159.779000', '181159.782000', '181159.784000', '181159.787000', '181159.789000', '181159.792000', '181159.794000', '181159.797000', '181159.799000', '181159.802000', '181159.804000', '181159.807000', '181159.810000', '181159.812000', '181159.815000', '181159.818000', '181159.820000', '181159.823000', '181159.825000', '181159.828000', '181159.830000', '181159.833000', '181159.835000', '181159.838000', '181159.840000', '181159.843000', '181159.846000', '181219.738000', '181219.741000', '181219.744000', '181219.751000', '181219.753000', '181219.756000', '181219.759000', '181219.761000', '181219.764000', '181219.766000', '181219.769000', '181219.772000', '181219.774000', '181219.777000', '181219.779000', '181219.782000', '181219.784000', '181219.787000', '181219.790000', '181219.792000', '181219.795000', '181219.797000', '181219.800000', '181219.802000', '181219.805000', '181219.807000', '181219.810000', '181219.813000', '181219.815000', '181219.818000', '181219.820000', '181219.823000', '181219.825000', '181219.828000', '181219.831000', '181219.833000', '181219.836000', '181219.838000', '181219.841000', '181219.843000', '181219.846000', '181219.848000', '181219.876000', '181219.878000', '181239.738000', '181239.741000', '181239.744000', '181239.746000', '181239.749000', '181239.752000', '181239.754000', '181239.757000', '181239.759000', '181239.762000', '181239.772000', '181239.775000', '181239.778000', '181239.780000', '181239.783000', '181239.786000', '181239.788000', '181239.791000', '181239.793000', '181239.796000', '181239.798000', '181239.801000', '181239.804000', '181239.806000', '181239.809000', '181239.811000', '181239.814000', '181239.816000', '181239.819000', '181239.822000', '181239.824000', '181239.827000', '181239.829000', '181239.832000', '181239.834000', '181239.837000', '181239.840000', '181239.842000', '181239.845000', '181239.847000', '181239.850000', '181239.852000', '181239.855000', '181259.737000', '181259.740000', '181259.743000', '181259.745000', '181259.748000', '181259.750000', '181259.753000', '181259.756000', '181259.758000', '181259.761000', '181259.763000', '181259.766000', '181259.768000', '181259.771000', '181259.774000', '181259.776000', '181259.779000', '181259.781000', '181259.784000', '181259.786000', '181259.789000', '181259.792000', '181259.794000', '181259.797000', '181259.799000', '181259.802000', '181259.805000', '181259.807000', '181259.810000', '181259.812000', '181259.815000', '181259.818000', '181259.821000', '181259.823000', '181259.826000', '181259.828000', '181259.831000', '181259.833000', '181259.836000', '181259.839000', '181259.841000', '181259.844000', '181259.846000', '181259.849000', '181319.738000', '181319.740000', '181319.743000', '181319.746000', '181319.748000', '181319.751000', '181319.753000', '181319.756000', '181319.759000', '181319.761000', '181319.764000', '181319.766000', '181319.769000', '181319.772000', '181319.774000', '181319.777000', '181319.779000', '181319.782000', '181319.784000', '181319.787000', '181319.790000', '181319.792000', '181319.795000', '181319.797000', '181319.800000', '181319.809000', '181319.811000', '181319.814000', '181319.817000', '181319.819000', '181319.822000', '181319.824000', '181319.827000', '181319.829000', '181319.832000', '181319.835000', '181319.837000', '181319.840000', '181319.842000', '181319.845000', '181319.848000', '181319.850000', '181319.853000', '181339.738000', '181339.741000', '181339.743000', '181339.746000', '181339.749000', '181339.751000', '181339.754000', '181339.756000', '181339.759000', '181339.762000', '181339.764000', '181339.767000', '181339.769000', '181339.772000', '181339.775000', '181339.777000', '181339.780000', '181339.782000', '181339.785000', '181339.788000', '181339.790000', '181339.793000', '181339.795000', '181339.798000', '181339.801000', '181339.803000', '181339.806000', '181339.808000', '181339.811000', '181339.814000', '181339.816000', '181339.819000', '181339.821000', '181339.824000', '181339.826000', '181339.829000', '181339.832000', '181339.834000', '181339.837000', '181339.840000', '181339.843000', '181339.845000', '181339.848000', '181339.851000', '181359.738000', '181359.740000', '181359.743000', '181359.745000', '181359.748000', '181359.751000', '181359.753000', '181359.756000', '181359.758000', '181359.761000', '181359.764000', '181359.766000', '181359.769000', '181359.771000', '181359.774000', '181359.777000', '181359.779000', '181359.782000', '181359.784000', '181359.787000', '181359.789000', '181359.792000', '181359.795000', '181359.839000', '181359.842000', '181359.844000', '181359.847000', '181359.849000', '181359.852000', '181359.855000', '181359.857000', '181359.860000', '181359.862000', '181359.865000', '181359.868000', '181359.870000', '181359.873000', '181359.875000', '181359.878000', '181359.880000', '181359.883000', '181359.886000', '181359.888000', '181419.738000', '181419.740000', '181419.743000', '181419.746000', '181419.748000', '181419.751000', '181419.753000', '181419.756000', '181419.759000', '181419.761000', '181419.764000', '181419.766000', '181419.769000', '181419.771000', '181419.774000', '181419.777000', '181419.779000', '181419.782000', '181419.784000', '181419.787000', '181419.790000', '181419.792000', '181419.795000', '181419.797000', '181419.800000', '181419.803000', '181419.805000', '181419.808000', '181419.810000', '181419.813000', '181419.815000', '181419.818000', '181419.821000', '181419.823000', '181419.826000', '181419.828000', '181419.831000', '181419.834000', '181419.836000', '181419.839000', '181419.841000', '181419.844000', '181419.846000', '181419.849000', '181439.738000', '181439.741000', '181439.744000', '181439.746000', '181439.749000', '181439.752000', '181439.754000', '181439.757000', '181439.759000', '181439.762000', '181439.765000', '181439.767000', '181439.779000', '181439.782000', '181439.785000', '181439.787000', '181439.790000', '181439.792000', '181439.795000', '181439.797000', '181439.800000', '181439.803000', '181439.805000', '181439.808000', '181439.810000', '181439.813000', '181439.815000', '181439.818000', '181439.821000', '181439.823000', '181439.826000', '181439.828000', '181439.831000', '181439.834000', '181439.836000', '181439.839000', '181439.841000', '181439.844000', '181439.846000', '181439.849000', '181439.852000', '181439.854000', '181439.857000', '181459.738000', '181459.741000', '181459.744000', '181459.746000', '181459.749000', '181459.752000', '181459.754000', '181459.757000', '181459.759000', '181459.762000', '181459.765000', '181459.767000', '181459.770000', '181459.773000', '181459.777000', '181459.780000', '181459.782000', '181459.785000', '181459.788000', '181459.790000', '181459.793000', '181459.795000', '181459.798000', '181459.801000', '181459.803000', '181459.806000', '181459.808000', '181459.811000', '181459.814000', '181459.816000', '181459.819000', '181459.821000', '181459.824000', '181459.827000', '181459.829000', '181459.832000', '181459.835000', '181459.837000', '181459.840000', '181459.842000', '181459.845000', '181459.848000', '181459.850000', '181459.853000', '181519.737000', '181519.740000', '181519.743000', '181519.745000', '181519.748000', '181519.751000', '181519.753000', '181519.756000', '181519.758000', '181519.761000', '181519.764000', '181519.766000', '181519.769000', '181519.771000', '181519.774000', '181519.777000', '181519.779000', '181519.782000', '181519.784000', '181519.787000', '181519.790000', '181519.792000', '181519.795000', '181519.798000', '181519.800000', '181519.803000', '181519.805000', '181519.808000', '181519.811000', '181519.813000', '181519.816000', '181519.818000', '181519.821000', '181519.824000', '181519.826000', '181519.829000', '181519.831000', '181519.834000', '181519.836000', '181519.839000', '181519.841000', '181519.844000', '181519.847000', '181539.738000', '181539.741000', '181539.743000', '181539.746000', '181539.748000', '181539.762000', '181539.765000', '181539.767000', '181539.770000', '181539.772000', '181539.775000', '181539.778000', '181539.780000', '181539.783000', '181539.785000', '181539.788000', '181539.791000', '181539.793000', '181539.796000', '181539.798000', '181539.801000', '181539.803000', '181539.806000', '181539.809000', '181539.811000', '181539.814000', '181539.816000', '181539.819000', '181539.822000', '181539.824000', '181539.827000', '181539.830000', '181539.832000', '181539.835000', '181539.837000', '181539.840000', '181539.842000', '181539.845000', '181539.848000', '181539.850000', '181539.853000', '181539.855000', '181539.858000', '181559.738000', '181559.740000', '181559.743000', '181559.746000', '181559.748000', '181559.751000', '181559.753000', '181559.756000', '181559.759000', '181559.761000', '181559.764000', '181559.766000', '181559.769000', '181559.772000', '181559.774000', '181559.777000', '181559.779000', '181559.782000', '181559.784000', '181559.787000', '181559.790000', '181559.792000', '181559.795000', '181559.797000', '181559.800000', '181559.803000', '181559.805000', '181559.808000', '181559.810000', '181559.813000', '181559.815000', '181559.818000', '181559.821000', '181559.823000', '181559.826000', '181559.828000', '181559.831000', '181559.833000', '181559.836000', '181559.839000', '181559.841000', '181559.844000', '181559.846000', '181559.849000', '181619.737000', '181619.740000', '181619.743000', '181619.746000', '181619.748000', '181619.751000', '181619.754000', '181619.757000', '181619.759000', '181619.762000', '181619.765000', '181619.767000', '181619.770000', '181619.772000', '181619.775000', '181619.777000', '181619.780000', '181619.783000', '181619.785000', '181619.788000', '181619.791000', '181619.793000', '181619.796000', '181619.798000', '181619.801000', '181619.803000', '181619.806000', '181619.809000', '181619.811000', '181619.815000', '181619.818000', '181619.820000', '181619.823000', '181619.826000', '181619.828000', '181619.831000', '181619.833000', '181619.836000', '181619.838000', '181619.841000', '181619.844000', '181619.846000', '181619.849000', '181639.737000', '181639.740000', '181639.743000', '181639.745000', '181639.748000', '181639.751000', '181639.753000', '181639.756000', '181639.758000', '181639.770000', '181639.773000', '181639.775000', '181639.778000', '181639.781000', '181639.784000', '181639.786000', '181639.789000', '181639.792000', '181639.794000', '181639.797000', '181639.799000', '181639.802000', '181639.804000', '181639.807000', '181639.810000', '181639.812000', '181639.815000', '181639.818000', '181639.820000', '181639.823000', '181639.825000', '181639.828000', '181639.831000', '181639.833000', '181639.836000', '181639.838000', '181639.841000', '181639.843000', '181639.846000', '181639.849000', '181639.851000', '181639.854000', '181639.856000', '181639.859000', '181659.738000', '181659.741000', '181659.744000', '181659.746000', '181659.749000', '181659.751000', '181659.754000', '181659.757000', '181659.759000', '181659.762000', '181659.764000', '181659.767000', '181659.770000', '181659.772000', '181659.775000', '181659.793000', '181659.796000', '181659.798000', '181659.801000', '181659.803000', '181659.806000', '181659.809000', '181659.811000', '181659.814000', '181659.817000', '181659.820000', '181659.822000', '181659.825000', '181659.828000', '181659.830000', '181659.833000', '181659.836000', '181659.838000', '181659.841000', '181659.843000', '181659.846000', '181659.848000', '181659.851000', '181659.854000', '181659.856000', '181659.859000', '181659.861000', '181659.864000', '181709.431000', '181709.434000', '181709.436000', '181709.439000', '181709.442000', '181709.444000', '181709.447000', '181709.450000', '181709.453000', '181709.455000', '181709.458000', '181709.461000', '181709.464000', '181709.467000', '181709.470000', '181709.473000', '181709.476000', '181709.479000', '181709.481000', '181709.484000', '181709.487000', '181709.490000'], 'InstanceCreationTime': ['181039.777000', '181039.780000', '181039.783000', '181039.785000', '181039.788000', '181039.791000', '181039.793000', '181039.796000', '181039.798000', '181039.801000', '181039.803000', '181039.810000', '181039.816000', '181039.853000', '181039.855000', '181039.858000', '181039.860000', '181039.863000', '181039.865000', '181039.868000', '181039.870000', '181039.873000', '181039.876000', '181039.878000', '181059.738000', '181059.740000', '181059.743000', '181059.746000', '181059.748000', '181059.751000', '181059.753000', '181059.756000', '181059.759000', '181059.761000', '181059.764000', '181059.766000', '181059.776000', '181059.779000', '181059.782000', '181059.784000', '181059.787000', '181059.789000', '181059.792000', '181059.795000', '181059.797000', '181059.800000', '181059.802000', '181059.805000', '181059.807000', '181059.810000', '181059.812000', '181059.815000', '181059.818000', '181059.820000', '181059.823000', '181059.825000', '181059.828000', '181059.830000', '181059.833000', '181059.835000', '181059.838000', '181059.840000', '181059.843000', '181059.845000', '181059.848000', '181059.851000', '181059.853000', '181059.856000', '181119.737000', '181119.740000', '181119.743000', '181119.745000', '181119.748000', '181119.750000', '181119.753000', '181119.755000', '181119.758000', '181119.760000', '181119.763000', '181119.766000', '181119.768000', '181119.771000', '181119.773000', '181119.776000', '181119.778000', '181119.781000', '181119.784000', '181119.786000', '181119.789000', '181119.791000', '181119.794000', '181119.796000', '181119.799000', '181119.801000', '181119.804000', '181119.806000', '181119.809000', '181119.812000', '181119.814000', '181119.817000', '181119.819000', '181119.822000', '181119.824000', '181119.827000', '181119.829000', '181119.832000', '181119.834000', '181119.837000', '181119.840000', '181119.842000', '181119.845000', '181139.737000', '181139.740000', '181139.743000', '181139.745000', '181139.748000', '181139.750000', '181139.753000', '181139.756000', '181139.758000', '181139.761000', '181139.763000', '181139.766000', '181139.768000', '181139.771000', '181139.773000', '181139.776000', '181139.778000', '181139.781000', '181139.784000', '181139.786000', '181139.789000', '181139.791000', '181139.794000', '181139.796000', '181139.799000', '181139.801000', '181139.804000', '181139.806000', '181139.809000', '181139.812000', '181139.814000', '181139.817000', '181139.819000', '181139.822000', '181139.824000', '181139.827000', '181139.829000', '181139.832000', '181139.834000', '181139.837000', '181139.840000', '181139.842000', '181139.845000', '181139.847000', '181159.738000', '181159.740000', '181159.743000', '181159.745000', '181159.748000', '181159.751000', '181159.753000', '181159.756000', '181159.758000', '181159.761000', '181159.763000', '181159.766000', '181159.769000', '181159.771000', '181159.774000', '181159.776000', '181159.779000', '181159.782000', '181159.784000', '181159.787000', '181159.789000', '181159.792000', '181159.794000', '181159.797000', '181159.799000', '181159.802000', '181159.804000', '181159.807000', '181159.810000', '181159.812000', '181159.815000', '181159.818000', '181159.820000', '181159.823000', '181159.825000', '181159.828000', '181159.830000', '181159.833000', '181159.835000', '181159.838000', '181159.840000', '181159.843000', '181159.846000', '181219.738000', '181219.741000', '181219.744000', '181219.751000', '181219.753000', '181219.756000', '181219.759000', '181219.761000', '181219.764000', '181219.766000', '181219.769000', '181219.772000', '181219.774000', '181219.777000', '181219.779000', '181219.782000', '181219.784000', '181219.787000', '181219.790000', '181219.792000', '181219.795000', '181219.797000', '181219.800000', '181219.802000', '181219.805000', '181219.807000', '181219.810000', '181219.813000', '181219.815000', '181219.818000', '181219.820000', '181219.823000', '181219.825000', '181219.828000', '181219.831000', '181219.833000', '181219.836000', '181219.838000', '181219.841000', '181219.843000', '181219.846000', '181219.848000', '181219.876000', '181219.878000', '181239.738000', '181239.741000', '181239.744000', '181239.746000', '181239.749000', '181239.752000', '181239.754000', '181239.757000', '181239.759000', '181239.762000', '181239.772000', '181239.775000', '181239.778000', '181239.780000', '181239.783000', '181239.786000', '181239.788000', '181239.791000', '181239.793000', '181239.796000', '181239.798000', '181239.801000', '181239.804000', '181239.806000', '181239.809000', '181239.811000', '181239.814000', '181239.816000', '181239.819000', '181239.822000', '181239.824000', '181239.827000', '181239.829000', '181239.832000', '181239.834000', '181239.837000', '181239.840000', '181239.842000', '181239.845000', '181239.847000', '181239.850000', '181239.852000', '181239.855000', '181259.737000', '181259.740000', '181259.743000', '181259.745000', '181259.748000', '181259.750000', '181259.753000', '181259.756000', '181259.758000', '181259.761000', '181259.763000', '181259.766000', '181259.768000', '181259.771000', '181259.774000', '181259.776000', '181259.779000', '181259.781000', '181259.784000', '181259.786000', '181259.789000', '181259.792000', '181259.794000', '181259.797000', '181259.799000', '181259.802000', '181259.805000', '181259.807000', '181259.810000', '181259.812000', '181259.815000', '181259.818000', '181259.821000', '181259.823000', '181259.826000', '181259.828000', '181259.831000', '181259.833000', '181259.836000', '181259.839000', '181259.841000', '181259.844000', '181259.846000', '181259.849000', '181319.738000', '181319.740000', '181319.743000', '181319.746000', '181319.748000', '181319.751000', '181319.753000', '181319.756000', '181319.759000', '181319.761000', '181319.764000', '181319.766000', '181319.769000', '181319.772000', '181319.774000', '181319.777000', '181319.779000', '181319.782000', '181319.784000', '181319.787000', '181319.790000', '181319.792000', '181319.795000', '181319.797000', '181319.800000', '181319.809000', '181319.811000', '181319.814000', '181319.817000', '181319.819000', '181319.822000', '181319.824000', '181319.827000', '181319.829000', '181319.832000', '181319.835000', '181319.837000', '181319.840000', '181319.842000', '181319.845000', '181319.848000', '181319.850000', '181319.853000', '181339.738000', '181339.741000', '181339.743000', '181339.746000', '181339.749000', '181339.751000', '181339.754000', '181339.756000', '181339.759000', '181339.762000', '181339.764000', '181339.767000', '181339.769000', '181339.772000', '181339.775000', '181339.777000', '181339.780000', '181339.782000', '181339.785000', '181339.788000', '181339.790000', '181339.793000', '181339.795000', '181339.798000', '181339.801000', '181339.803000', '181339.806000', '181339.808000', '181339.811000', '181339.814000', '181339.816000', '181339.819000', '181339.821000', '181339.824000', '181339.826000', '181339.829000', '181339.832000', '181339.834000', '181339.837000', '181339.840000', '181339.843000', '181339.845000', '181339.848000', '181339.851000', '181359.738000', '181359.740000', '181359.743000', '181359.745000', '181359.748000', '181359.751000', '181359.753000', '181359.756000', '181359.758000', '181359.761000', '181359.764000', '181359.766000', '181359.769000', '181359.771000', '181359.774000', '181359.777000', '181359.779000', '181359.782000', '181359.784000', '181359.787000', '181359.789000', '181359.792000', '181359.795000', '181359.839000', '181359.842000', '181359.844000', '181359.847000', '181359.849000', '181359.852000', '181359.855000', '181359.857000', '181359.860000', '181359.862000', '181359.865000', '181359.868000', '181359.870000', '181359.873000', '181359.875000', '181359.878000', '181359.880000', '181359.883000', '181359.886000', '181359.888000', '181419.738000', '181419.740000', '181419.743000', '181419.746000', '181419.748000', '181419.751000', '181419.753000', '181419.756000', '181419.759000', '181419.761000', '181419.764000', '181419.766000', '181419.769000', '181419.771000', '181419.774000', '181419.777000', '181419.779000', '181419.782000', '181419.784000', '181419.787000', '181419.790000', '181419.792000', '181419.795000', '181419.797000', '181419.800000', '181419.803000', '181419.805000', '181419.808000', '181419.810000', '181419.813000', '181419.815000', '181419.818000', '181419.821000', '181419.823000', '181419.826000', '181419.828000', '181419.831000', '181419.834000', '181419.836000', '181419.839000', '181419.841000', '181419.844000', '181419.846000', '181419.849000', '181439.738000', '181439.741000', '181439.744000', '181439.746000', '181439.749000', '181439.752000', '181439.754000', '181439.757000', '181439.759000', '181439.762000', '181439.765000', '181439.767000', '181439.779000', '181439.782000', '181439.785000', '181439.787000', '181439.790000', '181439.792000', '181439.795000', '181439.797000', '181439.800000', '181439.803000', '181439.805000', '181439.808000', '181439.810000', '181439.813000', '181439.815000', '181439.818000', '181439.821000', '181439.823000', '181439.826000', '181439.828000', '181439.831000', '181439.834000', '181439.836000', '181439.839000', '181439.841000', '181439.844000', '181439.846000', '181439.849000', '181439.852000', '181439.854000', '181439.857000', '181459.738000', '181459.741000', '181459.744000', '181459.746000', '181459.749000', '181459.752000', '181459.754000', '181459.757000', '181459.759000', '181459.762000', '181459.765000', '181459.767000', '181459.770000', '181459.773000', '181459.777000', '181459.780000', '181459.782000', '181459.785000', '181459.788000', '181459.790000', '181459.793000', '181459.795000', '181459.798000', '181459.801000', '181459.803000', '181459.806000', '181459.808000', '181459.811000', '181459.814000', '181459.816000', '181459.819000', '181459.821000', '181459.824000', '181459.827000', '181459.829000', '181459.832000', '181459.835000', '181459.837000', '181459.840000', '181459.842000', '181459.845000', '181459.848000', '181459.850000', '181459.853000', '181519.737000', '181519.740000', '181519.743000', '181519.745000', '181519.748000', '181519.751000', '181519.753000', '181519.756000', '181519.758000', '181519.761000', '181519.764000', '181519.766000', '181519.769000', '181519.771000', '181519.774000', '181519.777000', '181519.779000', '181519.782000', '181519.784000', '181519.787000', '181519.790000', '181519.792000', '181519.795000', '181519.798000', '181519.800000', '181519.803000', '181519.805000', '181519.808000', '181519.811000', '181519.813000', '181519.816000', '181519.818000', '181519.821000', '181519.824000', '181519.826000', '181519.829000', '181519.831000', '181519.834000', '181519.836000', '181519.839000', '181519.841000', '181519.844000', '181519.847000', '181539.738000', '181539.741000', '181539.743000', '181539.746000', '181539.748000', '181539.762000', '181539.765000', '181539.767000', '181539.770000', '181539.772000', '181539.775000', '181539.778000', '181539.780000', '181539.783000', '181539.785000', '181539.788000', '181539.791000', '181539.793000', '181539.796000', '181539.798000', '181539.801000', '181539.803000', '181539.806000', '181539.809000', '181539.811000', '181539.814000', '181539.816000', '181539.819000', '181539.822000', '181539.824000', '181539.827000', '181539.830000', '181539.832000', '181539.835000', '181539.837000', '181539.840000', '181539.842000', '181539.845000', '181539.848000', '181539.850000', '181539.853000', '181539.855000', '181539.858000', '181559.738000', '181559.740000', '181559.743000', '181559.746000', '181559.748000', '181559.751000', '181559.753000', '181559.756000', '181559.759000', '181559.761000', '181559.764000', '181559.766000', '181559.769000', '181559.772000', '181559.774000', '181559.777000', '181559.779000', '181559.782000', '181559.784000', '181559.787000', '181559.790000', '181559.792000', '181559.795000', '181559.797000', '181559.800000', '181559.803000', '181559.805000', '181559.808000', '181559.810000', '181559.813000', '181559.815000', '181559.818000', '181559.821000', '181559.823000', '181559.826000', '181559.828000', '181559.831000', '181559.833000', '181559.836000', '181559.839000', '181559.841000', '181559.844000', '181559.846000', '181559.849000', '181619.737000', '181619.740000', '181619.743000', '181619.746000', '181619.748000', '181619.751000', '181619.754000', '181619.757000', '181619.759000', '181619.762000', '181619.765000', '181619.767000', '181619.770000', '181619.772000', '181619.775000', '181619.777000', '181619.780000', '181619.783000', '181619.785000', '181619.788000', '181619.791000', '181619.793000', '181619.796000', '181619.798000', '181619.801000', '181619.803000', '181619.806000', '181619.809000', '181619.811000', '181619.815000', '181619.818000', '181619.820000', '181619.823000', '181619.826000', '181619.828000', '181619.831000', '181619.833000', '181619.836000', '181619.838000', '181619.841000', '181619.844000', '181619.846000', '181619.849000', '181639.737000', '181639.740000', '181639.743000', '181639.745000', '181639.748000', '181639.751000', '181639.753000', '181639.756000', '181639.758000', '181639.770000', '181639.773000', '181639.775000', '181639.778000', '181639.781000', '181639.784000', '181639.786000', '181639.789000', '181639.792000', '181639.794000', '181639.797000', '181639.799000', '181639.802000', '181639.804000', '181639.807000', '181639.810000', '181639.812000', '181639.815000', '181639.818000', '181639.820000', '181639.823000', '181639.825000', '181639.828000', '181639.831000', '181639.833000', '181639.836000', '181639.838000', '181639.841000', '181639.843000', '181639.846000', '181639.849000', '181639.851000', '181639.854000', '181639.856000', '181639.859000', '181659.738000', '181659.741000', '181659.744000', '181659.746000', '181659.749000', '181659.751000', '181659.754000', '181659.757000', '181659.759000', '181659.762000', '181659.764000', '181659.767000', '181659.770000', '181659.772000', '181659.775000', '181659.793000', '181659.796000', '181659.798000', '181659.801000', '181659.803000', '181659.806000', '181659.809000', '181659.811000', '181659.814000', '181659.817000', '181659.820000', '181659.822000', '181659.825000', '181659.828000', '181659.830000', '181659.833000', '181659.836000', '181659.838000', '181659.841000', '181659.843000', '181659.846000', '181659.848000', '181659.851000', '181659.854000', '181659.856000', '181659.859000', '181659.861000', '181659.864000', '181709.431000', '181709.434000', '181709.436000', '181709.439000', '181709.442000', '181709.444000', '181709.447000', '181709.450000', '181709.453000', '181709.455000', '181709.458000', '181709.461000', '181709.464000', '181709.467000', '181709.470000', '181709.473000', '181709.476000', '181709.479000', '181709.481000', '181709.484000', '181709.487000', '181709.490000'], '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': [8013, 7104, 7668, 7707, 9254, 8080, 9428, 8053, 7271, 7856, 7625, 7769, 13529, 9378, 13577, 10292, 7239, 8162, 7592, 9130, 8153, 11983, 8859, 9005, 7498, 7189, 7432, 7831, 8442, 7820, 7370, 7346, 7478, 7441, 7475, 7580, 8486, 7835, 7303, 8213, 7500, 7669, 7776, 7868, 9004, 7775, 7712, 7386, 9074, 7967, 15320, 11067, 14738, 8284, 7988, 7351, 8399, 7433, 7613, 7723, 7215, 7593, 7291, 7452, 7528, 8766, 7346, 8948, 7793, 8076, 7964, 8115, 7713, 8721, 7790, 7180, 8440, 7365, 7757, 7596, 7343, 7775, 11826, 8623, 10407, 7735, 9202, 7640, 7953, 7365, 7741, 7844, 7750, 7590, 8152, 7666, 8819, 7729, 8854, 7608, 7235, 7148, 7295, 7769, 7517, 8056, 7771, 7545, 7747, 7798, 12455, 7780, 12526, 8718, 11117, 7760, 8453, 7510, 7347, 6867, 7636, 7810, 7681, 8089, 7916, 9483, 7952, 8462, 7702, 8192, 7427, 7775, 7454, 7026, 8137, 7956, 7333, 7536, 7652, 7861, 7427, 7933, 8080, 13535, 8686, 13338, 9163, 7539, 7742, 7950, 7540, 7682, 7253, 7085, 8117, 7706, 7482, 7270, 7565, 7946, 7878, 12846, 8859, 12707, 7930, 9456, 7947, 10230, 7766, 10287, 7804, 9540, 7856, 8953, 7682, 7883, 7462, 7178, 7587, 7809, 7994, 7704, 6965, 7579, 8121, 7664, 7071, 7260, 7285, 7308, 7372, 7387, 7354, 7066, 7266, 8352, 7800, 7990, 7912, 7088, 7306, 8000, 8612, 7942, 8908, 7998, 9732, 7980, 9546, 7583, 8135, 7888, 8245, 7769, 8280, 7677, 8331, 7871, 8466, 7837, 7734, 7609, 7136, 7196, 7267, 7836, 7879, 7744, 7264, 7413, 7979, 11320, 8065, 10426, 8070, 7583, 7591, 7998, 7894, 7909, 8025, 7927, 7555, 8346, 7488, 7925, 9279, 7906, 8814, 8015, 7976, 7307, 7524, 7062, 8159, 7996, 7723, 7623, 7948, 8457, 7157, 7921, 9727, 8057, 12683, 8122, 10189, 7856, 11356, 8205, 10278, 8051, 8245, 7347, 7265, 7865, 8618, 11081, 8294, 11325, 7904, 8828, 8458, 9674, 7897, 8117, 11809, 7382, 7542, 7373, 7560, 7296, 7709, 7437, 7282, 7531, 7556, 7170, 7494, 7401, 7641, 7539, 8935, 7784, 7478, 7238, 7473, 7213, 7781, 7693, 9892, 7604, 8788, 8009, 10956, 8003, 8493, 8101, 7693, 7825, 7774, 8057, 7802, 7941, 7675, 6965, 7320, 7069, 7972, 7689, 10576, 7854, 11559, 8038, 7433, 7261, 7378, 7401, 7806, 8377, 8108, 8611, 8133, 8917, 6979, 7902, 7755, 7430, 7272, 7974, 10522, 8356, 9879, 8677, 7851, 13661, 11679, 7921, 11281, 7993, 13256, 9483, 8851, 12539, 7741, 10341, 7495, 8528, 7697, 7622, 7803, 8157, 7735, 7413, 7375, 7550, 8133, 7717, 8008, 7581, 7458, 7838, 8985, 7879, 10350, 9196, 10841, 8848, 12649, 10743, 12840, 11211, 12887, 10104, 9577, 7570, 8333, 7896, 10517, 7791, 10925, 7756, 8114, 7879, 8137, 7698, 8213, 7944, 8145, 7668, 7991, 7314, 7586, 7967, 7235, 8454, 7691, 8880, 7753, 9939, 7834, 12873, 8250, 8062, 12491, 7607, 12409, 8919, 8011, 7542, 7566, 7439, 7893, 7726, 8090, 7795, 8284, 7773, 7645, 8059, 7856, 9325, 8351, 7519, 12930, 7531, 11906, 9387, 8584, 7522, 7382, 7508, 7321, 8226, 7446, 7797, 7601, 8495, 7716, 8265, 7555, 8865, 8035, 10297, 8012, 7736, 7527, 7369, 7090, 7134, 7619, 7830, 7525, 6987, 7635, 7205, 6955, 7228, 8021, 7413, 9917, 7841, 7405, 8464, 7845, 8368, 9458, 7656, 11165, 7340, 8277, 7587, 7338, 7518, 7175, 7595, 7519, 7317, 7456, 8160, 12545, 11253, 12082, 7831, 10881, 7763, 10157, 7902, 10147, 7854, 8437, 7748, 7872, 7680, 7805, 7804, 8809, 7653, 8184, 7783, 7849, 7735, 7813, 7571, 7337, 8228, 7846, 8945, 7777, 9016, 11325, 7962, 8235, 7561, 10604, 7922, 8580, 7775, 8052, 7639, 7464, 7856, 8246, 7581, 7975, 7689, 7821, 7802, 7766, 7652, 7534, 7776, 7703, 7448, 7603, 7900, 7669, 7712, 10583, 7802, 9466, 8047, 8194, 7777, 9384, 7625, 7908, 7483, 8984, 7295, 7639, 7453, 12857, 7859, 10930, 7710, 9002, 7933, 8408, 8044, 7205, 7783, 7646, 8052, 7328, 7960, 7534, 9713, 7535, 8407, 7370, 7611, 7572, 8888, 7818, 9574, 7616, 11450, 7928, 11410, 7630, 9073, 7874, 7611, 8266, 7506, 7741, 7303, 7731, 7234, 7426, 7308, 7971, 7432, 8715, 7303, 7700, 7429, 7990, 7667, 8526, 7604, 7549, 7391, 7632, 8480, 7729, 8319, 7550, 8526, 7357, 7836, 7868, 7476, 7721, 7524, 8028, 7523, 7559, 8169, 7509, 7907, 7531, 9607, 7704, 9912, 7458, 8407, 7372, 7561, 7538, 7476, 8026, 7546, 7870, 7596, 9078, 7641, 10854, 7669, 10612, 7626, 10806, 7448, 7734, 7126, 7438, 9898, 7599, 9454, 7689, 8687, 7667, 11234, 7478, 7776, 7450, 7468, 7265, 7329, 7325, 7553, 7478, 7410, 8390, 7288, 7436, 8114, 7610, 7741, 8090, 7290, 7416, 8403, 14114, 9886, 12771, 9071, 8249, 7386, 7936, 7465, 8246, 7360, 8295, 7548, 8959, 7408, 7520, 7187, 7561, 7613, 9297, 7891, 7505, 7578, 7591, 7448, 7447, 7540, 12197, 7057, 7408, 8711, 7553, 7942, 7417, 8074, 7508, 9044, 7581, 7646, 7604, 7792, 8495, 7508, 8685, 11674, 7409, 14268, 7345, 12002, 8123, 8163, 7529, 7451, 7508, 7711, 7304, 8218, 7483, 7541, 7475, 7567, 7265, 7545, 7487, 9383, 7637, 8645, 7523, 7439, 7335, 7379, 8318, 8495, 7678, 12010, 7531, 8396, 7475, 9580, 7388, 8695, 7309, 7792, 7425, 7749, 7699, 7490, 6917, 7544, 7737, 7656, 8240, 7711, 7541, 10167, 7664, 7969, 7939, 7736, 8057, 12228, 7718, 14190, 8937, 9873, 7698, 7993, 7518, 8062, 7480, 8725, 7517, 7918, 7367, 7278, 8061, 7470, 8577, 7387, 10068, 7152, 7443, 7897, 7776, 8810, 7633, 9131, 7878, 8719, 7256, 8387, 7552, 8586, 8183, 8202, 7426, 7760, 7246, 7323, 13601, 8812, 12380, 9392, 8877, 12549, 7596, 12750, 8677, 7456, 8347, 7682, 7735, 7410, 9006, 7778, 9613, 7756, 9173, 7729, 8570, 7469, 7856, 7427, 7892, 7518, 8218, 7385, 7806, 7486, 7722, 7555, 8015, 7449, 7935, 7409, 7647, 7577, 7629, 7475], 'WindowCenter': [4141.0, 4117.0, 4115.0, 4116.0, 4147.0, 4126.0, 4121.0, 4101.0, 4090.0, 4098.0, 4088.0, 4098.0, 4137.0, 4108.0, 4126.0, 4107.0, 4075.0, 4096.0, 4088.0, 4106.0, 4096.0, 4127.0, 4096.0, 4093.0, 4073.0, 4074.0, 4073.0, 4086.0, 4098.0, 4098.0, 4086.0, 4086.0, 4075.0, 4086.0, 4074.0, 4087.0, 4095.0, 4074.0, 4074.0, 4094.0, 4086.0, 4087.0, 4086.0, 4098.0, 4097.0, 4087.0, 4087.0, 4076.0, 4096.0, 4087.0, 4138.0, 4104.0, 4124.0, 4071.0, 4070.0, 4059.0, 4070.0, 4059.0, 4071.0, 4071.0, 4074.0, 4074.0, 4072.0, 4073.0, 4085.0, 4095.0, 4073.0, 4083.0, 4071.0, 4072.0, 4073.0, 4072.0, 4072.0, 4083.0, 4073.0, 4062.0, 4083.0, 4074.0, 4086.0, 4087.0, 4088.0, 4100.0, 4117.0, 4095.0, 4104.0, 4075.0, 4093.0, 4075.0, 4084.0, 4073.0, 4073.0, 4085.0, 4073.0, 4084.0, 4086.0, 4087.0, 4095.0, 4087.0, 4097.0, 4086.0, 4075.0, 4077.0, 4089.0, 4098.0, 4099.0, 4098.0, 4097.0, 4088.0, 4086.0, 4087.0, 4126.0, 4085.0, 4115.0, 4085.0, 4104.0, 4072.0, 4083.0, 4072.0, 4062.0, 4062.0, 4073.0, 4072.0, 4073.0, 4072.0, 4073.0, 4092.0, 4073.0, 4082.0, 4071.0, 4071.0, 4061.0, 4060.0, 4062.0, 4062.0, 4085.0, 4084.0, 4076.0, 4086.0, 4087.0, 4097.0, 4088.0, 4098.0, 4098.0, 4127.0, 4098.0, 4114.0, 4094.0, 4072.0, 4074.0, 4073.0, 4075.0, 4086.0, 4086.0, 4074.0, 4087.0, 4087.0, 4086.0, 4088.0, 4088.0, 4099.0, 4100.0, 4141.0, 4096.0, 4129.0, 4086.0, 4096.0, 4086.0, 4105.0, 4074.0, 4105.0, 4074.0, 4094.0, 4072.0, 4083.0, 4072.0, 4072.0, 4073.0, 4062.0, 4073.0, 4072.0, 4072.0, 4073.0, 4063.0, 4074.0, 4073.0, 4073.0, 4061.0, 4063.0, 4061.0, 4062.0, 4061.0, 4074.0, 4063.0, 4061.0, 4062.0, 4082.0, 4071.0, 4084.0, 4087.0, 4075.0, 4086.0, 4097.0, 4097.0, 4098.0, 4097.0, 4087.0, 4106.0, 4087.0, 4095.0, 4075.0, 4072.0, 4084.0, 4082.0, 4073.0, 4084.0, 4085.0, 4083.0, 4084.0, 4083.0, 4073.0, 4072.0, 4075.0, 4074.0, 4076.0, 4075.0, 4086.0, 4087.0, 4087.0, 4088.0, 4087.0, 4099.0, 4117.0, 4087.0, 4106.0, 4072.0, 4074.0, 4075.0, 4083.0, 4073.0, 4083.0, 4085.0, 4084.0, 4086.0, 4095.0, 4076.0, 4085.0, 4096.0, 4074.0, 4084.0, 4072.0, 4072.0, 4062.0, 4061.0, 4049.0, 4073.0, 4073.0, 4072.0, 4074.0, 4084.0, 4095.0, 4076.0, 4086.0, 4108.0, 4085.0, 4116.0, 4075.0, 4094.0, 4073.0, 4101.0, 4073.0, 4103.0, 4086.0, 4095.0, 4073.0, 4075.0, 4085.0, 4098.0, 4115.0, 4087.0, 4115.0, 4075.0, 4082.0, 4073.0, 4093.0, 4061.0, 4062.0, 4088.0, 4049.0, 4047.0, 4047.0, 4046.0, 4048.0, 4057.0, 4060.0, 4060.0, 4059.0, 4070.0, 4061.0, 4058.0, 4071.0, 4070.0, 4074.0, 4093.0, 4085.0, 4073.0, 4073.0, 4073.0, 4074.0, 4073.0, 4074.0, 4094.0, 4074.0, 4083.0, 4071.0, 4103.0, 4072.0, 4083.0, 4073.0, 4072.0, 4074.0, 4073.0, 4085.0, 4073.0, 4085.0, 4072.0, 4063.0, 4073.0, 4074.0, 4085.0, 4087.0, 4105.0, 4085.0, 4103.0, 4074.0, 4062.0, 4062.0, 4072.0, 4074.0, 4074.0, 4086.0, 4087.0, 4108.0, 4099.0, 4108.0, 4076.0, 4086.0, 4087.0, 4089.0, 4087.0, 4102.0, 4117.0, 4099.0, 4107.0, 4097.0, 4086.0, 4128.0, 4117.0, 4073.0, 4103.0, 4073.0, 4114.0, 4080.0, 4083.0, 4101.0, 4060.0, 4079.0, 4059.0, 4068.0, 4060.0, 4058.0, 4059.0, 4070.0, 4071.0, 4061.0, 4073.0, 4086.0, 4096.0, 4098.0, 4098.0, 4102.0, 4102.0, 4112.0, 4110.0, 4111.0, 4120.0, 4110.0, 4118.0, 4096.0, 4115.0, 4105.0, 4113.0, 4102.0, 4101.0, 4091.0, 4078.0, 4059.0, 4068.0, 4071.0, 4089.0, 4060.0, 4090.0, 4058.0, 4058.0, 4059.0, 4059.0, 4058.0, 4067.0, 4068.0, 4070.0, 4060.0, 4072.0, 4072.0, 4072.0, 4083.0, 4073.0, 4096.0, 4086.0, 4108.0, 4100.0, 4118.0, 4089.0, 4128.0, 4086.0, 4075.0, 4113.0, 4074.0, 4113.0, 4082.0, 4069.0, 4073.0, 4071.0, 4073.0, 4084.0, 4086.0, 4085.0, 4087.0, 4097.0, 4088.0, 4100.0, 4110.0, 4112.0, 4122.0, 4096.0, 4077.0, 4114.0, 4075.0, 4114.0, 4095.0, 4084.0, 4085.0, 4075.0, 4074.0, 4076.0, 4085.0, 4073.0, 4073.0, 4073.0, 4083.0, 4074.0, 4085.0, 4074.0, 4095.0, 4073.0, 4104.0, 4083.0, 4072.0, 4071.0, 4061.0, 4062.0, 4062.0, 4073.0, 4074.0, 4075.0, 4063.0, 4073.0, 4062.0, 4061.0, 4061.0, 4071.0, 4072.0, 4094.0, 4083.0, 4073.0, 4083.0, 4085.0, 4097.0, 4095.0, 4074.0, 4104.0, 4064.0, 4085.0, 4074.0, 4073.0, 4075.0, 4075.0, 4088.0, 4089.0, 4089.0, 4088.0, 4111.0, 4129.0, 4118.0, 4115.0, 4075.0, 4105.0, 4073.0, 4093.0, 4073.0, 4093.0, 4073.0, 4072.0, 4074.0, 4072.0, 4073.0, 4073.0, 4071.0, 4082.0, 4072.0, 4082.0, 4074.0, 4085.0, 4087.0, 4086.0, 4086.0, 4074.0, 4085.0, 4084.0, 4097.0, 4074.0, 4097.0, 4104.0, 4074.0, 4071.0, 4073.0, 4103.0, 4072.0, 4082.0, 4072.0, 4071.0, 4072.0, 4070.0, 4084.0, 4082.0, 4072.0, 4083.0, 4085.0, 4071.0, 4073.0, 4071.0, 4072.0, 4073.0, 4073.0, 4086.0, 4087.0, 4085.0, 4096.0, 4098.0, 4098.0, 4117.0, 4088.0, 4106.0, 4088.0, 4097.0, 4086.0, 4106.0, 4086.0, 4085.0, 4088.0, 4096.0, 4087.0, 4085.0, 4101.0, 4128.0, 4086.0, 4104.0, 4073.0, 4084.0, 4084.0, 4084.0, 4085.0, 4073.0, 4086.0, 4099.0, 4098.0, 4089.0, 4098.0, 4099.0, 4118.0, 4086.0, 4097.0, 4087.0, 4087.0, 4084.0, 4096.0, 4085.0, 4106.0, 4085.0, 4114.0, 4073.0, 4102.0, 4074.0, 4083.0, 4071.0, 4073.0, 4072.0, 4061.0, 4060.0, 4060.0, 4060.0, 4060.0, 4059.0, 4072.0, 4072.0, 4075.0, 4082.0, 4074.0, 4074.0, 4075.0, 4083.0, 4085.0, 4095.0, 4086.0, 4084.0, 4085.0, 4085.0, 4095.0, 4086.0, 4096.0, 4084.0, 4096.0, 4075.0, 4085.0, 4084.0, 4084.0, 4072.0, 4085.0, 4084.0, 4085.0, 4084.0, 4086.0, 4087.0, 4097.0, 4088.0, 4108.0, 4086.0, 4106.0, 4077.0, 4086.0, 4086.0, 4086.0, 4087.0, 4075.0, 4098.0, 4086.0, 4097.0, 4086.0, 4097.0, 4086.0, 4115.0, 4086.0, 4106.0, 4086.0, 4105.0, 4074.0, 4072.0, 4063.0, 4061.0, 4091.0, 4070.0, 4081.0, 4073.0, 4081.0, 4072.0, 4103.0, 4060.0, 4060.0, 4061.0, 4060.0, 4061.0, 4060.0, 4060.0, 4071.0, 4072.0, 4062.0, 4083.0, 4074.0, 4072.0, 4085.0, 4098.0, 4097.0, 4099.0, 4099.0, 4101.0, 4111.0, 4139.0, 4107.0, 4115.0, 4085.0, 4084.0, 4075.0, 4083.0, 4074.0, 4083.0, 4075.0, 4083.0, 4074.0, 4095.0, 4073.0, 4072.0, 4075.0, 4073.0, 4086.0, 4094.0, 4085.0, 4072.0, 4075.0, 4074.0, 4074.0, 4062.0, 4073.0, 4113.0, 4063.0, 4061.0, 4084.0, 4073.0, 4084.0, 4076.0, 4086.0, 4086.0, 4095.0, 4087.0, 4074.0, 4075.0, 4074.0, 4094.0, 4074.0, 4086.0, 4104.0, 4062.0, 4112.0, 4061.0, 4103.0, 4072.0, 4069.0, 4061.0, 4061.0, 4062.0, 4072.0, 4073.0, 4073.0, 4073.0, 4071.0, 4075.0, 4074.0, 4075.0, 4086.0, 4087.0, 4096.0, 4086.0, 4093.0, 4073.0, 4073.0, 4074.0, 4063.0, 4084.0, 4081.0, 4074.0, 4102.0, 4071.0, 4071.0, 4062.0, 4079.0, 4059.0, 4070.0, 4061.0, 4061.0, 4061.0, 4071.0, 4071.0, 4073.0, 4073.0, 4074.0, 4085.0, 4085.0, 4097.0, 4087.0, 4087.0, 4107.0, 4086.0, 4085.0, 4084.0, 4085.0, 4087.0, 4114.0, 4075.0, 4125.0, 4083.0, 4092.0, 4073.0, 4072.0, 4072.0, 4072.0, 4074.0, 4092.0, 4074.0, 4084.0, 4074.0, 4074.0, 4083.0, 4076.0, 4094.0, 4075.0, 4103.0, 4075.0, 4074.0, 4086.0, 4084.0, 4096.0, 4087.0, 4107.0, 4098.0, 4098.0, 4087.0, 4099.0, 4098.0, 4110.0, 4099.0, 4097.0, 4088.0, 4087.0, 4089.0, 4087.0, 4139.0, 4097.0, 4126.0, 4083.0, 4082.0, 4102.0, 4072.0, 4113.0, 4081.0, 4060.0, 4082.0, 4074.0, 4073.0, 4074.0, 4094.0, 4074.0, 4094.0, 4073.0, 4082.0, 4071.0, 4082.0, 4062.0, 4072.0, 4061.0, 4071.0, 4062.0, 4071.0, 4063.0, 4071.0, 4063.0, 4072.0, 4073.0, 4073.0, 4063.0, 4082.0, 4074.0, 4072.0, 4073.0, 4073.0, 4072.0], 'WindowWidth': [9207.0, 9165.0, 9155.0, 9158.0, 9202.0, 9170.0, 9154.0, 9125.0, 9107.0, 9118.0, 9103.0, 9117.0, 9167.0, 9127.0, 9149.0, 9123.0, 9077.0, 9107.0, 9100.0, 9124.0, 9109.0, 9151.0, 9106.0, 9097.0, 9071.0, 9075.0, 9074.0, 9097.0, 9114.0, 9117.0, 9096.0, 9094.0, 9079.0, 9096.0, 9076.0, 9096.0, 9103.0, 9075.0, 9075.0, 9103.0, 9094.0, 9098.0, 9095.0, 9112.0, 9111.0, 9098.0, 9098.0, 9082.0, 9108.0, 9094.0, 9169.0, 9113.0, 9140.0, 9063.0, 9062.0, 9042.0, 9058.0, 9045.0, 9064.0, 9067.0, 9071.0, 9074.0, 9070.0, 9074.0, 9090.0, 9104.0, 9071.0, 9085.0, 9066.0, 9067.0, 9069.0, 9069.0, 9070.0, 9083.0, 9073.0, 9056.0, 9085.0, 9075.0, 9094.0, 9099.0, 9100.0, 9121.0, 9138.0, 9106.0, 9115.0, 9077.0, 9099.0, 9078.0, 9087.0, 9071.0, 9071.0, 9090.0, 9074.0, 9090.0, 9095.0, 9100.0, 9106.0, 9097.0, 9110.0, 9094.0, 9078.0, 9086.0, 9104.0, 9116.0, 9120.0, 9117.0, 9114.0, 9101.0, 9095.0, 9099.0, 9147.0, 9090.0, 9129.0, 9089.0, 9112.0, 9068.0, 9081.0, 9067.0, 9054.0, 9056.0, 9069.0, 9068.0, 9071.0, 9069.0, 9070.0, 9093.0, 9069.0, 9081.0, 9064.0, 9063.0, 9051.0, 9048.0, 9055.0, 9055.0, 9091.0, 9091.0, 9081.0, 9095.0, 9097.0, 9113.0, 9102.0, 9115.0, 9117.0, 9153.0, 9111.0, 9128.0, 9099.0, 9067.0, 9072.0, 9070.0, 9078.0, 9093.0, 9096.0, 9075.0, 9096.0, 9098.0, 9095.0, 9100.0, 9101.0, 9121.0, 9119.0, 9177.0, 9107.0, 9158.0, 9097.0, 9106.0, 9091.0, 9117.0, 9074.0, 9114.0, 9074.0, 9098.0, 9069.0, 9083.0, 9069.0, 9068.0, 9071.0, 9053.0, 9069.0, 9067.0, 9068.0, 9070.0, 9056.0, 9074.0, 9072.0, 9072.0, 9052.0, 9056.0, 9049.0, 9054.0, 9051.0, 9074.0, 9056.0, 9052.0, 9051.0, 9080.0, 9067.0, 9089.0, 9097.0, 9079.0, 9095.0, 9112.0, 9111.0, 9113.0, 9112.0, 9097.0, 9122.0, 9096.0, 9105.0, 9074.0, 9069.0, 9086.0, 9082.0, 9072.0, 9088.0, 9092.0, 9084.0, 9087.0, 9085.0, 9071.0, 9069.0, 9075.0, 9076.0, 9084.0, 9080.0, 9094.0, 9097.0, 9098.0, 9102.0, 9100.0, 9118.0, 9139.0, 9097.0, 9118.0, 9066.0, 9074.0, 9074.0, 9085.0, 9070.0, 9086.0, 9090.0, 9089.0, 9095.0, 9105.0, 9081.0, 9088.0, 9106.0, 9074.0, 9086.0, 9067.0, 9068.0, 9053.0, 9050.0, 9032.0, 9070.0, 9071.0, 9069.0, 9075.0, 9090.0, 9107.0, 9085.0, 9094.0, 9126.0, 9092.0, 9134.0, 9074.0, 9099.0, 9070.0, 9105.0, 9070.0, 9111.0, 9094.0, 9106.0, 9073.0, 9080.0, 9092.0, 9117.0, 9134.0, 9096.0, 9130.0, 9077.0, 9082.0, 9069.0, 9097.0, 9048.0, 9051.0, 9081.0, 9029.0, 9022.0, 9024.0, 9020.0, 9027.0, 9038.0, 9048.0, 9048.0, 9046.0, 9061.0, 9053.0, 9044.0, 9066.0, 9062.0, 9073.0, 9098.0, 9091.0, 9070.0, 9073.0, 9070.0, 9074.0, 9070.0, 9074.0, 9098.0, 9074.0, 9082.0, 9066.0, 9110.0, 9066.0, 9082.0, 9071.0, 9068.0, 9074.0, 9072.0, 9091.0, 9074.0, 9090.0, 9070.0, 9060.0, 9073.0, 9077.0, 9092.0, 9098.0, 9119.0, 9091.0, 9112.0, 9073.0, 9052.0, 9054.0, 9068.0, 9074.0, 9074.0, 9095.0, 9097.0, 9128.0, 9119.0, 9128.0, 9082.0, 9095.0, 9099.0, 9103.0, 9099.0, 9126.0, 9140.0, 9117.0, 9123.0, 9109.0, 9093.0, 9153.0, 9135.0, 9069.0, 9110.0, 9069.0, 9129.0, 9074.0, 9080.0, 9102.0, 9045.0, 9070.0, 9043.0, 9055.0, 9047.0, 9040.0, 9046.0, 9063.0, 9066.0, 9052.0, 9071.0, 9093.0, 9111.0, 9117.0, 9116.0, 9127.0, 9127.0, 9143.0, 9135.0, 9138.0, 9147.0, 9132.0, 9140.0, 9107.0, 9131.0, 9116.0, 9124.0, 9108.0, 9104.0, 9089.0, 9069.0, 9045.0, 9055.0, 9062.0, 9084.0, 9046.0, 9088.0, 9042.0, 9042.0, 9043.0, 9045.0, 9042.0, 9052.0, 9055.0, 9061.0, 9049.0, 9066.0, 9068.0, 9069.0, 9088.0, 9073.0, 9109.0, 9098.0, 9127.0, 9121.0, 9141.0, 9103.0, 9156.0, 9090.0, 9075.0, 9123.0, 9071.0, 9122.0, 9080.0, 9060.0, 9069.0, 9067.0, 9073.0, 9089.0, 9094.0, 9095.0, 9100.0, 9111.0, 9101.0, 9122.0, 9137.0, 9141.0, 9154.0, 9108.0, 9082.0, 9128.0, 9075.0, 9128.0, 9104.0, 9086.0, 9090.0, 9078.0, 9078.0, 9080.0, 9091.0, 9071.0, 9070.0, 9071.0, 9086.0, 9073.0, 9092.0, 9074.0, 9105.0, 9072.0, 9113.0, 9084.0, 9067.0, 9064.0, 9050.0, 9055.0, 9055.0, 9072.0, 9073.0, 9077.0, 9056.0, 9071.0, 9052.0, 9053.0, 9052.0, 9066.0, 9069.0, 9102.0, 9085.0, 9071.0, 9087.0, 9093.0, 9113.0, 9103.0, 9074.0, 9113.0, 9058.0, 9088.0, 9073.0, 9072.0, 9078.0, 9080.0, 9100.0, 9105.0, 9105.0, 9102.0, 9139.0, 9159.0, 9141.0, 9130.0, 9077.0, 9116.0, 9071.0, 9098.0, 9072.0, 9096.0, 9070.0, 9066.0, 9072.0, 9069.0, 9072.0, 9069.0, 9066.0, 9081.0, 9067.0, 9082.0, 9076.0, 9092.0, 9098.0, 9095.0, 9095.0, 9078.0, 9092.0, 9088.0, 9112.0, 9075.0, 9111.0, 9114.0, 9073.0, 9065.0, 9071.0, 9112.0, 9068.0, 9081.0, 9069.0, 9066.0, 9069.0, 9065.0, 9088.0, 9082.0, 9072.0, 9085.0, 9092.0, 9068.0, 9072.0, 9066.0, 9070.0, 9070.0, 9072.0, 9094.0, 9097.0, 9094.0, 9110.0, 9116.0, 9118.0, 9140.0, 9100.0, 9122.0, 9100.0, 9111.0, 9097.0, 9122.0, 9095.0, 9095.0, 9101.0, 9108.0, 9099.0, 9091.0, 9124.0, 9156.0, 9095.0, 9116.0, 9073.0, 9087.0, 9088.0, 9090.0, 9090.0, 9074.0, 9098.0, 9122.0, 9116.0, 9107.0, 9117.0, 9122.0, 9144.0, 9097.0, 9112.0, 9097.0, 9097.0, 9091.0, 9108.0, 9091.0, 9120.0, 9091.0, 9128.0, 9072.0, 9109.0, 9072.0, 9083.0, 9065.0, 9070.0, 9066.0, 9051.0, 9047.0, 9048.0, 9048.0, 9050.0, 9045.0, 9069.0, 9069.0, 9077.0, 9083.0, 9075.0, 9073.0, 9077.0, 9084.0, 9092.0, 9106.0, 9094.0, 9088.0, 9093.0, 9093.0, 9106.0, 9095.0, 9110.0, 9090.0, 9109.0, 9077.0, 9091.0, 9088.0, 9090.0, 9071.0, 9091.0, 9087.0, 9091.0, 9089.0, 9094.0, 9097.0, 9113.0, 9103.0, 9128.0, 9097.0, 9122.0, 9082.0, 9094.0, 9095.0, 9095.0, 9097.0, 9079.0, 9114.0, 9097.0, 9113.0, 9095.0, 9112.0, 9095.0, 9133.0, 9095.0, 9121.0, 9094.0, 9116.0, 9075.0, 9067.0, 9057.0, 9051.0, 9094.0, 9064.0, 9078.0, 9069.0, 9078.0, 9068.0, 9109.0, 9050.0, 9047.0, 9051.0, 9046.0, 9050.0, 9046.0, 9049.0, 9063.0, 9067.0, 9053.0, 9085.0, 9074.0, 9071.0, 9093.0, 9116.0, 9113.0, 9119.0, 9121.0, 9125.0, 9139.0, 9173.0, 9124.0, 9129.0, 9089.0, 9085.0, 9077.0, 9086.0, 9075.0, 9085.0, 9077.0, 9086.0, 9073.0, 9102.0, 9073.0, 9069.0, 9079.0, 9073.0, 9096.0, 9101.0, 9090.0, 9068.0, 9075.0, 9071.0, 9073.0, 9054.0, 9072.0, 9124.0, 9056.0, 9051.0, 9085.0, 9073.0, 9089.0, 9080.0, 9093.0, 9097.0, 9106.0, 9098.0, 9074.0, 9076.0, 9073.0, 9101.0, 9075.0, 9092.0, 9112.0, 9054.0, 9123.0, 9050.0, 9107.0, 9065.0, 9057.0, 9049.0, 9051.0, 9054.0, 9068.0, 9072.0, 9069.0, 9071.0, 9066.0, 9076.0, 9073.0, 9079.0, 9093.0, 9098.0, 9107.0, 9096.0, 9099.0, 9074.0, 9072.0, 9073.0, 9055.0, 9087.0, 9078.0, 9073.0, 9106.0, 9063.0, 9063.0, 9051.0, 9070.0, 9046.0, 9062.0, 9051.0, 9051.0, 9052.0, 9063.0, 9067.0, 9069.0, 9072.0, 9074.0, 9092.0, 9092.0, 9114.0, 9098.0, 9100.0, 9123.0, 9094.0, 9091.0, 9091.0, 9093.0, 9097.0, 9130.0, 9077.0, 9146.0, 9086.0, 9095.0, 9071.0, 9067.0, 9069.0, 9067.0, 9073.0, 9097.0, 9076.0, 9088.0, 9075.0, 9076.0, 9086.0, 9080.0, 9101.0, 9079.0, 9113.0, 9077.0, 9074.0, 9093.0, 9089.0, 9106.0, 9099.0, 9126.0, 9117.0, 9117.0, 9099.0, 9116.0, 9115.0, 9132.0, 9115.0, 9111.0, 9102.0, 9099.0, 9105.0, 9098.0, 9173.0, 9109.0, 9149.0, 9084.0, 9083.0, 9107.0, 9066.0, 9122.0, 9078.0, 9048.0, 9079.0, 9073.0, 9072.0, 9076.0, 9101.0, 9075.0, 9100.0, 9073.0, 9082.0, 9067.0, 9082.0, 9055.0, 9066.0, 9053.0, 9065.0, 9055.0, 9065.0, 9056.0, 9065.0, 9058.0, 9069.0, 9071.0, 9070.0, 9058.0, 9083.0, 9072.0, 9068.0, 9070.0, 9071.0, 9072.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.0019817090069284065</td></tr>
<tr><td colspan=3>aqi</td><td>0.01732834988452656</td></tr>
<tr><td colspan=3>dummy_trs</td><td>6</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.027544603422</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2222969358728315</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0352630564508651</td></tr>
<tr><td colspan=3>efc</td><td>0.4463</td></tr>
<tr><td colspan=3>fber</td><td>7180.6392</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07912444252619506</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>10</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.1547344110854503</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.384368337204121</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.281504581968328</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.638141209829085</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.23345921981495</td></tr>
<tr><td colspan=3>gcor</td><td>0.0134978</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016452675685286522</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.01843738555908203</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>866</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.7840777363006075</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>27.6885</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.237</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>171.2076</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>311050.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>859.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>378.3221</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1698</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>528.2815</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3360.9</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3581.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>65494.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1040.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4424.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>946.3264</td></tr>
<tr><td colspan=3>tsnr</td><td>44.3565544153098</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>