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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-03_subject-0038_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-0038/figures/sub-0038_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0038/figures/sub-0038_ses-03_task-social_acq-mb8_run-02_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-0038/figures/sub-0038_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-03_task-social_acq-mb8_run-02_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-0038/ses-03/func/sub-0038_ses-03_task-social_acq-mb8_run-02_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>5c979de60e26bebf7651f4f0b7a41b43</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>15:31:17.742500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.995257, -0.0972834, -0.000270088, 0.0972351, 0.994667, 0.0344042]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_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.0718788</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-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4146, -7746, -7238, 575, -77, -210, -73, 60]</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>229.808</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>0ee7f253-e4c4-4742-a242-7e35d2260570||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.670200824737549, 0.2608746588230133, 0.008311435580253601, 99.66780090332031], [0.26100432872772217, 2.6686177253723145, 0.09252157807350159, -108.89730834960938], [-0.0007246253080666065, -0.09230389446020126, 2.69840145111084, -64.31317901611328], [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': ['153117.742500', '153118.202500', '153118.662500', '153119.122500', '153119.582500', '153120.042500', '153120.502500', '153120.962500', '153121.422500', '153121.882500', '153122.342500', '153122.802500', '153123.262500', '153123.722500', '153124.182500', '153124.642500', '153125.102500', '153125.562500', '153126.022500', '153126.482500', '153126.942500', '153127.402500', '153127.862500', '153128.322500', '153128.782500', '153129.242500', '153129.702500', '153130.162500', '153130.622500', '153131.082500', '153131.542500', '153132.002500', '153132.462500', '153132.922500', '153133.382500', '153133.842500', '153134.302500', '153134.762500', '153135.222500', '153135.682500', '153136.142500', '153136.602500', '153137.062500', '153137.522500', '153137.982500', '153138.442500', '153138.902500', '153139.362500', '153139.822500', '153140.282500', '153140.742500', '153141.202500', '153141.662500', '153142.122500', '153142.582500', '153143.042500', '153143.502500', '153143.962500', '153144.422500', '153144.882500', '153145.342500', '153145.802500', '153146.262500', '153146.722500', '153147.182500', '153147.642500', '153148.102500', '153148.562500', '153149.022500', '153149.482500', '153149.942500', '153150.402500', '153150.862500', '153151.322500', '153151.782500', '153152.242500', '153152.702500', '153153.162500', '153153.622500', '153154.082500', '153154.542500', '153155.002500', '153155.462500', '153155.922500', '153156.382500', '153156.842500', '153157.302500', '153157.762500', '153158.222500', '153158.682500', '153159.142500', '153159.602500', '153200.062500', '153200.522500', '153200.982500', '153201.442500', '153201.902500', '153202.362500', '153202.822500', '153203.282500', '153203.742500', '153204.202500', '153204.662500', '153205.122500', '153205.582500', '153206.042500', '153206.502500', '153206.962500', '153207.422500', '153207.882500', '153208.342500', '153208.802500', '153209.262500', '153209.722500', '153210.182500', '153210.642500', '153211.102500', '153211.562500', '153212.022500', '153212.482500', '153212.942500', '153213.402500', '153213.862500', '153214.322500', '153214.782500', '153215.242500', '153215.702500', '153216.162500', '153216.622500', '153217.082500', '153217.542500', '153218.002500', '153218.462500', '153218.922500', '153219.382500', '153219.842500', '153220.302500', '153220.762500', '153221.222500', '153221.682500', '153222.142500', '153222.602500', '153223.062500', '153223.522500', '153223.982500', '153224.442500', '153224.902500', '153225.362500', '153225.822500', '153226.282500', '153226.742500', '153227.202500', '153227.662500', '153228.122500', '153228.582500', '153229.042500', '153229.502500', '153229.962500', '153230.422500', '153230.882500', '153231.342500', '153231.802500', '153232.262500', '153232.722500', '153233.182500', '153233.642500', '153234.102500', '153234.562500', '153235.022500', '153235.482500', '153235.942500', '153236.402500', '153236.862500', '153237.322500', '153237.782500', '153238.242500', '153238.702500', '153239.162500', '153239.622500', '153240.082500', '153240.542500', '153241.002500', '153241.462500', '153241.922500', '153242.382500', '153242.842500', '153243.302500', '153243.762500', '153244.222500', '153244.682500', '153245.142500', '153245.602500', '153246.062500', '153246.522500', '153246.982500', '153247.442500', '153247.902500', '153248.362500', '153248.822500', '153249.282500', '153249.742500', '153250.202500', '153250.662500', '153251.122500', '153251.582500', '153252.042500', '153252.502500', '153252.962500', '153253.422500', '153253.882500', '153254.342500', '153254.802500', '153255.262500', '153255.722500', '153256.182500', '153256.642500', '153257.102500', '153257.562500', '153258.022500', '153258.482500', '153258.942500', '153259.402500', '153259.862500', '153300.322500', '153300.782500', '153301.242500', '153301.702500', '153302.162500', '153302.622500', '153303.082500', '153303.542500', '153304.002500', '153304.462500', '153304.922500', '153305.382500', '153305.842500', '153306.302500', '153306.762500', '153307.222500', '153307.682500', '153308.142500', '153308.602500', '153309.062500', '153309.522500', '153309.982500', '153310.442500', '153310.902500', '153311.362500', '153311.822500', '153312.282500', '153312.742500', '153313.202500', '153313.662500', '153314.122500', '153314.582500', '153315.042500', '153315.502500', '153315.962500', '153316.422500', '153316.882500', '153317.342500', '153317.802500', '153318.262500', '153318.722500', '153319.182500', '153319.642500', '153320.102500', '153320.562500', '153321.022500', '153321.482500', '153321.942500', '153322.402500', '153322.862500', '153323.322500', '153323.782500', '153324.242500', '153324.702500', '153325.162500', '153325.622500', '153326.082500', '153326.542500', '153327.002500', '153327.462500', '153327.922500', '153328.382500', '153328.842500', '153329.302500', '153329.762500', '153330.222500', '153330.682500', '153331.142500', '153331.602500', '153332.062500', '153332.522500', '153332.982500', '153333.442500', '153333.902500', '153334.362500', '153334.822500', '153335.282500', '153335.742500', '153336.202500', '153336.662500', '153337.122500', '153337.582500', '153338.042500', '153338.502500', '153338.962500', '153339.422500', '153339.882500', '153340.342500', '153340.802500', '153341.262500', '153341.722500', '153342.182500', '153342.642500', '153343.102500', '153343.562500', '153344.022500', '153344.482500', '153344.942500', '153345.402500', '153345.862500', '153346.322500', '153346.782500', '153347.242500', '153347.702500', '153348.162500', '153348.622500', '153349.082500', '153349.542500', '153350.002500', '153350.462500', '153350.922500', '153351.382500', '153351.842500', '153352.302500', '153352.762500', '153353.222500', '153353.682500', '153354.142500', '153354.602500', '153355.062500', '153355.522500', '153355.982500', '153356.442500', '153356.902500', '153357.362500', '153357.822500', '153358.282500', '153358.742500', '153359.202500', '153359.662500', '153400.122500', '153400.582500', '153401.042500', '153401.502500', '153401.962500', '153402.422500', '153402.882500', '153403.342500', '153403.802500', '153404.262500', '153404.722500', '153405.182500', '153405.642500', '153406.102500', '153406.562500', '153407.022500', '153407.482500', '153407.942500', '153408.402500', '153408.862500', '153409.322500', '153409.782500', '153410.242500', '153410.702500', '153411.162500', '153411.622500', '153412.082500', '153412.542500', '153413.002500', '153413.462500', '153413.922500', '153414.382500', '153414.842500', '153415.302500', '153415.762500', '153416.222500', '153416.682500', '153417.142500', '153417.602500', '153418.062500', '153418.522500', '153418.982500', '153419.442500', '153419.902500', '153420.362500', '153420.822500', '153421.282500', '153421.742500', '153422.202500', '153422.662500', '153423.122500', '153423.582500', '153424.042500', '153424.502500', '153424.962500', '153425.422500', '153425.882500', '153426.342500', '153426.802500', '153427.262500', '153427.722500', '153428.182500', '153428.642500', '153429.102500', '153429.562500', '153430.022500', '153430.482500', '153430.942500', '153431.402500', '153431.862500', '153432.322500', '153432.782500', '153433.242500', '153433.702500', '153434.162500', '153434.622500', '153435.082500', '153435.542500', '153436.002500', '153436.462500', '153436.922500', '153437.382500', '153437.842500', '153438.302500', '153438.762500', '153439.222500', '153439.682500', '153440.142500', '153440.602500', '153441.062500', '153441.522500', '153441.982500', '153442.442500', '153442.902500', '153443.362500', '153443.822500', '153444.282500', '153444.742500', '153445.202500', '153445.662500', '153446.122500', '153446.582500', '153447.042500', '153447.502500', '153447.962500', '153448.422500', '153448.882500', '153449.342500', '153449.802500', '153450.262500', '153450.722500', '153451.182500', '153451.642500', '153452.102500', '153452.562500', '153453.022500', '153453.482500', '153453.942500', '153454.402500', '153454.862500', '153455.322500', '153455.782500', '153456.242500', '153456.702500', '153457.162500', '153457.622500', '153458.082500', '153458.542500', '153459.002500', '153459.462500', '153459.922500', '153500.382500', '153500.842500', '153501.302500', '153501.762500', '153502.222500', '153502.682500', '153503.142500', '153503.602500', '153504.062500', '153504.522500', '153504.982500', '153505.442500', '153505.902500', '153506.362500', '153506.822500', '153507.282500', '153507.742500', '153508.202500', '153508.662500', '153509.122500', '153509.582500', '153510.042500', '153510.502500', '153510.962500', '153511.422500', '153511.882500', '153512.342500', '153512.802500', '153513.262500', '153513.722500', '153514.182500', '153514.642500', '153515.102500', '153515.562500', '153516.022500', '153516.482500', '153516.942500', '153517.402500', '153517.862500', '153518.322500', '153518.782500', '153519.242500', '153519.702500', '153520.162500', '153520.622500', '153521.082500', '153521.542500', '153522.002500', '153522.462500', '153522.922500', '153523.382500', '153523.842500', '153524.302500', '153524.762500', '153525.222500', '153525.682500', '153526.142500', '153526.602500', '153527.062500', '153527.522500', '153527.982500', '153528.442500', '153528.902500', '153529.362500', '153529.822500', '153530.282500', '153530.742500', '153531.202500', '153531.662500', '153532.122500', '153532.582500', '153533.042500', '153533.502500', '153533.962500', '153534.422500', '153534.882500', '153535.342500', '153535.802500', '153536.262500', '153536.722500', '153537.182500', '153537.642500', '153538.102500', '153538.562500', '153539.022500', '153539.482500', '153539.942500', '153540.402500', '153540.862500', '153541.322500', '153541.782500', '153542.242500', '153542.702500', '153543.162500', '153543.622500', '153544.082500', '153544.542500', '153545.002500', '153545.462500', '153545.922500', '153546.382500', '153546.842500', '153547.302500', '153547.762500', '153548.222500', '153548.682500', '153549.142500', '153549.602500', '153550.062500', '153550.522500', '153550.982500', '153551.442500', '153551.902500', '153552.362500', '153552.822500', '153553.282500', '153553.742500', '153554.202500', '153554.662500', '153555.122500', '153555.582500', '153556.042500', '153556.502500', '153556.962500', '153557.422500', '153557.882500', '153558.342500', '153558.802500', '153559.262500', '153559.722500', '153600.182500', '153600.642500', '153601.102500', '153601.562500', '153602.022500', '153602.482500', '153602.942500', '153603.402500', '153603.862500', '153604.322500', '153604.782500', '153605.242500', '153605.702500', '153606.162500', '153606.622500', '153607.082500', '153607.542500', '153608.002500', '153608.462500', '153608.922500', '153609.382500', '153609.842500', '153610.302500', '153610.762500', '153611.222500', '153611.682500', '153612.142500', '153612.602500', '153613.062500', '153613.522500', '153613.982500', '153614.442500', '153614.902500', '153615.362500', '153615.822500', '153616.282500', '153616.742500', '153617.202500', '153617.662500', '153618.122500', '153618.582500', '153619.042500', '153619.502500', '153619.962500', '153620.422500', '153620.882500', '153621.342500', '153621.802500', '153622.262500', '153622.722500', '153623.182500', '153623.642500', '153624.102500', '153624.562500', '153625.022500', '153625.482500', '153625.942500', '153626.402500', '153626.862500', '153627.322500', '153627.782500', '153628.242500', '153628.702500', '153629.162500', '153629.622500', '153630.082500', '153630.542500', '153631.002500', '153631.462500', '153631.922500', '153632.382500', '153632.842500', '153633.302500', '153633.762500', '153634.222500', '153634.682500', '153635.142500', '153635.602500', '153636.062500', '153636.522500', '153636.982500', '153637.442500', '153637.902500', '153638.362500', '153638.822500', '153639.282500', '153639.742500', '153640.202500', '153640.662500', '153641.122500', '153641.582500', '153642.042500', '153642.502500', '153642.962500', '153643.422500', '153643.882500', '153644.342500', '153644.802500', '153645.262500', '153645.722500', '153646.182500', '153646.642500', '153647.102500', '153647.562500', '153648.022500', '153648.482500', '153648.942500', '153649.402500', '153649.862500', '153650.322500', '153650.782500', '153651.242500', '153651.702500', '153652.162500', '153652.622500', '153653.082500', '153653.542500', '153654.002500', '153654.462500', '153654.922500', '153655.382500', '153655.842500', '153656.302500', '153656.762500', '153657.222500', '153657.682500', '153658.142500', '153658.602500', '153659.062500', '153659.522500', '153659.982500', '153700.442500', '153700.902500', '153701.362500', '153701.822500', '153702.282500', '153702.742500', '153703.202500', '153703.662500', '153704.122500', '153704.582500', '153705.042500', '153705.502500', '153705.962500', '153706.422500', '153706.882500', '153707.342500', '153707.802500', '153708.262500', '153708.722500', '153709.182500', '153709.642500', '153710.102500', '153710.562500', '153711.022500', '153711.482500', '153711.942500', '153712.402500', '153712.862500', '153713.322500', '153713.782500', '153714.242500', '153714.702500', '153715.162500', '153715.622500', '153716.082500', '153716.542500', '153717.002500', '153717.462500', '153717.922500', '153718.382500', '153718.842500', '153719.302500', '153719.762500', '153720.222500', '153720.682500', '153721.142500', '153721.602500', '153722.062500', '153722.522500', '153722.982500', '153723.442500', '153723.902500', '153724.362500', '153724.822500', '153725.282500', '153725.742500', '153726.202500', '153726.662500', '153727.122500', '153727.582500', '153728.042500', '153728.502500', '153728.962500', '153729.422500', '153729.882500', '153730.342500', '153730.802500', '153731.262500', '153731.722500', '153732.182500', '153732.642500', '153733.102500', '153733.562500', '153734.022500', '153734.482500', '153734.942500', '153735.402500', '153735.862500', '153736.322500', '153736.782500', '153737.242500', '153737.702500', '153738.162500', '153738.622500', '153739.082500', '153739.542500', '153740.002500', '153740.462500', '153740.922500', '153741.382500', '153741.842500', '153742.302500', '153742.762500', '153743.222500', '153743.682500', '153744.142500', '153744.602500', '153745.062500', '153745.522500', '153745.982500', '153746.442500', '153746.902500', '153747.362500', '153747.822500', '153748.282500', '153748.742500', '153749.202500', '153749.662500', '153750.122500', '153750.582500', '153751.042500', '153751.502500', '153751.962500', '153752.422500', '153752.882500', '153753.342500', '153753.802500', '153754.262500', '153754.722500', '153755.182500', '153755.642500', '153756.102500', '153756.562500', '153757.022500', '153757.482500', '153757.942500', '153758.402500'], 'ContentTime': ['153147.137000', '153147.140000', '153147.143000', '153147.146000', '153147.149000', '153147.152000', '153147.154000', '153147.157000', '153147.160000', '153147.163000', '153147.166000', '153147.168000', '153147.171000', '153147.174000', '153147.177000', '153147.180000', '153147.183000', '153147.186000', '153147.189000', '153147.192000', '153147.194000', '153147.197000', '153147.200000', '153147.203000', '153147.206000', '153147.211000', '153147.215000', '153147.218000', '153147.221000', '153147.224000', '153147.227000', '153147.229000', '153147.232000', '153147.235000', '153147.238000', '153147.241000', '153147.243000', '153147.246000', '153147.249000', '153147.252000', '153147.257000', '153147.260000', '153147.263000', '153147.266000', '153147.269000', '153147.271000', '153147.274000', '153147.277000', '153147.280000', '153147.283000', '153147.286000', '153147.288000', '153147.291000', '153147.294000', '153147.297000', '153147.300000', '153147.302000', '153147.305000', '153147.308000', '153147.311000', '153147.314000', '153147.316000', '153207.107000', '153207.110000', '153207.113000', '153207.116000', '153207.118000', '153207.121000', '153207.127000', '153207.130000', '153207.133000', '153207.135000', '153207.138000', '153207.141000', '153207.144000', '153207.147000', '153207.150000', '153207.152000', '153207.155000', '153207.158000', '153207.161000', '153207.164000', '153207.166000', '153207.169000', '153207.172000', '153207.175000', '153207.178000', '153207.181000', '153207.183000', '153207.186000', '153207.189000', '153207.192000', '153207.195000', '153207.198000', '153207.200000', '153207.203000', '153207.212000', '153207.215000', '153207.218000', '153207.221000', '153207.224000', '153207.226000', '153207.229000', '153207.232000', '153207.235000', '153207.238000', '153227.107000', '153227.110000', '153227.113000', '153227.116000', '153227.118000', '153227.121000', '153227.124000', '153227.127000', '153227.130000', '153227.133000', '153227.135000', '153227.138000', '153227.141000', '153227.144000', '153227.147000', '153227.150000', '153227.153000', '153227.155000', '153227.158000', '153227.161000', '153227.179000', '153227.182000', '153227.185000', '153227.188000', '153227.191000', '153227.193000', '153227.196000', '153227.199000', '153227.202000', '153227.205000', '153227.207000', '153227.211000', '153227.213000', '153227.216000', '153227.219000', '153227.222000', '153227.225000', '153227.228000', '153227.230000', '153227.233000', '153227.236000', '153227.239000', '153227.242000', '153247.107000', '153247.110000', '153247.113000', '153247.115000', '153247.119000', '153247.122000', '153247.125000', '153247.127000', '153247.130000', '153247.133000', '153247.136000', '153247.139000', '153247.151000', '153247.154000', '153247.157000', '153247.160000', '153247.163000', '153247.165000', '153247.168000', '153247.171000', '153247.174000', '153247.177000', '153247.179000', '153247.182000', '153247.185000', '153247.188000', '153247.191000', '153247.194000', '153247.197000', '153247.199000', '153247.202000', '153247.205000', '153247.208000', '153247.211000', '153247.214000', '153247.216000', '153247.219000', '153247.222000', '153247.225000', '153247.228000', '153247.231000', '153247.234000', '153247.236000', '153247.239000', '153307.106000', '153307.109000', '153307.112000', '153307.115000', '153307.118000', '153307.120000', '153307.123000', '153307.126000', '153307.129000', '153307.132000', '153307.135000', '153307.137000', '153307.140000', '153307.143000', '153307.146000', '153307.149000', '153307.151000', '153307.154000', '153307.157000', '153307.160000', '153307.163000', '153307.166000', '153307.169000', '153307.172000', '153307.175000', '153307.178000', '153307.185000', '153307.188000', '153307.191000', '153307.194000', '153307.196000', '153307.199000', '153307.202000', '153307.205000', '153307.208000', '153307.211000', '153307.214000', '153307.216000', '153307.219000', '153307.222000', '153307.225000', '153307.228000', '153307.231000', '153327.106000', '153327.109000', '153327.112000', '153327.115000', '153327.118000', '153327.121000', '153327.123000', '153327.127000', '153327.129000', '153327.132000', '153327.135000', '153327.138000', '153327.141000', '153327.150000', '153327.153000', '153327.156000', '153327.159000', '153327.162000', '153327.165000', '153327.167000', '153327.170000', '153327.173000', '153327.176000', '153327.179000', '153327.181000', '153327.184000', '153327.187000', '153327.190000', '153327.193000', '153327.196000', '153327.198000', '153327.201000', '153327.204000', '153327.207000', '153327.210000', '153327.213000', '153327.215000', '153327.218000', '153327.221000', '153327.224000', '153327.227000', '153327.230000', '153327.232000', '153327.235000', '153347.106000', '153347.109000', '153347.112000', '153347.115000', '153347.118000', '153347.121000', '153347.123000', '153347.126000', '153347.129000', '153347.132000', '153347.135000', '153347.138000', '153347.140000', '153347.143000', '153347.146000', '153347.149000', '153347.152000', '153347.155000', '153347.158000', '153347.161000', '153347.163000', '153347.166000', '153347.169000', '153347.172000', '153347.175000', '153347.178000', '153347.180000', '153347.183000', '153347.186000', '153347.189000', '153347.192000', '153347.195000', '153347.197000', '153347.200000', '153347.203000', '153347.206000', '153347.209000', '153347.212000', '153347.215000', '153347.217000', '153347.220000', '153347.223000', '153347.226000', '153407.106000', '153407.109000', '153407.112000', '153407.115000', '153407.117000', '153407.120000', '153407.123000', '153407.126000', '153407.129000', '153407.132000', '153407.135000', '153407.137000', '153407.140000', '153407.143000', '153407.146000', '153407.149000', '153407.163000', '153407.166000', '153407.169000', '153407.172000', '153407.174000', '153407.177000', '153407.180000', '153407.183000', '153407.186000', '153407.188000', '153407.191000', '153407.194000', '153407.197000', '153407.200000', '153407.203000', '153407.206000', '153407.208000', '153407.211000', '153407.214000', '153407.217000', '153407.220000', '153407.222000', '153407.225000', '153407.228000', '153407.231000', '153407.234000', '153407.237000', '153407.240000', '153427.107000', '153427.110000', '153427.113000', '153427.116000', '153427.119000', '153427.122000', '153427.124000', '153427.127000', '153427.130000', '153427.133000', '153427.136000', '153427.139000', '153427.150000', '153427.152000', '153427.155000', '153427.158000', '153427.161000', '153427.164000', '153427.167000', '153427.170000', '153427.173000', '153427.175000', '153427.178000', '153427.181000', '153427.184000', '153427.187000', '153427.189000', '153427.192000', '153427.195000', '153427.198000', '153427.201000', '153427.204000', '153427.207000', '153427.210000', '153427.214000', '153427.216000', '153427.219000', '153427.222000', '153427.225000', '153427.228000', '153427.231000', '153427.233000', '153427.236000', '153447.107000', '153447.110000', '153447.113000', '153447.116000', '153447.118000', '153447.121000', '153447.124000', '153447.127000', '153447.130000', '153447.133000', '153447.136000', '153447.138000', '153447.141000', '153447.144000', '153447.147000', '153447.150000', '153447.153000', '153447.156000', '153447.158000', '153447.161000', '153447.164000', '153447.167000', '153447.170000', '153447.172000', '153447.175000', '153447.178000', '153447.181000', '153447.184000', '153447.187000', '153447.190000', '153447.193000', '153447.195000', '153447.198000', '153447.201000', '153447.204000', '153447.207000', '153447.210000', '153447.213000', '153447.215000', '153447.218000', '153447.221000', '153447.224000', '153447.227000', '153447.230000', '153507.107000', '153507.110000', '153507.113000', '153507.116000', '153507.119000', '153507.122000', '153507.124000', '153507.127000', '153507.130000', '153507.133000', '153507.136000', '153507.139000', '153507.142000', '153507.145000', '153507.147000', '153507.150000', '153507.153000', '153507.156000', '153507.159000', '153507.162000', '153507.165000', '153507.167000', '153507.170000', '153507.173000', '153507.176000', '153507.179000', '153507.182000', '153507.185000', '153507.188000', '153507.190000', '153507.193000', '153507.196000', '153507.199000', '153507.202000', '153507.204000', '153507.207000', '153507.210000', '153507.213000', '153507.216000', '153507.219000', '153507.221000', '153507.224000', '153507.227000', '153527.106000', '153527.109000', '153527.112000', '153527.115000', '153527.117000', '153527.120000', '153527.123000', '153527.126000', '153527.129000', '153527.131000', '153527.134000', '153527.137000', '153527.140000', '153527.143000', '153527.146000', '153527.149000', '153527.152000', '153527.154000', '153527.171000', '153527.174000', '153527.177000', '153527.180000', '153527.183000', '153527.185000', '153527.188000', '153527.191000', '153527.194000', '153527.197000', '153527.200000', '153527.203000', '153527.205000', '153527.208000', '153527.211000', '153527.214000', '153527.217000', '153527.219000', '153527.222000', '153527.225000', '153527.228000', '153527.231000', '153527.234000', '153527.252000', '153527.255000', '153527.257000', '153547.106000', '153547.109000', '153547.112000', '153547.115000', '153547.118000', '153547.121000', '153547.124000', '153547.126000', '153547.129000', '153547.132000', '153547.135000', '153547.138000', '153547.140000', '153547.143000', '153547.146000', '153547.149000', '153547.152000', '153547.155000', '153547.158000', '153547.160000', '153547.163000', '153547.166000', '153547.169000', '153547.172000', '153547.174000', '153547.177000', '153547.180000', '153547.183000', '153547.186000', '153547.189000', '153547.192000', '153547.194000', '153547.197000', '153547.200000', '153547.203000', '153547.206000', '153547.209000', '153547.211000', '153547.214000', '153547.217000', '153547.220000', '153547.223000', '153547.226000', '153607.106000', '153607.109000', '153607.113000', '153607.116000', '153607.119000', '153607.122000', '153607.124000', '153607.128000', '153607.130000', '153607.133000', '153607.136000', '153607.139000', '153607.142000', '153607.145000', '153607.148000', '153607.151000', '153607.154000', '153607.156000', '153607.159000', '153607.162000', '153607.165000', '153607.168000', '153607.171000', '153607.173000', '153607.176000', '153607.179000', '153607.182000', '153607.185000', '153607.188000', '153607.191000', '153607.193000', '153607.196000', '153607.199000', '153607.202000', '153607.205000', '153607.208000', '153607.210000', '153607.213000', '153607.216000', '153607.219000', '153607.222000', '153607.225000', '153607.228000', '153627.106000', '153627.109000', '153627.112000', '153627.115000', '153627.118000', '153627.120000', '153627.123000', '153627.126000', '153627.129000', '153627.132000', '153627.135000', '153627.138000', '153627.140000', '153627.143000', '153627.146000', '153627.149000', '153627.152000', '153627.154000', '153627.157000', '153627.160000', '153627.163000', '153627.166000', '153627.169000', '153627.172000', '153627.175000', '153627.178000', '153627.181000', '153627.184000', '153627.186000', '153627.189000', '153627.192000', '153627.195000', '153627.198000', '153627.200000', '153627.203000', '153627.206000', '153627.209000', '153627.212000', '153627.215000', '153627.218000', '153627.220000', '153627.223000', '153627.227000', '153627.230000', '153647.107000', '153647.110000', '153647.113000', '153647.116000', '153647.119000', '153647.122000', '153647.124000', '153647.127000', '153647.130000', '153647.133000', '153647.136000', '153647.138000', '153647.141000', '153647.144000', '153647.147000', '153647.150000', '153647.153000', '153647.156000', '153647.159000', '153647.161000', '153647.176000', '153647.179000', '153647.182000', '153647.185000', '153647.188000', '153647.191000', '153647.194000', '153647.196000', '153647.199000', '153647.202000', '153647.205000', '153647.208000', '153647.211000', '153647.213000', '153647.216000', '153647.219000', '153647.222000', '153647.225000', '153647.228000', '153647.231000', '153647.234000', '153647.236000', '153647.239000', '153707.107000', '153707.110000', '153707.113000', '153707.116000', '153707.119000', '153707.121000', '153707.124000', '153707.127000', '153707.130000', '153707.157000', '153707.160000', '153707.162000', '153707.165000', '153707.168000', '153707.171000', '153707.174000', '153707.177000', '153707.179000', '153707.182000', '153707.185000', '153707.188000', '153707.191000', '153707.194000', '153707.197000', '153707.199000', '153707.202000', '153707.205000', '153707.208000', '153707.211000', '153707.214000', '153707.216000', '153707.219000', '153707.222000', '153707.225000', '153707.228000', '153707.231000', '153707.233000', '153707.236000', '153707.239000', '153707.242000', '153707.245000', '153707.248000', '153707.251000', '153707.253000', '153727.127000', '153727.130000', '153727.133000', '153727.136000', '153727.140000', '153727.145000', '153727.148000', '153727.151000', '153727.154000', '153727.157000', '153727.160000', '153727.163000', '153727.165000', '153727.168000', '153727.171000', '153727.174000', '153727.177000', '153727.180000', '153727.183000', '153727.186000', '153727.188000', '153727.191000', '153727.194000', '153727.197000', '153727.200000', '153727.203000', '153727.206000', '153727.210000', '153727.213000', '153727.216000', '153727.218000', '153727.221000', '153727.224000', '153727.227000', '153727.230000', '153727.232000', '153727.235000', '153727.238000', '153727.241000', '153727.244000', '153727.247000', '153727.250000', '153727.252000', '153747.106000', '153747.109000', '153747.112000', '153747.115000', '153747.118000', '153747.120000', '153747.123000', '153747.126000', '153747.129000', '153747.132000', '153747.135000', '153747.137000', '153747.140000', '153747.143000', '153747.146000', '153747.149000', '153747.152000', '153747.154000', '153747.157000', '153747.160000', '153747.163000', '153747.166000', '153747.169000', '153747.171000', '153747.174000', '153747.177000', '153747.180000', '153747.183000', '153747.186000', '153747.188000', '153747.191000', '153747.194000', '153747.197000', '153747.200000', '153747.203000', '153747.205000', '153747.215000', '153747.218000', '153747.221000', '153747.224000', '153747.227000', '153747.229000', '153747.232000', '153747.235000', '153759.404000', '153759.408000', '153759.412000', '153759.415000', '153759.417000', '153759.421000', '153759.424000', '153759.427000', '153759.430000', '153759.433000', '153759.437000', '153759.440000', '153759.443000', '153759.446000', '153759.449000', '153759.452000', '153759.455000', '153759.458000', '153759.461000', '153759.464000', '153759.466000', '153759.469000', '153759.472000', '153759.475000', '153759.478000', '153759.481000', '153759.484000'], 'InstanceCreationTime': ['153147.137000', '153147.140000', '153147.143000', '153147.146000', '153147.149000', '153147.152000', '153147.154000', '153147.157000', '153147.160000', '153147.163000', '153147.166000', '153147.168000', '153147.171000', '153147.174000', '153147.177000', '153147.180000', '153147.183000', '153147.186000', '153147.189000', '153147.192000', '153147.194000', '153147.197000', '153147.200000', '153147.203000', '153147.206000', '153147.211000', '153147.215000', '153147.218000', '153147.221000', '153147.224000', '153147.227000', '153147.229000', '153147.232000', '153147.235000', '153147.238000', '153147.241000', '153147.243000', '153147.246000', '153147.249000', '153147.252000', '153147.257000', '153147.260000', '153147.263000', '153147.266000', '153147.269000', '153147.271000', '153147.274000', '153147.277000', '153147.280000', '153147.283000', '153147.286000', '153147.288000', '153147.291000', '153147.294000', '153147.297000', '153147.300000', '153147.302000', '153147.305000', '153147.308000', '153147.311000', '153147.314000', '153147.316000', '153207.107000', '153207.110000', '153207.113000', '153207.116000', '153207.118000', '153207.121000', '153207.127000', '153207.130000', '153207.133000', '153207.135000', '153207.138000', '153207.141000', '153207.144000', '153207.147000', '153207.150000', '153207.152000', '153207.155000', '153207.158000', '153207.161000', '153207.164000', '153207.166000', '153207.169000', '153207.172000', '153207.175000', '153207.178000', '153207.181000', '153207.183000', '153207.186000', '153207.189000', '153207.192000', '153207.195000', '153207.198000', '153207.200000', '153207.203000', '153207.212000', '153207.215000', '153207.218000', '153207.221000', '153207.224000', '153207.226000', '153207.229000', '153207.232000', '153207.235000', '153207.238000', '153227.107000', '153227.110000', '153227.113000', '153227.116000', '153227.118000', '153227.121000', '153227.124000', '153227.127000', '153227.130000', '153227.133000', '153227.135000', '153227.138000', '153227.141000', '153227.144000', '153227.147000', '153227.150000', '153227.153000', '153227.155000', '153227.158000', '153227.161000', '153227.179000', '153227.182000', '153227.185000', '153227.188000', '153227.191000', '153227.193000', '153227.196000', '153227.199000', '153227.202000', '153227.205000', '153227.207000', '153227.211000', '153227.213000', '153227.216000', '153227.219000', '153227.222000', '153227.225000', '153227.228000', '153227.230000', '153227.233000', '153227.236000', '153227.239000', '153227.242000', '153247.107000', '153247.110000', '153247.113000', '153247.115000', '153247.119000', '153247.122000', '153247.125000', '153247.127000', '153247.130000', '153247.133000', '153247.136000', '153247.139000', '153247.151000', '153247.154000', '153247.157000', '153247.160000', '153247.163000', '153247.165000', '153247.168000', '153247.171000', '153247.174000', '153247.177000', '153247.179000', '153247.182000', '153247.185000', '153247.188000', '153247.191000', '153247.194000', '153247.197000', '153247.199000', '153247.202000', '153247.205000', '153247.208000', '153247.211000', '153247.214000', '153247.216000', '153247.219000', '153247.222000', '153247.225000', '153247.228000', '153247.231000', '153247.234000', '153247.236000', '153247.239000', '153307.106000', '153307.109000', '153307.112000', '153307.115000', '153307.118000', '153307.120000', '153307.123000', '153307.126000', '153307.129000', '153307.132000', '153307.135000', '153307.137000', '153307.140000', '153307.143000', '153307.146000', '153307.149000', '153307.151000', '153307.154000', '153307.157000', '153307.160000', '153307.163000', '153307.166000', '153307.169000', '153307.172000', '153307.175000', '153307.178000', '153307.185000', '153307.188000', '153307.191000', '153307.194000', '153307.196000', '153307.199000', '153307.202000', '153307.205000', '153307.208000', '153307.211000', '153307.214000', '153307.216000', '153307.219000', '153307.222000', '153307.225000', '153307.228000', '153307.231000', '153327.106000', '153327.109000', '153327.112000', '153327.115000', '153327.118000', '153327.121000', '153327.123000', '153327.127000', '153327.129000', '153327.132000', '153327.135000', '153327.138000', '153327.141000', '153327.150000', '153327.153000', '153327.156000', '153327.159000', '153327.162000', '153327.165000', '153327.167000', '153327.170000', '153327.173000', '153327.176000', '153327.179000', '153327.181000', '153327.184000', '153327.187000', '153327.190000', '153327.193000', '153327.196000', '153327.198000', '153327.201000', '153327.204000', '153327.207000', '153327.210000', '153327.213000', '153327.215000', '153327.218000', '153327.221000', '153327.224000', '153327.227000', '153327.230000', '153327.232000', '153327.235000', '153347.106000', '153347.109000', '153347.112000', '153347.115000', '153347.118000', '153347.121000', '153347.123000', '153347.126000', '153347.129000', '153347.132000', '153347.135000', '153347.138000', '153347.140000', '153347.143000', '153347.146000', '153347.149000', '153347.152000', '153347.155000', '153347.158000', '153347.161000', '153347.163000', '153347.166000', '153347.169000', '153347.172000', '153347.175000', '153347.178000', '153347.180000', '153347.183000', '153347.186000', '153347.189000', '153347.192000', '153347.195000', '153347.197000', '153347.200000', '153347.203000', '153347.206000', '153347.209000', '153347.212000', '153347.215000', '153347.217000', '153347.220000', '153347.223000', '153347.226000', '153407.106000', '153407.109000', '153407.112000', '153407.115000', '153407.117000', '153407.120000', '153407.123000', '153407.126000', '153407.129000', '153407.132000', '153407.135000', '153407.137000', '153407.140000', '153407.143000', '153407.146000', '153407.149000', '153407.163000', '153407.166000', '153407.169000', '153407.172000', '153407.174000', '153407.177000', '153407.180000', '153407.183000', '153407.186000', '153407.188000', '153407.191000', '153407.194000', '153407.197000', '153407.200000', '153407.203000', '153407.206000', '153407.208000', '153407.211000', '153407.214000', '153407.217000', '153407.220000', '153407.222000', '153407.225000', '153407.228000', '153407.231000', '153407.234000', '153407.237000', '153407.240000', '153427.107000', '153427.110000', '153427.113000', '153427.116000', '153427.119000', '153427.122000', '153427.124000', '153427.127000', '153427.130000', '153427.133000', '153427.136000', '153427.139000', '153427.150000', '153427.152000', '153427.155000', '153427.158000', '153427.161000', '153427.164000', '153427.167000', '153427.170000', '153427.173000', '153427.175000', '153427.178000', '153427.181000', '153427.184000', '153427.187000', '153427.189000', '153427.192000', '153427.195000', '153427.198000', '153427.201000', '153427.204000', '153427.207000', '153427.210000', '153427.214000', '153427.216000', '153427.219000', '153427.222000', '153427.225000', '153427.228000', '153427.231000', '153427.233000', '153427.236000', '153447.107000', '153447.110000', '153447.113000', '153447.116000', '153447.118000', '153447.121000', '153447.124000', '153447.127000', '153447.130000', '153447.133000', '153447.136000', '153447.138000', '153447.141000', '153447.144000', '153447.147000', '153447.150000', '153447.153000', '153447.156000', '153447.158000', '153447.161000', '153447.164000', '153447.167000', '153447.170000', '153447.172000', '153447.175000', '153447.178000', '153447.181000', '153447.184000', '153447.187000', '153447.190000', '153447.193000', '153447.195000', '153447.198000', '153447.201000', '153447.204000', '153447.207000', '153447.210000', '153447.213000', '153447.215000', '153447.218000', '153447.221000', '153447.224000', '153447.227000', '153447.230000', '153507.107000', '153507.110000', '153507.113000', '153507.116000', '153507.119000', '153507.122000', '153507.124000', '153507.127000', '153507.130000', '153507.133000', '153507.136000', '153507.139000', '153507.142000', '153507.145000', '153507.147000', '153507.150000', '153507.153000', '153507.156000', '153507.159000', '153507.162000', '153507.165000', '153507.167000', '153507.170000', '153507.173000', '153507.176000', '153507.179000', '153507.182000', '153507.185000', '153507.188000', '153507.190000', '153507.193000', '153507.196000', '153507.199000', '153507.202000', '153507.204000', '153507.207000', '153507.210000', '153507.213000', '153507.216000', '153507.219000', '153507.221000', '153507.224000', '153507.227000', '153527.106000', '153527.109000', '153527.112000', '153527.115000', '153527.117000', '153527.120000', '153527.123000', '153527.126000', '153527.129000', '153527.131000', '153527.134000', '153527.137000', '153527.140000', '153527.143000', '153527.146000', '153527.149000', '153527.152000', '153527.154000', '153527.171000', '153527.174000', '153527.177000', '153527.180000', '153527.183000', '153527.185000', '153527.188000', '153527.191000', '153527.194000', '153527.197000', '153527.200000', '153527.203000', '153527.205000', '153527.208000', '153527.211000', '153527.214000', '153527.217000', '153527.219000', '153527.222000', '153527.225000', '153527.228000', '153527.231000', '153527.234000', '153527.252000', '153527.255000', '153527.257000', '153547.106000', '153547.109000', '153547.112000', '153547.115000', '153547.118000', '153547.121000', '153547.124000', '153547.126000', '153547.129000', '153547.132000', '153547.135000', '153547.138000', '153547.140000', '153547.143000', '153547.146000', '153547.149000', '153547.152000', '153547.155000', '153547.158000', '153547.160000', '153547.163000', '153547.166000', '153547.169000', '153547.172000', '153547.174000', '153547.177000', '153547.180000', '153547.183000', '153547.186000', '153547.189000', '153547.192000', '153547.194000', '153547.197000', '153547.200000', '153547.203000', '153547.206000', '153547.209000', '153547.211000', '153547.214000', '153547.217000', '153547.220000', '153547.223000', '153547.226000', '153607.106000', '153607.109000', '153607.113000', '153607.116000', '153607.119000', '153607.122000', '153607.124000', '153607.128000', '153607.130000', '153607.133000', '153607.136000', '153607.139000', '153607.142000', '153607.145000', '153607.148000', '153607.151000', '153607.154000', '153607.156000', '153607.159000', '153607.162000', '153607.165000', '153607.168000', '153607.171000', '153607.173000', '153607.176000', '153607.179000', '153607.182000', '153607.185000', '153607.188000', '153607.191000', '153607.193000', '153607.196000', '153607.199000', '153607.202000', '153607.205000', '153607.208000', '153607.210000', '153607.213000', '153607.216000', '153607.219000', '153607.222000', '153607.225000', '153607.228000', '153627.106000', '153627.109000', '153627.112000', '153627.115000', '153627.118000', '153627.120000', '153627.123000', '153627.126000', '153627.129000', '153627.132000', '153627.135000', '153627.138000', '153627.140000', '153627.143000', '153627.146000', '153627.149000', '153627.152000', '153627.154000', '153627.157000', '153627.160000', '153627.163000', '153627.166000', '153627.169000', '153627.172000', '153627.175000', '153627.178000', '153627.181000', '153627.184000', '153627.186000', '153627.189000', '153627.192000', '153627.195000', '153627.198000', '153627.200000', '153627.203000', '153627.206000', '153627.209000', '153627.212000', '153627.215000', '153627.218000', '153627.220000', '153627.223000', '153627.227000', '153627.230000', '153647.107000', '153647.110000', '153647.113000', '153647.116000', '153647.119000', '153647.122000', '153647.124000', '153647.127000', '153647.130000', '153647.133000', '153647.136000', '153647.138000', '153647.141000', '153647.144000', '153647.147000', '153647.150000', '153647.153000', '153647.156000', '153647.159000', '153647.161000', '153647.176000', '153647.179000', '153647.182000', '153647.185000', '153647.188000', '153647.191000', '153647.194000', '153647.196000', '153647.199000', '153647.202000', '153647.205000', '153647.208000', '153647.211000', '153647.213000', '153647.216000', '153647.219000', '153647.222000', '153647.225000', '153647.228000', '153647.231000', '153647.234000', '153647.236000', '153647.239000', '153707.107000', '153707.110000', '153707.113000', '153707.116000', '153707.119000', '153707.121000', '153707.124000', '153707.127000', '153707.130000', '153707.157000', '153707.160000', '153707.162000', '153707.165000', '153707.168000', '153707.171000', '153707.174000', '153707.177000', '153707.179000', '153707.182000', '153707.185000', '153707.188000', '153707.191000', '153707.194000', '153707.197000', '153707.199000', '153707.202000', '153707.205000', '153707.208000', '153707.211000', '153707.214000', '153707.216000', '153707.219000', '153707.222000', '153707.225000', '153707.228000', '153707.231000', '153707.233000', '153707.236000', '153707.239000', '153707.242000', '153707.245000', '153707.248000', '153707.251000', '153707.253000', '153727.127000', '153727.130000', '153727.133000', '153727.136000', '153727.140000', '153727.145000', '153727.148000', '153727.151000', '153727.154000', '153727.157000', '153727.160000', '153727.163000', '153727.165000', '153727.168000', '153727.171000', '153727.174000', '153727.177000', '153727.180000', '153727.183000', '153727.186000', '153727.188000', '153727.191000', '153727.194000', '153727.197000', '153727.200000', '153727.203000', '153727.206000', '153727.210000', '153727.213000', '153727.216000', '153727.218000', '153727.221000', '153727.224000', '153727.227000', '153727.230000', '153727.232000', '153727.235000', '153727.238000', '153727.241000', '153727.244000', '153727.247000', '153727.250000', '153727.252000', '153747.106000', '153747.109000', '153747.112000', '153747.115000', '153747.118000', '153747.120000', '153747.123000', '153747.126000', '153747.129000', '153747.132000', '153747.135000', '153747.137000', '153747.140000', '153747.143000', '153747.146000', '153747.149000', '153747.152000', '153747.154000', '153747.157000', '153747.160000', '153747.163000', '153747.166000', '153747.169000', '153747.171000', '153747.174000', '153747.177000', '153747.180000', '153747.183000', '153747.186000', '153747.188000', '153747.191000', '153747.194000', '153747.197000', '153747.200000', '153747.203000', '153747.205000', '153747.215000', '153747.218000', '153747.221000', '153747.224000', '153747.227000', '153747.229000', '153747.232000', '153747.235000', '153759.404000', '153759.408000', '153759.412000', '153759.415000', '153759.417000', '153759.421000', '153759.424000', '153759.427000', '153759.430000', '153759.433000', '153759.437000', '153759.440000', '153759.443000', '153759.446000', '153759.449000', '153759.452000', '153759.455000', '153759.458000', '153759.461000', '153759.464000', '153759.466000', '153759.469000', '153759.472000', '153759.475000', '153759.478000', '153759.481000', '153759.484000'], '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': [8414, 12682, 8380, 12126, 8182, 11432, 8384, 11173, 8531, 9595, 8056, 11090, 8365, 10901, 8160, 9967, 8341, 8998, 8050, 9551, 8393, 8879, 7987, 7920, 7844, 8122, 12035, 8116, 11329, 8179, 10615, 8318, 10228, 8055, 9869, 8006, 10121, 8545, 9745, 8487, 9326, 8278, 9286, 8395, 9133, 8298, 9323, 8339, 10382, 8488, 10439, 7958, 9917, 7937, 9060, 8546, 8309, 11856, 8274, 10504, 8354, 10591, 7911, 9400, 8242, 9738, 8350, 9136, 8130, 9426, 8219, 9928, 8324, 9131, 8262, 8319, 8365, 9238, 8148, 8877, 7543, 8247, 7839, 8140, 7500, 8210, 9974, 8097, 11410, 8058, 10298, 8232, 10287, 7971, 10637, 8131, 10519, 8306, 10116, 7950, 10309, 8258, 9524, 8132, 9604, 8148, 9230, 8123, 9434, 8141, 9982, 8000, 9406, 8088, 9530, 8047, 10006, 8099, 9865, 7966, 10035, 7851, 10552, 8178, 9839, 7923, 10321, 7916, 9653, 8372, 8179, 7620, 8028, 12496, 8320, 10741, 7993, 9223, 8291, 9199, 8024, 7957, 7530, 7934, 10237, 7967, 11568, 7920, 10808, 7877, 10010, 7916, 10417, 8040, 10146, 8015, 10190, 8072, 9517, 7924, 8163, 7764, 8149, 12139, 8236, 10877, 7907, 9722, 8605, 9598, 8449, 8373, 7755, 8060, 7957, 8222, 9658, 8075, 11486, 8168, 11176, 8194, 10517, 8098, 10571, 7901, 9478, 7991, 8007, 8333, 8064, 11396, 8149, 10643, 8080, 9189, 8387, 9079, 7612, 7887, 7237, 8112, 12166, 8228, 11270, 8106, 11091, 8028, 10657, 8010, 10215, 8171, 10200, 8140, 10376, 7891, 9805, 7853, 9683, 8269, 8697, 7500, 8007, 9420, 8132, 8693, 8215, 12068, 8340, 10883, 8040, 10175, 7930, 10101, 7984, 10273, 7792, 9117, 7958, 9117, 7957, 9695, 7901, 9284, 7918, 9245, 7810, 10018, 8282, 9651, 8082, 9671, 7877, 10307, 8262, 9570, 7905, 10047, 7800, 10430, 8066, 9504, 8167, 10089, 7913, 10251, 8116, 9690, 8234, 9366, 7306, 8421, 7987, 8032, 10958, 7863, 11135, 8180, 10402, 7982, 9964, 7792, 10403, 7952, 10177, 8077, 9891, 8006, 10273, 7865, 9518, 7822, 9862, 7702, 9560, 7940, 8989, 7858, 9297, 8377, 8846, 8097, 7995, 7830, 8628, 7882, 8305, 7340, 7990, 8003, 8328, 7397, 8137, 10127, 8031, 11950, 8081, 10418, 8274, 10798, 8055, 11892, 8138, 10540, 7978, 10725, 8225, 10916, 8555, 10123, 8032, 9695, 7597, 10192, 7668, 9260, 7643, 8958, 8009, 9673, 8059, 8315, 7297, 7785, 8838, 7936, 11408, 8128, 10456, 7953, 10733, 7638, 9074, 7452, 7864, 8515, 7910, 9396, 8138, 11631, 7729, 8304, 8040, 7659, 8606, 7826, 9632, 7954, 9418, 7556, 8291, 11659, 8284, 11230, 8271, 10635, 8333, 11525, 9052, 8391, 9214, 8436, 10361, 8219, 9166, 7624, 7935, 11571, 8142, 10749, 8428, 11009, 8245, 10839, 8116, 10204, 8209, 10033, 8111, 10735, 8084, 11331, 8017, 10713, 8028, 11116, 8164, 11136, 8020, 10855, 7971, 10842, 7818, 11893, 7659, 8365, 7737, 7046, 7975, 7721, 7899, 7881, 8551, 7634, 9544, 7568, 9002, 7662, 8941, 7901, 9877, 7871, 8657, 7895, 7572, 6998, 7714, 11952, 7774, 10852, 8132, 9569, 7637, 9932, 7952, 9067, 7861, 9119, 7707, 9405, 7760, 9077, 7888, 9886, 8124, 9395, 7840, 9759, 7880, 10363, 8194, 10319, 7848, 9818, 7637, 9138, 7994, 8989, 8287, 9600, 8063, 8399, 8009, 8880, 7960, 9316, 8019, 9355, 7843, 10050, 8371, 10091, 7955, 9510, 7907, 10748, 7970, 10706, 8162, 10480, 8449, 11892, 8073, 8093, 8038, 7153, 7979, 7315, 8088, 7570, 8039, 7186, 8316, 7693, 7899, 7211, 7854, 12333, 7969, 11482, 8137, 11500, 7884, 11061, 8441, 10604, 7960, 9002, 8112, 8914, 7496, 8358, 7525, 7696, 7117, 7851, 11870, 7982, 7170, 7846, 7838, 8831, 7966, 7035, 9862, 8067, 11288, 7767, 10249, 7873, 8862, 9847, 8060, 11424, 8265, 10779, 8180, 9663, 7983, 9004, 7981, 9732, 7888, 9044, 8087, 8894, 7869, 9639, 7946, 9060, 7964, 9545, 7932, 10242, 8128, 10699, 8056, 10461, 8570, 11229, 8417, 10846, 8077, 10753, 8293, 10749, 8942, 10740, 8004, 9308, 8003, 10002, 7860, 9427, 7883, 9004, 8049, 9652, 8274, 9039, 7963, 7739, 7743, 8561, 7822, 7812, 7694, 7576, 7478, 8762, 8148, 9440, 7986, 8400, 8067, 9134, 7832, 9501, 8206, 8694, 7433, 7987, 11783, 8167, 11365, 8147, 11085, 8047, 10767, 7983, 10260, 7974, 9380, 8067, 9454, 7973, 8854, 7891, 8783, 7909, 9572, 7907, 8587, 7690, 7875, 8239, 9008, 8224, 8198, 7975, 8445, 8094, 9358, 7705, 11679, 8551, 7195, 8057, 7273, 7910, 11653, 8218, 10910, 8323, 10102, 8211, 9193, 8356, 9052, 7774, 8077, 7405, 7989, 7689, 8102, 8199, 8175, 7623, 7848, 7940, 8748, 8209, 8435, 8182, 8663, 8232, 9152, 8129, 8420, 8209, 8195, 8175, 9340, 8091, 8809, 8079, 8988, 8068, 9532, 8077, 9371, 8143, 9402, 8023, 9561, 8053, 9089, 8263, 8700, 8134, 8673, 8330, 8167, 8318, 8845, 8337, 8683, 8146, 9248, 8117, 10316, 8207, 9393, 8080, 9709, 8276, 10460, 8253, 9100, 8363, 8309, 7436, 8106, 9948, 8407, 11205, 8298, 10305, 8217, 10770, 8270, 11228, 8314, 11442, 8330, 8113, 8130, 11191, 8320, 12153, 8193, 11444, 8130, 11429, 8218, 10376, 8243, 8456, 7749, 8365, 7448, 7828, 7008, 8052, 8451, 8123, 7368, 7920, 7308, 8252, 7493, 9963, 8062, 8177, 8232, 8621, 8379, 9459, 7382, 8685, 11381, 8073, 11630, 8164, 10617, 8047, 9605, 8076, 9212, 8099, 9403, 8155, 8363, 7618, 7800, 7066, 7928, 9144, 8037, 11504, 7850, 10940, 7955, 9450, 7872, 7885, 7937, 11565, 8156, 8609, 8153, 11239, 8019, 10825, 8190, 10733, 7933, 10754, 8105, 10507, 8123, 8600, 8076, 7566, 7982, 7670, 8154, 7261, 8141, 11208, 8209, 12242, 8116, 9391, 8023, 10961, 8258, 10667, 8211, 10078, 8305, 10480, 8166, 11641, 8190, 10687, 8370, 10862, 8271, 10484, 8149, 10780, 8305, 10751, 8148, 10611, 8074, 10850, 8281, 10686, 8140, 8028, 8428, 7283, 8125, 7891, 8493, 8125, 8357, 8048, 9206, 8201, 8497, 7957, 8645, 8229, 9335, 8195, 8461, 8171, 8307, 8502], 'WindowCenter': [4105.0, 4120.0, 4077.0, 4105.0, 4074.0, 4092.0, 4075.0, 4093.0, 4076.0, 4083.0, 4065.0, 4094.0, 4076.0, 4094.0, 4064.0, 4073.0, 4062.0, 4061.0, 4051.0, 4072.0, 4062.0, 4073.0, 4050.0, 4061.0, 4050.0, 4062.0, 4092.0, 4063.0, 4081.0, 4063.0, 4081.0, 4062.0, 4081.0, 4063.0, 4082.0, 4063.0, 4084.0, 4074.0, 4084.0, 4072.0, 4074.0, 4073.0, 4073.0, 4073.0, 4073.0, 4074.0, 4073.0, 4075.0, 4086.0, 4074.0, 4094.0, 4065.0, 4085.0, 4050.0, 4073.0, 4052.0, 4052.0, 4078.0, 4049.0, 4067.0, 4048.0, 4068.0, 4037.0, 4058.0, 4047.0, 4060.0, 4051.0, 4058.0, 4049.0, 4059.0, 4058.0, 4070.0, 4050.0, 4060.0, 4049.0, 4048.0, 4062.0, 4085.0, 4063.0, 4061.0, 4037.0, 4046.0, 4035.0, 4039.0, 4026.0, 4050.0, 4057.0, 4049.0, 4079.0, 4049.0, 4069.0, 4059.0, 4068.0, 4060.0, 4079.0, 4051.0, 4080.0, 4060.0, 4069.0, 4051.0, 4069.0, 4063.0, 4069.0, 4049.0, 4071.0, 4051.0, 4059.0, 4052.0, 4071.0, 4061.0, 4084.0, 4063.0, 4072.0, 4050.0, 4072.0, 4062.0, 4072.0, 4051.0, 4069.0, 4050.0, 4070.0, 4052.0, 4070.0, 4051.0, 4068.0, 4049.0, 4069.0, 4051.0, 4059.0, 4048.0, 4049.0, 4025.0, 4039.0, 4077.0, 4046.0, 4065.0, 4035.0, 4045.0, 4048.0, 4060.0, 4037.0, 4038.0, 4038.0, 4049.0, 4068.0, 4061.0, 4079.0, 4063.0, 4081.0, 4062.0, 4082.0, 4064.0, 4083.0, 4065.0, 4081.0, 4062.0, 4083.0, 4064.0, 4073.0, 4051.0, 4063.0, 4053.0, 4064.0, 4091.0, 4063.0, 4079.0, 4049.0, 4073.0, 4075.0, 4074.0, 4059.0, 4061.0, 4037.0, 4050.0, 4049.0, 4062.0, 4069.0, 4061.0, 4090.0, 4061.0, 4081.0, 4062.0, 4081.0, 4051.0, 4084.0, 4051.0, 4072.0, 4050.0, 4050.0, 4048.0, 4049.0, 4078.0, 4048.0, 4067.0, 4037.0, 4057.0, 4049.0, 4058.0, 4036.0, 4039.0, 4025.0, 4048.0, 4078.0, 4049.0, 4078.0, 4051.0, 4079.0, 4051.0, 4080.0, 4051.0, 4070.0, 4060.0, 4070.0, 4052.0, 4071.0, 4050.0, 4069.0, 4050.0, 4071.0, 4049.0, 4062.0, 4026.0, 4050.0, 4057.0, 4049.0, 4047.0, 4049.0, 4079.0, 4060.0, 4080.0, 4050.0, 4069.0, 4050.0, 4069.0, 4050.0, 4070.0, 4039.0, 4058.0, 4049.0, 4058.0, 4051.0, 4071.0, 4051.0, 4059.0, 4050.0, 4058.0, 4052.0, 4070.0, 4061.0, 4069.0, 4051.0, 4069.0, 4051.0, 4070.0, 4062.0, 4059.0, 4050.0, 4070.0, 4050.0, 4069.0, 4050.0, 4058.0, 4060.0, 4070.0, 4050.0, 4070.0, 4050.0, 4060.0, 4050.0, 4061.0, 4038.0, 4049.0, 4035.0, 4038.0, 4067.0, 4047.0, 4067.0, 4049.0, 4067.0, 4048.0, 4067.0, 4050.0, 4069.0, 4050.0, 4069.0, 4049.0, 4070.0, 4051.0, 4069.0, 4050.0, 4059.0, 4039.0, 4070.0, 4049.0, 4069.0, 4048.0, 4060.0, 4049.0, 4072.0, 4061.0, 4061.0, 4049.0, 4051.0, 4051.0, 4061.0, 4051.0, 4062.0, 4038.0, 4051.0, 4051.0, 4051.0, 4038.0, 4051.0, 4070.0, 4051.0, 4080.0, 4051.0, 4069.0, 4050.0, 4080.0, 4050.0, 4089.0, 4051.0, 4080.0, 4050.0, 4079.0, 4062.0, 4079.0, 4060.0, 4069.0, 4050.0, 4059.0, 4050.0, 4070.0, 4038.0, 4058.0, 4038.0, 4059.0, 4049.0, 4070.0, 4048.0, 4049.0, 4038.0, 4051.0, 4058.0, 4050.0, 4079.0, 4050.0, 4068.0, 4051.0, 4081.0, 4039.0, 4060.0, 4026.0, 4048.0, 4047.0, 4050.0, 4057.0, 4049.0, 4079.0, 4052.0, 4060.0, 4062.0, 4064.0, 4074.0, 4065.0, 4086.0, 4064.0, 4086.0, 4052.0, 4066.0, 4093.0, 4061.0, 4080.0, 4050.0, 4081.0, 4062.0, 4094.0, 4062.0, 4050.0, 4061.0, 4060.0, 4082.0, 4061.0, 4072.0, 4037.0, 4050.0, 4068.0, 4038.0, 4069.0, 4049.0, 4069.0, 4049.0, 4066.0, 4037.0, 4054.0, 4035.0, 4043.0, 4035.0, 4055.0, 4037.0, 4054.0, 4038.0, 4055.0, 4035.0, 4052.0, 4037.0, 4052.0, 4023.0, 4052.0, 4024.0, 4052.0, 4026.0, 4064.0, 4035.0, 4035.0, 4024.0, 4023.0, 4035.0, 4034.0, 4037.0, 4036.0, 4047.0, 4038.0, 4059.0, 4039.0, 4058.0, 4040.0, 4058.0, 4048.0, 4069.0, 4047.0, 4048.0, 4037.0, 4038.0, 4027.0, 4040.0, 4079.0, 4039.0, 4068.0, 4049.0, 4058.0, 4050.0, 4069.0, 4051.0, 4058.0, 4051.0, 4071.0, 4063.0, 4072.0, 4053.0, 4072.0, 4065.0, 4083.0, 4064.0, 4072.0, 4064.0, 4082.0, 4066.0, 4084.0, 4064.0, 4084.0, 4051.0, 4073.0, 4054.0, 4072.0, 4050.0, 4061.0, 4062.0, 4073.0, 4054.0, 4061.0, 4050.0, 4073.0, 4063.0, 4073.0, 4063.0, 4071.0, 4063.0, 4082.0, 4064.0, 4082.0, 4063.0, 4071.0, 4063.0, 4082.0, 4054.0, 4081.0, 4063.0, 4083.0, 4064.0, 4092.0, 4053.0, 4050.0, 4051.0, 4040.0, 4051.0, 4040.0, 4051.0, 4050.0, 4052.0, 4041.0, 4062.0, 4050.0, 4052.0, 4028.0, 4050.0, 4080.0, 4039.0, 4067.0, 4037.0, 4067.0, 4048.0, 4068.0, 4049.0, 4066.0, 4038.0, 4048.0, 4036.0, 4048.0, 4027.0, 4049.0, 4037.0, 4039.0, 4027.0, 4050.0, 4081.0, 4051.0, 4039.0, 4050.0, 4052.0, 4074.0, 4065.0, 4056.0, 4099.0, 4077.0, 4096.0, 4056.0, 4085.0, 4052.0, 4063.0, 4059.0, 4042.0, 4070.0, 4050.0, 4069.0, 4051.0, 4058.0, 4049.0, 4048.0, 4051.0, 4069.0, 4051.0, 4060.0, 4051.0, 4061.0, 4064.0, 4072.0, 4066.0, 4061.0, 4063.0, 4073.0, 4064.0, 4083.0, 4065.0, 4082.0, 4054.0, 4082.0, 4065.0, 4082.0, 4063.0, 4069.0, 4050.0, 4070.0, 4051.0, 4081.0, 4061.0, 4068.0, 4050.0, 4058.0, 4038.0, 4069.0, 4049.0, 4059.0, 4038.0, 4048.0, 4039.0, 4061.0, 4049.0, 4050.0, 4038.0, 4037.0, 4037.0, 4048.0, 4039.0, 4038.0, 4040.0, 4041.0, 4051.0, 4076.0, 4052.0, 4072.0, 4052.0, 4051.0, 4050.0, 4063.0, 4051.0, 4073.0, 4061.0, 4064.0, 4040.0, 4052.0, 4081.0, 4050.0, 4070.0, 4039.0, 4067.0, 4039.0, 4056.0, 4037.0, 4057.0, 4037.0, 4046.0, 4035.0, 4048.0, 4036.0, 4047.0, 4035.0, 4046.0, 4037.0, 4058.0, 4037.0, 4046.0, 4027.0, 4037.0, 4048.0, 4061.0, 4049.0, 4048.0, 4040.0, 4049.0, 4050.0, 4072.0, 4065.0, 4083.0, 4062.0, 4042.0, 4051.0, 4041.0, 4052.0, 4080.0, 4049.0, 4069.0, 4050.0, 4070.0, 4051.0, 4061.0, 4037.0, 4049.0, 4026.0, 4037.0, 4013.0, 4036.0, 4023.0, 4038.0, 4036.0, 4037.0, 4024.0, 4037.0, 4036.0, 4048.0, 4036.0, 4036.0, 4036.0, 4047.0, 4036.0, 4058.0, 4037.0, 4051.0, 4037.0, 4050.0, 4049.0, 4061.0, 4049.0, 4060.0, 4051.0, 4060.0, 4051.0, 4061.0, 4050.0, 4060.0, 4051.0, 4061.0, 4051.0, 4062.0, 4050.0, 4061.0, 4051.0, 4061.0, 4050.0, 4062.0, 4051.0, 4063.0, 4061.0, 4064.0, 4063.0, 4062.0, 4063.0, 4074.0, 4066.0, 4084.0, 4065.0, 4074.0, 4065.0, 4074.0, 4066.0, 4087.0, 4064.0, 4062.0, 4051.0, 4054.0, 4042.0, 4064.0, 4071.0, 4064.0, 4081.0, 4063.0, 4086.0, 4075.0, 4094.0, 4075.0, 4093.0, 4065.0, 4094.0, 4076.0, 4063.0, 4065.0, 4083.0, 4064.0, 4093.0, 4063.0, 4081.0, 4051.0, 4080.0, 4052.0, 4071.0, 4049.0, 4051.0, 4039.0, 4051.0, 4039.0, 4052.0, 4028.0, 4052.0, 4062.0, 4063.0, 4042.0, 4065.0, 4052.0, 4065.0, 4055.0, 4087.0, 4065.0, 4053.0, 4063.0, 4061.0, 4061.0, 4075.0, 4040.0, 4063.0, 4080.0, 4052.0, 4069.0, 4049.0, 4069.0, 4040.0, 4047.0, 4037.0, 4046.0, 4038.0, 4047.0, 4037.0, 4037.0, 4025.0, 4026.0, 4015.0, 4036.0, 4046.0, 4037.0, 4055.0, 4035.0, 4066.0, 4037.0, 4056.0, 4039.0, 4036.0, 4049.0, 4079.0, 4050.0, 4048.0, 4052.0, 4067.0, 4049.0, 4071.0, 4050.0, 4070.0, 4050.0, 4069.0, 4051.0, 4081.0, 4052.0, 4059.0, 4051.0, 4050.0, 4062.0, 4051.0, 4052.0, 4040.0, 4052.0, 4080.0, 4062.0, 4080.0, 4050.0, 4058.0, 4050.0, 4069.0, 4062.0, 4082.0, 4063.0, 4070.0, 4062.0, 4082.0, 4063.0, 4092.0, 4063.0, 4081.0, 4062.0, 4081.0, 4063.0, 4070.0, 4051.0, 4081.0, 4063.0, 4080.0, 4051.0, 4070.0, 4051.0, 4071.0, 4062.0, 4082.0, 4053.0, 4052.0, 4064.0, 4043.0, 4063.0, 4052.0, 4063.0, 4052.0, 4064.0, 4052.0, 4073.0, 4052.0, 4063.0, 4050.0, 4050.0, 4051.0, 4062.0, 4050.0, 4051.0, 4050.0, 4051.0, 4060.0], 'WindowWidth': [9137.0, 9148.0, 9084.0, 9114.0, 9072.0, 9092.0, 9075.0, 9097.0, 9077.0, 9082.0, 9063.0, 9096.0, 9076.0, 9098.0, 9056.0, 9067.0, 9052.0, 9048.0, 9036.0, 9066.0, 9051.0, 9066.0, 9033.0, 9049.0, 9030.0, 9052.0, 9092.0, 9053.0, 9075.0, 9053.0, 9073.0, 9053.0, 9075.0, 9056.0, 9077.0, 9054.0, 9082.0, 9072.0, 9081.0, 9066.0, 9069.0, 9067.0, 9068.0, 9070.0, 9068.0, 9071.0, 9067.0, 9073.0, 9088.0, 9073.0, 9097.0, 9060.0, 9084.0, 9033.0, 9067.0, 9035.0, 9035.0, 9063.0, 9026.0, 9046.0, 9025.0, 9049.0, 9009.0, 9035.0, 9021.0, 9042.0, 9034.0, 9039.0, 9028.0, 9040.0, 9041.0, 9058.0, 9031.0, 9043.0, 9027.0, 9024.0, 9053.0, 9087.0, 9054.0, 9047.0, 9008.0, 9019.0, 9003.0, 9012.0, 8992.0, 9029.0, 9033.0, 9029.0, 9067.0, 9030.0, 9052.0, 9042.0, 9052.0, 9047.0, 9068.0, 9035.0, 9069.0, 9043.0, 9053.0, 9036.0, 9053.0, 9050.0, 9053.0, 9030.0, 9059.0, 9034.0, 9041.0, 9035.0, 9060.0, 9048.0, 9082.0, 9054.0, 9063.0, 9033.0, 9060.0, 9052.0, 9061.0, 9036.0, 9054.0, 9032.0, 9057.0, 9037.0, 9055.0, 9032.0, 9051.0, 9028.0, 9054.0, 9031.0, 9039.0, 9022.0, 9025.0, 8987.0, 9012.0, 9060.0, 9019.0, 9041.0, 9002.0, 9014.0, 9023.0, 9040.0, 9007.0, 9011.0, 9010.0, 9027.0, 9052.0, 9049.0, 9069.0, 9053.0, 9073.0, 9052.0, 9078.0, 9057.0, 9080.0, 9059.0, 9075.0, 9052.0, 9081.0, 9056.0, 9068.0, 9034.0, 9053.0, 9039.0, 9057.0, 9088.0, 9052.0, 9066.0, 9028.0, 9065.0, 9076.0, 9069.0, 9042.0, 9047.0, 9011.0, 9031.0, 9029.0, 9052.0, 9055.0, 9047.0, 9086.0, 9048.0, 9075.0, 9052.0, 9073.0, 9033.0, 9080.0, 9033.0, 9061.0, 9026.0, 9028.0, 9024.0, 9028.0, 9063.0, 9024.0, 9046.0, 9007.0, 9032.0, 9025.0, 9037.0, 9003.0, 9012.0, 8989.0, 9023.0, 9065.0, 9028.0, 9064.0, 9032.0, 9067.0, 9034.0, 9070.0, 9035.0, 9055.0, 9045.0, 9058.0, 9037.0, 9058.0, 9032.0, 9052.0, 9029.0, 9059.0, 9027.0, 9046.0, 8990.0, 9027.0, 9035.0, 9027.0, 9022.0, 9027.0, 9065.0, 9044.0, 9070.0, 9031.0, 9052.0, 9029.0, 9051.0, 9031.0, 9056.0, 9016.0, 9037.0, 9028.0, 9037.0, 9034.0, 9058.0, 9033.0, 9039.0, 9030.0, 9039.0, 9037.0, 9058.0, 9047.0, 9054.0, 9034.0, 9055.0, 9034.0, 9058.0, 9050.0, 9040.0, 9029.0, 9055.0, 9032.0, 9054.0, 9031.0, 9037.0, 9044.0, 9056.0, 9033.0, 9056.0, 9031.0, 9044.0, 9029.0, 9046.0, 9011.0, 9025.0, 9001.0, 9010.0, 9046.0, 9023.0, 9048.0, 9026.0, 9047.0, 9024.0, 9049.0, 9033.0, 9054.0, 9032.0, 9053.0, 9029.0, 9056.0, 9035.0, 9054.0, 9032.0, 9039.0, 9015.0, 9056.0, 9029.0, 9054.0, 9026.0, 9042.0, 9028.0, 9064.0, 9046.0, 9046.0, 9028.0, 9032.0, 9033.0, 9049.0, 9034.0, 9049.0, 9013.0, 9035.0, 9033.0, 9034.0, 9012.0, 9034.0, 9055.0, 9034.0, 9069.0, 9033.0, 9053.0, 9031.0, 9070.0, 9033.0, 9081.0, 9034.0, 9068.0, 9033.0, 9069.0, 9050.0, 9068.0, 9046.0, 9053.0, 9029.0, 9039.0, 9030.0, 9055.0, 9013.0, 9037.0, 9012.0, 9040.0, 9028.0, 9055.0, 9024.0, 9027.0, 9011.0, 9032.0, 9039.0, 9031.0, 9066.0, 9030.0, 9052.0, 9033.0, 9072.0, 9015.0, 9042.0, 8992.0, 9024.0, 9021.0, 9030.0, 9035.0, 9028.0, 9069.0, 9038.0, 9047.0, 9052.0, 9057.0, 9072.0, 9063.0, 9091.0, 9059.0, 9090.0, 9038.0, 9060.0, 9092.0, 9049.0, 9069.0, 9030.0, 9072.0, 9050.0, 9097.0, 9051.0, 9031.0, 9046.0, 9045.0, 9076.0, 9047.0, 9063.0, 9008.0, 9030.0, 9049.0, 9011.0, 9051.0, 9029.0, 9053.0, 9028.0, 9044.0, 9006.0, 9023.0, 9001.0, 9007.0, 9000.0, 9024.0, 9005.0, 9023.0, 9007.0, 9024.0, 9001.0, 9019.0, 9005.0, 9017.0, 8982.0, 9016.0, 8983.0, 9018.0, 8990.0, 9037.0, 9003.0, 8999.0, 8986.0, 8985.0, 9003.0, 9000.0, 9007.0, 9004.0, 9020.0, 9011.0, 9041.0, 9014.0, 9037.0, 9016.0, 9036.0, 9026.0, 9054.0, 9023.0, 9025.0, 9008.0, 9010.0, 8994.0, 9017.0, 9065.0, 9013.0, 9049.0, 9026.0, 9037.0, 9031.0, 9053.0, 9034.0, 9038.0, 9034.0, 9062.0, 9056.0, 9063.0, 9043.0, 9064.0, 9062.0, 9083.0, 9058.0, 9065.0, 9058.0, 9077.0, 9064.0, 9082.0, 9058.0, 9080.0, 9035.0, 9065.0, 9041.0, 9061.0, 9032.0, 9048.0, 9050.0, 9067.0, 9040.0, 9048.0, 9031.0, 9065.0, 9054.0, 9066.0, 9052.0, 9061.0, 9054.0, 9076.0, 9057.0, 9076.0, 9053.0, 9059.0, 9054.0, 9075.0, 9042.0, 9072.0, 9052.0, 9078.0, 9057.0, 9089.0, 9038.0, 9030.0, 9033.0, 9017.0, 9035.0, 9018.0, 9036.0, 9031.0, 9036.0, 9022.0, 9050.0, 9029.0, 9036.0, 8997.0, 9029.0, 9069.0, 9014.0, 9046.0, 9009.0, 9047.0, 9025.0, 9049.0, 9027.0, 9044.0, 9009.0, 9021.0, 9003.0, 9022.0, 8993.0, 9024.0, 9006.0, 9014.0, 8994.0, 9031.0, 9072.0, 9033.0, 9013.0, 9030.0, 9036.0, 9069.0, 9061.0, 9051.0, 9112.0, 9081.0, 9103.0, 9047.0, 9085.0, 9035.0, 9051.0, 9037.0, 9018.0, 9053.0, 9030.0, 9051.0, 9030.0, 9034.0, 9025.0, 9022.0, 9031.0, 9053.0, 9031.0, 9041.0, 9034.0, 9046.0, 9058.0, 9065.0, 9060.0, 9047.0, 9053.0, 9064.0, 9057.0, 9080.0, 9061.0, 9076.0, 9041.0, 9074.0, 9058.0, 9075.0, 9051.0, 9053.0, 9028.0, 9053.0, 9031.0, 9071.0, 9047.0, 9049.0, 9027.0, 9034.0, 9012.0, 9052.0, 9027.0, 9037.0, 9009.0, 9021.0, 9011.0, 9044.0, 9025.0, 9027.0, 9007.0, 9005.0, 9007.0, 9024.0, 9010.0, 9011.0, 9013.0, 9018.0, 9036.0, 9075.0, 9037.0, 9064.0, 9035.0, 9032.0, 9031.0, 9050.0, 9034.0, 9066.0, 9047.0, 9054.0, 9015.0, 9035.0, 9070.0, 9029.0, 9052.0, 9012.0, 9043.0, 9009.0, 9028.0, 9007.0, 9030.0, 9004.0, 9015.0, 9000.0, 9019.0, 9002.0, 9018.0, 9001.0, 9014.0, 9007.0, 9035.0, 9007.0, 9018.0, 8991.0, 9005.0, 9021.0, 9043.0, 9024.0, 9023.0, 9013.0, 9025.0, 9029.0, 9064.0, 9060.0, 9078.0, 9050.0, 9022.0, 9032.0, 9019.0, 9037.0, 9069.0, 9028.0, 9052.0, 9029.0, 9052.0, 9029.0, 9043.0, 9006.0, 9025.0, 8989.0, 9004.0, 8968.0, 9002.0, 8981.0, 9006.0, 9001.0, 9004.0, 8983.0, 9005.0, 9001.0, 9021.0, 9003.0, 9003.0, 9001.0, 9018.0, 9002.0, 9036.0, 9006.0, 9028.0, 9006.0, 9026.0, 9025.0, 9045.0, 9026.0, 9040.0, 9029.0, 9041.0, 9033.0, 9045.0, 9029.0, 9042.0, 9030.0, 9043.0, 9033.0, 9046.0, 9030.0, 9044.0, 9029.0, 9046.0, 9029.0, 9046.0, 9030.0, 9049.0, 9046.0, 9052.0, 9052.0, 9050.0, 9054.0, 9069.0, 9064.0, 9084.0, 9061.0, 9067.0, 9059.0, 9067.0, 9062.0, 9089.0, 9056.0, 9050.0, 9032.0, 9039.0, 9020.0, 9054.0, 9059.0, 9054.0, 9072.0, 9053.0, 9086.0, 9075.0, 9096.0, 9074.0, 9093.0, 9059.0, 9098.0, 9076.0, 9054.0, 9059.0, 9078.0, 9055.0, 9090.0, 9051.0, 9072.0, 9033.0, 9070.0, 9034.0, 9058.0, 9025.0, 9031.0, 9014.0, 9031.0, 9012.0, 9035.0, 8997.0, 9035.0, 9050.0, 9052.0, 9021.0, 9057.0, 9037.0, 9059.0, 9045.0, 9092.0, 9059.0, 9039.0, 9050.0, 9047.0, 9045.0, 9070.0, 9018.0, 9052.0, 9069.0, 9033.0, 9052.0, 9026.0, 9052.0, 9014.0, 9018.0, 9005.0, 9015.0, 9006.0, 9019.0, 9004.0, 9004.0, 8986.0, 8989.0, 8972.0, 9003.0, 9012.0, 9003.0, 9024.0, 9000.0, 9042.0, 9007.0, 9029.0, 9013.0, 9004.0, 9028.0, 9067.0, 9028.0, 9023.0, 9032.0, 9046.0, 9027.0, 9058.0, 9030.0, 9053.0, 9030.0, 9052.0, 9034.0, 9073.0, 9036.0, 9040.0, 9034.0, 9031.0, 9051.0, 9032.0, 9036.0, 9017.0, 9034.0, 9070.0, 9049.0, 9069.0, 9030.0, 9037.0, 9030.0, 9052.0, 9048.0, 9074.0, 9051.0, 9056.0, 9049.0, 9076.0, 9054.0, 9088.0, 9053.0, 9073.0, 9048.0, 9074.0, 9051.0, 9056.0, 9033.0, 9072.0, 9050.0, 9069.0, 9032.0, 9053.0, 9031.0, 9055.0, 9047.0, 9075.0, 9039.0, 9032.0, 9054.0, 9025.0, 9053.0, 9036.0, 9051.0, 9033.0, 9052.0, 9036.0, 9066.0, 9034.0, 9051.0, 9028.0, 9030.0, 9032.0, 9048.0, 9029.0, 9030.0, 9027.0, 9030.0, 9041.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.00028686206896551725</td></tr>
<tr><td colspan=3>aqi</td><td>0.02252924356321839</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.24676410532799</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2040175356616794</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9866933405868822</td></tr>
<tr><td colspan=3>efc</td><td>0.4414</td></tr>
<tr><td colspan=3>fber</td><td>8108.6372</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09541437757749169</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>20</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.2988505747126435</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.365566634899746</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.298739490648325</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6476271186938325</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.150333295357081</td></tr>
<tr><td colspan=3>gcor</td><td>0.0134371</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014742244966328144</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.025789417326450348</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</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.8299916666277425</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>34.2488</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>32.2696</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>144.8331</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>40.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>309381.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>661.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>301.4303</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1569</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>478.0386</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3330.9134</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3564.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67163.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1037.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4357.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>930.5434</td></tr>
<tr><td colspan=3>tsnr</td><td>43.4535967791453</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>