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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>14:51:36.125000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999955, 0.00712951, -0.00626337, -0.00750474, 0.998043, -0.0620828]</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-03_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.121909</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-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4136, -7734, -7272, 503, -127, -81, 30, 82]</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>290.156</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>dc0e3e88-bdc4-4002-851d-5b39a386d6a3||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6828060150146484, -0.020134665071964264, -0.015682926401495934, 111.54747772216797], [-0.019127944484353065, 2.677675724029541, -0.1677430421113968, -90.65872192382812], [-0.016804164275527, 0.1665637344121933, 2.6947386264801025, -72.99662017822266], [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': ['145136.125000', '145136.585000', '145137.045000', '145137.505000', '145137.965000', '145138.425000', '145138.885000', '145139.345000', '145139.805000', '145140.265000', '145140.725000', '145141.185000', '145141.645000', '145142.105000', '145142.565000', '145143.025000', '145143.485000', '145143.945000', '145144.405000', '145144.865000', '145145.325000', '145145.785000', '145146.245000', '145146.705000', '145147.165000', '145147.625000', '145148.085000', '145148.545000', '145149.005000', '145149.465000', '145149.925000', '145150.385000', '145150.845000', '145151.305000', '145151.765000', '145152.225000', '145152.685000', '145153.145000', '145153.605000', '145154.065000', '145154.525000', '145154.985000', '145155.445000', '145155.905000', '145156.365000', '145156.825000', '145157.285000', '145157.745000', '145158.205000', '145158.665000', '145159.125000', '145159.585000', '145200.045000', '145200.505000', '145200.965000', '145201.425000', '145201.885000', '145202.345000', '145202.805000', '145203.265000', '145203.725000', '145204.185000', '145204.645000', '145205.105000', '145205.565000', '145206.025000', '145206.485000', '145206.945000', '145207.405000', '145207.865000', '145208.325000', '145208.785000', '145209.245000', '145209.705000', '145210.165000', '145210.625000', '145211.085000', '145211.545000', '145212.005000', '145212.465000', '145212.925000', '145213.385000', '145213.845000', '145214.305000', '145214.765000', '145215.225000', '145215.685000', '145216.145000', '145216.605000', '145217.065000', '145217.525000', '145217.985000', '145218.445000', '145218.905000', '145219.365000', '145219.825000', '145220.285000', '145220.745000', '145221.205000', '145221.665000', '145222.125000', '145222.585000', '145223.045000', '145223.505000', '145223.965000', '145224.425000', '145224.885000', '145225.345000', '145225.805000', '145226.265000', '145226.725000', '145227.185000', '145227.645000', '145228.105000', '145228.565000', '145229.025000', '145229.485000', '145229.945000', '145230.405000', '145230.865000', '145231.325000', '145231.785000', '145232.245000', '145232.705000', '145233.165000', '145233.625000', '145234.085000', '145234.545000', '145235.005000', '145235.465000', '145235.925000', '145236.385000', '145236.845000', '145237.305000', '145237.765000', '145238.225000', '145238.685000', '145239.145000', '145239.605000', '145240.065000', '145240.525000', '145240.985000', '145241.445000', '145241.905000', '145242.365000', '145242.825000', '145243.285000', '145243.745000', '145244.205000', '145244.665000', '145245.125000', '145245.585000', '145246.045000', '145246.505000', '145246.965000', '145247.425000', '145247.885000', '145248.345000', '145248.805000', '145249.265000', '145249.725000', '145250.185000', '145250.645000', '145251.105000', '145251.565000', '145252.025000', '145252.485000', '145252.945000', '145253.405000', '145253.865000', '145254.325000', '145254.785000', '145255.245000', '145255.705000', '145256.165000', '145256.625000', '145257.085000', '145257.545000', '145258.005000', '145258.465000', '145258.925000', '145259.385000', '145259.845000', '145300.305000', '145300.765000', '145301.225000', '145301.685000', '145302.145000', '145302.605000', '145303.065000', '145303.525000', '145303.985000', '145304.445000', '145304.905000', '145305.365000', '145305.825000', '145306.285000', '145306.745000', '145307.205000', '145307.665000', '145308.125000', '145308.585000', '145309.045000', '145309.505000', '145309.965000', '145310.425000', '145310.885000', '145311.345000', '145311.805000', '145312.265000', '145312.725000', '145313.185000', '145313.645000', '145314.105000', '145314.565000', '145315.025000', '145315.485000', '145315.945000', '145316.405000', '145316.865000', '145317.325000', '145317.785000', '145318.245000', '145318.705000', '145319.165000', '145319.625000', '145320.085000', '145320.545000', '145321.005000', '145321.465000', '145321.925000', '145322.385000', '145322.845000', '145323.305000', '145323.765000', '145324.225000', '145324.685000', '145325.145000', '145325.605000', '145326.065000', '145326.525000', '145326.985000', '145327.445000', '145327.905000', '145328.365000', '145328.825000', '145329.285000', '145329.745000', '145330.205000', '145330.665000', '145331.125000', '145331.585000', '145332.045000', '145332.505000', '145332.965000', '145333.425000', '145333.885000', '145334.345000', '145334.805000', '145335.265000', '145335.725000', '145336.185000', '145336.645000', '145337.105000', '145337.565000', '145338.025000', '145338.485000', '145338.945000', '145339.405000', '145339.865000', '145340.325000', '145340.785000', '145341.245000', '145341.705000', '145342.165000', '145342.625000', '145343.085000', '145343.545000', '145344.005000', '145344.465000', '145344.925000', '145345.385000', '145345.845000', '145346.305000', '145346.765000', '145347.225000', '145347.685000', '145348.145000', '145348.605000', '145349.065000', '145349.525000', '145349.985000', '145350.445000', '145350.905000', '145351.365000', '145351.825000', '145352.285000', '145352.745000', '145353.205000', '145353.665000', '145354.125000', '145354.585000', '145355.045000', '145355.505000', '145355.965000', '145356.425000', '145356.885000', '145357.345000', '145357.805000', '145358.265000', '145358.725000', '145359.185000', '145359.645000', '145400.105000', '145400.565000', '145401.025000', '145401.485000', '145401.945000', '145402.405000', '145402.865000', '145403.325000', '145403.785000', '145404.245000', '145404.705000', '145405.165000', '145405.625000', '145406.085000', '145406.545000', '145407.005000', '145407.465000', '145407.925000', '145408.385000', '145408.845000', '145409.305000', '145409.765000', '145410.225000', '145410.685000', '145411.145000', '145411.605000', '145412.065000', '145412.525000', '145412.985000', '145413.445000', '145413.905000', '145414.365000', '145414.825000', '145415.285000', '145415.745000', '145416.205000', '145416.665000', '145417.125000', '145417.585000', '145418.045000', '145418.505000', '145418.965000', '145419.425000', '145419.885000', '145420.345000', '145420.805000', '145421.265000', '145421.725000', '145422.185000', '145422.645000', '145423.105000', '145423.565000', '145424.025000', '145424.485000', '145424.945000', '145425.405000', '145425.865000', '145426.325000', '145426.785000', '145427.245000', '145427.705000', '145428.165000', '145428.625000', '145429.085000', '145429.545000', '145430.005000', '145430.465000', '145430.925000', '145431.385000', '145431.845000', '145432.305000', '145432.765000', '145433.225000', '145433.685000', '145434.145000', '145434.605000', '145435.065000', '145435.525000', '145435.985000', '145436.445000', '145436.905000', '145437.365000', '145437.825000', '145438.285000', '145438.745000', '145439.205000', '145439.665000', '145440.125000', '145440.585000', '145441.045000', '145441.505000', '145441.965000', '145442.425000', '145442.885000', '145443.345000', '145443.805000', '145444.265000', '145444.725000', '145445.185000', '145445.645000', '145446.105000', '145446.565000', '145447.025000', '145447.485000', '145447.945000', '145448.405000', '145448.865000', '145449.325000', '145449.785000', '145450.245000', '145450.705000', '145451.165000', '145451.625000', '145452.085000', '145452.545000', '145453.005000', '145453.465000', '145453.925000', '145454.385000', '145454.845000', '145455.305000', '145455.765000', '145456.225000', '145456.685000', '145457.145000', '145457.605000', '145458.065000', '145458.525000', '145458.985000', '145459.445000', '145459.905000', '145500.365000', '145500.825000', '145501.285000', '145501.745000', '145502.205000', '145502.665000', '145503.125000', '145503.585000', '145504.045000', '145504.505000', '145504.965000', '145505.425000', '145505.885000', '145506.345000', '145506.805000', '145507.265000', '145507.725000', '145508.185000', '145508.645000', '145509.105000', '145509.565000', '145510.025000', '145510.485000', '145510.945000', '145511.405000', '145511.865000', '145512.325000', '145512.785000', '145513.245000', '145513.705000', '145514.165000', '145514.625000', '145515.085000', '145515.545000', '145516.005000', '145516.465000', '145516.925000', '145517.385000', '145517.845000', '145518.305000', '145518.765000', '145519.225000', '145519.685000', '145520.145000', '145520.605000', '145521.065000', '145521.525000', '145521.985000', '145522.445000', '145522.905000', '145523.365000', '145523.825000', '145524.285000', '145524.745000', '145525.205000', '145525.665000', '145526.125000', '145526.585000', '145527.045000', '145527.505000', '145527.965000', '145528.425000', '145528.885000', '145529.345000', '145529.805000', '145530.265000', '145530.725000', '145531.185000', '145531.645000', '145532.105000', '145532.565000', '145533.025000', '145533.485000', '145533.945000', '145534.405000', '145534.865000', '145535.325000', '145535.785000', '145536.245000', '145536.705000', '145537.165000', '145537.625000', '145538.085000', '145538.545000', '145539.005000', '145539.465000', '145539.925000', '145540.385000', '145540.845000', '145541.305000', '145541.765000', '145542.225000', '145542.685000', '145543.145000', '145543.605000', '145544.065000', '145544.525000', '145544.985000', '145545.445000', '145545.905000', '145546.365000', '145546.825000', '145547.285000', '145547.745000', '145548.205000', '145548.665000', '145549.125000', '145549.585000', '145550.045000', '145550.505000', '145550.965000', '145551.425000', '145551.885000', '145552.345000', '145552.805000', '145553.265000', '145553.725000', '145554.185000', '145554.645000', '145555.105000', '145555.565000', '145556.025000', '145556.485000', '145556.945000', '145557.405000', '145557.865000', '145558.325000', '145558.785000', '145559.245000', '145559.705000', '145600.165000', '145600.625000', '145601.085000', '145601.545000', '145602.005000', '145602.465000', '145602.925000', '145603.385000', '145603.845000', '145604.305000', '145604.765000', '145605.225000', '145605.685000', '145606.145000', '145606.605000', '145607.065000', '145607.525000', '145607.985000', '145608.445000', '145608.905000', '145609.365000', '145609.825000', '145610.285000', '145610.745000', '145611.205000', '145611.665000', '145612.125000', '145612.585000', '145613.045000', '145613.505000', '145613.965000', '145614.425000', '145614.885000', '145615.345000', '145615.805000', '145616.265000', '145616.725000', '145617.185000', '145617.645000', '145618.105000', '145618.565000', '145619.025000', '145619.485000', '145619.945000', '145620.405000', '145620.865000', '145621.325000', '145621.785000', '145622.245000', '145622.705000', '145623.165000', '145623.625000', '145624.085000', '145624.545000', '145625.005000', '145625.465000', '145625.925000', '145626.385000', '145626.845000', '145627.305000', '145627.765000', '145628.225000', '145628.685000', '145629.145000', '145629.605000', '145630.065000', '145630.525000', '145630.985000', '145631.445000', '145631.905000', '145632.365000', '145632.825000', '145633.285000', '145633.745000', '145634.205000', '145634.665000', '145635.125000', '145635.585000', '145636.045000', '145636.505000', '145636.965000', '145637.425000', '145637.885000', '145638.345000', '145638.805000', '145639.265000', '145639.725000', '145640.185000', '145640.645000', '145641.105000', '145641.565000', '145642.025000', '145642.485000', '145642.945000', '145643.405000', '145643.865000', '145644.325000', '145644.785000', '145645.245000', '145645.705000', '145646.165000', '145646.625000', '145647.085000', '145647.545000', '145648.005000', '145648.465000', '145648.925000', '145649.385000', '145649.845000', '145650.305000', '145650.765000', '145651.225000', '145651.685000', '145652.145000', '145652.605000', '145653.065000', '145653.525000', '145653.985000', '145654.445000', '145654.905000', '145655.365000', '145655.825000', '145656.285000', '145656.745000', '145657.205000', '145657.665000', '145658.125000', '145658.585000', '145659.045000', '145659.505000', '145659.965000', '145700.425000', '145700.885000', '145701.345000', '145701.805000', '145702.265000', '145702.725000', '145703.185000', '145703.645000', '145704.105000', '145704.565000', '145705.025000', '145705.485000', '145705.945000', '145706.405000', '145706.865000', '145707.325000', '145707.785000', '145708.245000', '145708.705000', '145709.165000', '145709.625000', '145710.085000', '145710.545000', '145711.005000', '145711.465000', '145711.925000', '145712.385000', '145712.845000', '145713.305000', '145713.765000', '145714.225000', '145714.685000', '145715.145000', '145715.605000', '145716.065000', '145716.525000', '145716.985000', '145717.445000', '145717.905000', '145718.365000', '145718.825000', '145719.285000', '145719.745000', '145720.205000', '145720.665000', '145721.125000', '145721.585000', '145722.045000', '145722.505000', '145722.965000', '145723.425000', '145723.885000', '145724.345000', '145724.805000', '145725.265000', '145725.725000', '145726.185000', '145726.645000', '145727.105000', '145727.565000', '145728.025000', '145728.485000', '145728.945000', '145729.405000', '145729.865000', '145730.325000', '145730.785000', '145731.245000', '145731.705000', '145732.165000', '145732.625000', '145733.085000', '145733.545000', '145734.005000', '145734.465000', '145734.925000', '145735.385000', '145735.845000', '145736.305000', '145736.765000', '145737.225000', '145737.685000', '145738.145000', '145738.605000', '145739.065000', '145739.525000', '145739.985000', '145740.445000', '145740.905000', '145741.365000', '145741.825000', '145742.285000', '145742.745000', '145743.205000', '145743.665000', '145744.125000', '145744.585000', '145745.045000', '145745.505000', '145745.965000', '145746.425000', '145746.885000', '145747.345000', '145747.805000', '145748.265000', '145748.725000', '145749.185000', '145749.645000', '145750.105000', '145750.565000', '145751.025000', '145751.485000', '145751.945000', '145752.405000', '145752.865000', '145753.325000', '145753.785000', '145754.245000', '145754.705000', '145755.165000', '145755.625000', '145756.085000', '145756.545000', '145757.005000', '145757.465000', '145757.925000', '145758.385000', '145758.845000', '145759.305000', '145759.765000', '145800.225000', '145800.685000', '145801.145000', '145801.605000', '145802.065000', '145802.525000', '145802.985000', '145803.445000', '145803.905000', '145804.365000', '145804.825000', '145805.285000', '145805.745000', '145806.205000', '145806.665000', '145807.125000', '145807.585000', '145808.045000', '145808.505000', '145808.965000', '145809.425000', '145809.885000', '145810.345000', '145810.805000', '145811.265000', '145811.725000', '145812.185000', '145812.645000', '145813.105000', '145813.565000', '145814.025000', '145814.485000', '145814.945000', '145815.405000', '145815.865000', '145816.325000', '145816.785000'], 'ContentTime': ['145158.575000', '145158.578000', '145158.581000', '145158.584000', '145158.586000', '145158.589000', '145158.591000', '145158.594000', '145158.597000', '145158.599000', '145158.602000', '145158.604000', '145158.607000', '145158.610000', '145158.612000', '145158.615000', '145158.617000', '145158.620000', '145158.622000', '145158.625000', '145158.627000', '145158.630000', '145158.633000', '145158.635000', '145158.638000', '145158.641000', '145158.643000', '145158.646000', '145158.648000', '145158.651000', '145158.653000', '145158.656000', '145158.659000', '145158.661000', '145158.664000', '145158.666000', '145158.669000', '145158.671000', '145158.674000', '145158.676000', '145158.679000', '145158.682000', '145158.684000', '145158.687000', '145158.689000', '145158.692000', '145158.694000', '145218.549000', '145218.552000', '145218.555000', '145218.557000', '145218.560000', '145218.563000', '145218.565000', '145218.568000', '145218.570000', '145218.573000', '145218.575000', '145218.578000', '145218.581000', '145218.583000', '145218.586000', '145218.588000', '145218.591000', '145218.594000', '145218.596000', '145218.599000', '145218.601000', '145218.604000', '145218.607000', '145218.609000', '145218.612000', '145218.614000', '145218.617000', '145218.620000', '145218.622000', '145218.625000', '145218.627000', '145218.630000', '145218.632000', '145218.635000', '145218.638000', '145218.640000', '145218.643000', '145218.646000', '145218.648000', '145218.651000', '145218.653000', '145218.656000', '145218.658000', '145238.548000', '145238.551000', '145238.554000', '145238.556000', '145238.559000', '145238.561000', '145238.564000', '145238.567000', '145238.569000', '145238.572000', '145238.574000', '145238.577000', '145238.579000', '145238.582000', '145238.585000', '145238.588000', '145238.590000', '145238.593000', '145238.596000', '145238.598000', '145238.601000', '145238.603000', '145238.606000', '145238.609000', '145238.611000', '145238.614000', '145238.617000', '145238.620000', '145238.622000', '145238.625000', '145238.627000', '145238.630000', '145238.632000', '145238.635000', '145238.638000', '145238.640000', '145238.643000', '145238.645000', '145238.648000', '145238.650000', '145238.653000', '145238.655000', '145238.658000', '145258.548000', '145258.551000', '145258.554000', '145258.556000', '145258.559000', '145258.561000', '145258.564000', '145258.567000', '145258.569000', '145258.572000', '145258.575000', '145258.577000', '145258.580000', '145258.582000', '145258.585000', '145258.587000', '145258.590000', '145258.593000', '145258.595000', '145258.598000', '145258.600000', '145258.603000', '145258.605000', '145258.608000', '145258.611000', '145258.613000', '145258.616000', '145258.618000', '145258.621000', '145258.624000', '145258.626000', '145258.629000', '145258.631000', '145258.634000', '145258.636000', '145258.639000', '145258.654000', '145258.657000', '145258.659000', '145258.662000', '145258.665000', '145258.667000', '145258.670000', '145258.672000', '145318.549000', '145318.552000', '145318.555000', '145318.557000', '145318.560000', '145318.562000', '145318.565000', '145318.568000', '145318.570000', '145318.573000', '145318.576000', '145318.578000', '145318.581000', '145318.583000', '145318.586000', '145318.589000', '145318.592000', '145318.594000', '145318.597000', '145318.599000', '145318.602000', '145318.604000', '145318.607000', '145318.610000', '145318.612000', '145318.615000', '145318.617000', '145318.620000', '145318.622000', '145318.625000', '145318.627000', '145318.630000', '145318.633000', '145318.635000', '145318.638000', '145318.640000', '145318.643000', '145318.645000', '145318.648000', '145318.650000', '145318.653000', '145318.656000', '145318.658000', '145318.661000', '145338.549000', '145338.552000', '145338.555000', '145338.557000', '145338.560000', '145338.563000', '145338.565000', '145338.568000', '145338.570000', '145338.573000', '145338.575000', '145338.578000', '145338.580000', '145338.583000', '145338.586000', '145338.588000', '145338.591000', '145338.593000', '145338.596000', '145338.599000', '145338.601000', '145338.604000', '145338.606000', '145338.609000', '145338.611000', '145338.614000', '145338.617000', '145338.619000', '145338.622000', '145338.625000', '145338.627000', '145338.630000', '145338.632000', '145338.635000', '145338.638000', '145338.640000', '145338.643000', '145338.646000', '145338.648000', '145338.651000', '145338.653000', '145338.656000', '145338.658000', '145358.549000', '145358.552000', '145358.555000', '145358.557000', '145358.560000', '145358.563000', '145358.565000', '145358.568000', '145358.571000', '145358.575000', '145358.577000', '145358.580000', '145358.582000', '145358.585000', '145358.588000', '145358.590000', '145358.593000', '145358.596000', '145358.598000', '145358.601000', '145358.603000', '145358.606000', '145358.609000', '145358.611000', '145358.614000', '145358.616000', '145358.619000', '145358.622000', '145358.624000', '145358.627000', '145358.630000', '145358.633000', '145358.635000', '145358.638000', '145358.641000', '145358.643000', '145358.646000', '145358.649000', '145358.651000', '145358.654000', '145358.656000', '145358.659000', '145358.661000', '145358.664000', '145418.549000', '145418.552000', '145418.555000', '145418.557000', '145418.560000', '145418.563000', '145418.565000', '145418.568000', '145418.570000', '145418.573000', '145418.576000', '145418.578000', '145418.581000', '145418.583000', '145418.586000', '145418.588000', '145418.591000', '145418.594000', '145418.596000', '145418.599000', '145418.602000', '145418.604000', '145418.607000', '145418.609000', '145418.612000', '145418.614000', '145418.617000', '145418.620000', '145418.622000', '145418.625000', '145418.627000', '145418.630000', '145418.632000', '145418.635000', '145418.638000', '145418.640000', '145418.643000', '145418.645000', '145418.648000', '145418.650000', '145418.653000', '145418.656000', '145418.658000', '145438.549000', '145438.552000', '145438.555000', '145438.557000', '145438.560000', '145438.563000', '145438.565000', '145438.568000', '145438.570000', '145438.573000', '145438.576000', '145438.578000', '145438.581000', '145438.583000', '145438.586000', '145438.589000', '145438.591000', '145438.594000', '145438.596000', '145438.599000', '145438.602000', '145438.604000', '145438.607000', '145438.609000', '145438.612000', '145438.615000', '145438.617000', '145438.620000', '145438.622000', '145438.625000', '145438.628000', '145438.630000', '145438.633000', '145438.635000', '145438.638000', '145438.640000', '145438.643000', '145438.646000', '145438.648000', '145438.651000', '145438.654000', '145438.656000', '145438.659000', '145438.661000', '145458.549000', '145458.551000', '145458.554000', '145458.557000', '145458.559000', '145458.562000', '145458.564000', '145458.567000', '145458.570000', '145458.572000', '145458.575000', '145458.578000', '145458.580000', '145458.583000', '145458.585000', '145458.588000', '145458.591000', '145458.593000', '145458.596000', '145458.598000', '145458.601000', '145458.603000', '145458.606000', '145458.609000', '145458.611000', '145458.614000', '145458.616000', '145458.619000', '145458.622000', '145458.624000', '145458.627000', '145458.629000', '145458.632000', '145458.634000', '145458.637000', '145458.640000', '145458.642000', '145458.645000', '145458.647000', '145458.650000', '145458.652000', '145458.655000', '145458.658000', '145518.549000', '145518.552000', '145518.555000', '145518.557000', '145518.560000', '145518.563000', '145518.565000', '145518.568000', '145518.570000', '145518.573000', '145518.575000', '145518.578000', '145518.581000', '145518.583000', '145518.586000', '145518.589000', '145518.591000', '145518.594000', '145518.596000', '145518.599000', '145518.601000', '145518.604000', '145518.607000', '145518.610000', '145518.613000', '145518.615000', '145518.618000', '145518.621000', '145518.623000', '145518.626000', '145518.628000', '145518.631000', '145518.634000', '145518.636000', '145518.639000', '145518.641000', '145518.644000', '145518.646000', '145518.649000', '145518.652000', '145518.654000', '145518.657000', '145518.659000', '145538.549000', '145538.552000', '145538.555000', '145538.557000', '145538.560000', '145538.562000', '145538.565000', '145538.568000', '145538.570000', '145538.573000', '145538.575000', '145538.578000', '145538.581000', '145538.583000', '145538.586000', '145538.589000', '145538.591000', '145538.594000', '145538.596000', '145538.599000', '145538.602000', '145538.604000', '145538.607000', '145538.609000', '145538.612000', '145538.615000', '145538.617000', '145538.620000', '145538.622000', '145538.625000', '145538.628000', '145538.630000', '145538.633000', '145538.635000', '145538.638000', '145538.640000', '145538.643000', '145538.646000', '145538.648000', '145538.651000', '145538.653000', '145538.656000', '145538.658000', '145538.661000', '145558.550000', '145558.552000', '145558.555000', '145558.558000', '145558.560000', '145558.563000', '145558.565000', '145558.568000', '145558.571000', '145558.573000', '145558.576000', '145558.578000', '145558.581000', '145558.584000', '145558.586000', '145558.589000', '145558.592000', '145558.595000', '145558.598000', '145558.601000', '145558.603000', '145558.606000', '145558.608000', '145558.611000', '145558.613000', '145558.616000', '145558.619000', '145558.621000', '145558.624000', '145558.626000', '145558.629000', '145558.632000', '145558.634000', '145558.637000', '145558.639000', '145558.642000', '145558.645000', '145558.647000', '145558.650000', '145558.652000', '145558.655000', '145558.658000', '145558.660000', '145618.549000', '145618.552000', '145618.555000', '145618.558000', '145618.560000', '145618.563000', '145618.565000', '145618.568000', '145618.571000', '145618.573000', '145618.576000', '145618.578000', '145618.581000', '145618.596000', '145618.599000', '145618.602000', '145618.604000', '145618.607000', '145618.610000', '145618.612000', '145618.615000', '145618.617000', '145618.620000', '145618.622000', '145618.625000', '145618.628000', '145618.630000', '145618.633000', '145618.635000', '145618.638000', '145618.641000', '145618.643000', '145618.646000', '145618.648000', '145618.651000', '145618.653000', '145618.656000', '145618.659000', '145618.661000', '145618.664000', '145618.666000', '145618.669000', '145618.672000', '145618.674000', '145638.550000', '145638.552000', '145638.555000', '145638.558000', '145638.560000', '145638.563000', '145638.565000', '145638.568000', '145638.570000', '145638.573000', '145638.576000', '145638.578000', '145638.581000', '145638.583000', '145638.586000', '145638.589000', '145638.592000', '145638.594000', '145638.597000', '145638.600000', '145638.602000', '145638.605000', '145638.607000', '145638.610000', '145638.612000', '145638.615000', '145638.618000', '145638.620000', '145638.623000', '145638.625000', '145638.628000', '145638.631000', '145638.633000', '145638.636000', '145638.638000', '145638.641000', '145638.644000', '145638.646000', '145638.650000', '145638.653000', '145638.656000', '145638.658000', '145638.661000', '145658.550000', '145658.552000', '145658.555000', '145658.558000', '145658.560000', '145658.563000', '145658.565000', '145658.568000', '145658.570000', '145658.573000', '145658.576000', '145658.578000', '145658.581000', '145658.584000', '145658.586000', '145658.589000', '145658.592000', '145658.594000', '145658.597000', '145658.599000', '145658.602000', '145658.605000', '145658.607000', '145658.610000', '145658.612000', '145658.615000', '145658.618000', '145658.620000', '145658.623000', '145658.626000', '145658.628000', '145658.631000', '145658.634000', '145658.636000', '145658.639000', '145658.641000', '145658.644000', '145658.646000', '145658.649000', '145658.652000', '145658.654000', '145658.657000', '145658.660000', '145658.662000', '145718.549000', '145718.551000', '145718.554000', '145718.557000', '145718.560000', '145718.562000', '145718.565000', '145718.567000', '145718.570000', '145718.573000', '145718.575000', '145718.578000', '145718.580000', '145718.583000', '145718.586000', '145718.589000', '145718.591000', '145718.594000', '145718.597000', '145718.599000', '145718.602000', '145718.605000', '145718.607000', '145718.610000', '145718.612000', '145718.615000', '145718.618000', '145718.621000', '145718.623000', '145718.626000', '145718.629000', '145718.631000', '145718.634000', '145718.636000', '145718.639000', '145718.642000', '145718.644000', '145718.647000', '145718.650000', '145718.652000', '145718.655000', '145718.659000', '145718.662000', '145738.549000', '145738.552000', '145738.554000', '145738.557000', '145738.559000', '145738.562000', '145738.565000', '145738.567000', '145738.570000', '145738.572000', '145738.575000', '145738.578000', '145738.580000', '145738.583000', '145738.585000', '145738.588000', '145738.590000', '145738.593000', '145738.596000', '145738.598000', '145738.601000', '145738.603000', '145738.606000', '145738.608000', '145738.620000', '145738.623000', '145738.625000', '145738.628000', '145738.631000', '145738.633000', '145738.636000', '145738.638000', '145738.641000', '145738.644000', '145738.646000', '145738.649000', '145738.652000', '145738.654000', '145738.657000', '145738.659000', '145738.662000', '145738.665000', '145738.667000', '145738.670000', '145758.550000', '145758.553000', '145758.555000', '145758.558000', '145758.560000', '145758.563000', '145758.566000', '145758.568000', '145758.571000', '145758.573000', '145758.576000', '145758.578000', '145758.581000', '145758.584000', '145758.586000', '145758.589000', '145758.592000', '145758.594000', '145758.597000', '145758.599000', '145758.602000', '145758.605000', '145758.607000', '145758.610000', '145758.612000', '145758.615000', '145758.618000', '145758.620000', '145758.623000', '145758.626000', '145758.628000', '145758.631000', '145758.633000', '145758.636000', '145758.638000', '145758.641000', '145758.644000', '145758.646000', '145758.649000', '145758.651000', '145758.654000', '145758.657000', '145758.659000', '145817.958000', '145817.961000', '145817.964000', '145817.967000', '145817.969000', '145817.972000', '145817.975000', '145817.977000', '145817.981000', '145817.984000', '145817.988000', '145817.991000', '145817.993000', '145817.996000', '145818.000000', '145818.003000', '145818.006000', '145818.008000', '145818.011000', '145818.014000', '145818.017000', '145818.019000', '145818.022000', '145818.025000', '145818.028000', '145818.031000', '145818.033000', '145818.036000', '145818.039000', '145818.042000', '145818.045000', '145818.047000', '145818.050000', '145818.053000', '145818.056000', '145818.059000', '145818.061000', '145818.064000', '145818.067000', '145818.069000', '145818.072000', '145818.075000', '145818.078000'], 'InstanceCreationTime': ['145158.575000', '145158.578000', '145158.581000', '145158.584000', '145158.586000', '145158.589000', '145158.591000', '145158.594000', '145158.597000', '145158.599000', '145158.602000', '145158.604000', '145158.607000', '145158.610000', '145158.612000', '145158.615000', '145158.617000', '145158.620000', '145158.622000', '145158.625000', '145158.627000', '145158.630000', '145158.633000', '145158.635000', '145158.638000', '145158.641000', '145158.643000', '145158.646000', '145158.648000', '145158.651000', '145158.653000', '145158.656000', '145158.659000', '145158.661000', '145158.664000', '145158.666000', '145158.669000', '145158.671000', '145158.674000', '145158.676000', '145158.679000', '145158.682000', '145158.684000', '145158.687000', '145158.689000', '145158.692000', '145158.694000', '145218.549000', '145218.552000', '145218.555000', '145218.557000', '145218.560000', '145218.563000', '145218.565000', '145218.568000', '145218.570000', '145218.573000', '145218.575000', '145218.578000', '145218.581000', '145218.583000', '145218.586000', '145218.588000', '145218.591000', '145218.594000', '145218.596000', '145218.599000', '145218.601000', '145218.604000', '145218.607000', '145218.609000', '145218.612000', '145218.614000', '145218.617000', '145218.620000', '145218.622000', '145218.625000', '145218.627000', '145218.630000', '145218.632000', '145218.635000', '145218.638000', '145218.640000', '145218.643000', '145218.646000', '145218.648000', '145218.651000', '145218.653000', '145218.656000', '145218.658000', '145238.548000', '145238.551000', '145238.554000', '145238.556000', '145238.559000', '145238.561000', '145238.564000', '145238.567000', '145238.569000', '145238.572000', '145238.574000', '145238.577000', '145238.579000', '145238.582000', '145238.585000', '145238.588000', '145238.590000', '145238.593000', '145238.596000', '145238.598000', '145238.601000', '145238.603000', '145238.606000', '145238.609000', '145238.611000', '145238.614000', '145238.617000', '145238.620000', '145238.622000', '145238.625000', '145238.627000', '145238.630000', '145238.632000', '145238.635000', '145238.638000', '145238.640000', '145238.643000', '145238.645000', '145238.648000', '145238.650000', '145238.653000', '145238.655000', '145238.658000', '145258.548000', '145258.551000', '145258.554000', '145258.556000', '145258.559000', '145258.561000', '145258.564000', '145258.567000', '145258.569000', '145258.572000', '145258.575000', '145258.577000', '145258.580000', '145258.582000', '145258.585000', '145258.587000', '145258.590000', '145258.593000', '145258.595000', '145258.598000', '145258.600000', '145258.603000', '145258.605000', '145258.608000', '145258.611000', '145258.613000', '145258.616000', '145258.618000', '145258.621000', '145258.624000', '145258.626000', '145258.629000', '145258.631000', '145258.634000', '145258.636000', '145258.639000', '145258.654000', '145258.657000', '145258.659000', '145258.662000', '145258.665000', '145258.667000', '145258.670000', '145258.672000', '145318.549000', '145318.552000', '145318.555000', '145318.557000', '145318.560000', '145318.562000', '145318.565000', '145318.568000', '145318.570000', '145318.573000', '145318.576000', '145318.578000', '145318.581000', '145318.583000', '145318.586000', '145318.589000', '145318.592000', '145318.594000', '145318.597000', '145318.599000', '145318.602000', '145318.604000', '145318.607000', '145318.610000', '145318.612000', '145318.615000', '145318.617000', '145318.620000', '145318.622000', '145318.625000', '145318.627000', '145318.630000', '145318.633000', '145318.635000', '145318.638000', '145318.640000', '145318.643000', '145318.645000', '145318.648000', '145318.650000', '145318.653000', '145318.656000', '145318.658000', '145318.661000', '145338.549000', '145338.552000', '145338.555000', '145338.557000', '145338.560000', '145338.563000', '145338.565000', '145338.568000', '145338.570000', '145338.573000', '145338.575000', '145338.578000', '145338.580000', '145338.583000', '145338.586000', '145338.588000', '145338.591000', '145338.593000', '145338.596000', '145338.599000', '145338.601000', '145338.604000', '145338.606000', '145338.609000', '145338.611000', '145338.614000', '145338.617000', '145338.619000', '145338.622000', '145338.625000', '145338.627000', '145338.630000', '145338.632000', '145338.635000', '145338.638000', '145338.640000', '145338.643000', '145338.646000', '145338.648000', '145338.651000', '145338.653000', '145338.656000', '145338.658000', '145358.549000', '145358.552000', '145358.555000', '145358.557000', '145358.560000', '145358.563000', '145358.565000', '145358.568000', '145358.571000', '145358.575000', '145358.577000', '145358.580000', '145358.582000', '145358.585000', '145358.588000', '145358.590000', '145358.593000', '145358.596000', '145358.598000', '145358.601000', '145358.603000', '145358.606000', '145358.609000', '145358.611000', '145358.614000', '145358.616000', '145358.619000', '145358.622000', '145358.624000', '145358.627000', '145358.630000', '145358.633000', '145358.635000', '145358.638000', '145358.641000', '145358.643000', '145358.646000', '145358.649000', '145358.651000', '145358.654000', '145358.656000', '145358.659000', '145358.661000', '145358.664000', '145418.549000', '145418.552000', '145418.555000', '145418.557000', '145418.560000', '145418.563000', '145418.565000', '145418.568000', '145418.570000', '145418.573000', '145418.576000', '145418.578000', '145418.581000', '145418.583000', '145418.586000', '145418.588000', '145418.591000', '145418.594000', '145418.596000', '145418.599000', '145418.602000', '145418.604000', '145418.607000', '145418.609000', '145418.612000', '145418.614000', '145418.617000', '145418.620000', '145418.622000', '145418.625000', '145418.627000', '145418.630000', '145418.632000', '145418.635000', '145418.638000', '145418.640000', '145418.643000', '145418.645000', '145418.648000', '145418.650000', '145418.653000', '145418.656000', '145418.658000', '145438.549000', '145438.552000', '145438.555000', '145438.557000', '145438.560000', '145438.563000', '145438.565000', '145438.568000', '145438.570000', '145438.573000', '145438.576000', '145438.578000', '145438.581000', '145438.583000', '145438.586000', '145438.589000', '145438.591000', '145438.594000', '145438.596000', '145438.599000', '145438.602000', '145438.604000', '145438.607000', '145438.609000', '145438.612000', '145438.615000', '145438.617000', '145438.620000', '145438.622000', '145438.625000', '145438.628000', '145438.630000', '145438.633000', '145438.635000', '145438.638000', '145438.640000', '145438.643000', '145438.646000', '145438.648000', '145438.651000', '145438.654000', '145438.656000', '145438.659000', '145438.661000', '145458.549000', '145458.551000', '145458.554000', '145458.557000', '145458.559000', '145458.562000', '145458.564000', '145458.567000', '145458.570000', '145458.572000', '145458.575000', '145458.578000', '145458.580000', '145458.583000', '145458.585000', '145458.588000', '145458.591000', '145458.593000', '145458.596000', '145458.598000', '145458.601000', '145458.603000', '145458.606000', '145458.609000', '145458.611000', '145458.614000', '145458.616000', '145458.619000', '145458.622000', '145458.624000', '145458.627000', '145458.629000', '145458.632000', '145458.634000', '145458.637000', '145458.640000', '145458.642000', '145458.645000', '145458.647000', '145458.650000', '145458.652000', '145458.655000', '145458.658000', '145518.549000', '145518.552000', '145518.555000', '145518.557000', '145518.560000', '145518.563000', '145518.565000', '145518.568000', '145518.570000', '145518.573000', '145518.575000', '145518.578000', '145518.581000', '145518.583000', '145518.586000', '145518.589000', '145518.591000', '145518.594000', '145518.596000', '145518.599000', '145518.601000', '145518.604000', '145518.607000', '145518.610000', '145518.613000', '145518.615000', '145518.618000', '145518.621000', '145518.623000', '145518.626000', '145518.628000', '145518.631000', '145518.634000', '145518.636000', '145518.639000', '145518.641000', '145518.644000', '145518.646000', '145518.649000', '145518.652000', '145518.654000', '145518.657000', '145518.659000', '145538.549000', '145538.552000', '145538.555000', '145538.557000', '145538.560000', '145538.562000', '145538.565000', '145538.568000', '145538.570000', '145538.573000', '145538.575000', '145538.578000', '145538.581000', '145538.583000', '145538.586000', '145538.589000', '145538.591000', '145538.594000', '145538.596000', '145538.599000', '145538.602000', '145538.604000', '145538.607000', '145538.609000', '145538.612000', '145538.615000', '145538.617000', '145538.620000', '145538.622000', '145538.625000', '145538.628000', '145538.630000', '145538.633000', '145538.635000', '145538.638000', '145538.640000', '145538.643000', '145538.646000', '145538.648000', '145538.651000', '145538.653000', '145538.656000', '145538.658000', '145538.661000', '145558.550000', '145558.552000', '145558.555000', '145558.558000', '145558.560000', '145558.563000', '145558.565000', '145558.568000', '145558.571000', '145558.573000', '145558.576000', '145558.578000', '145558.581000', '145558.584000', '145558.586000', '145558.589000', '145558.592000', '145558.595000', '145558.598000', '145558.601000', '145558.603000', '145558.606000', '145558.608000', '145558.611000', '145558.613000', '145558.616000', '145558.619000', '145558.621000', '145558.624000', '145558.626000', '145558.629000', '145558.632000', '145558.634000', '145558.637000', '145558.639000', '145558.642000', '145558.645000', '145558.647000', '145558.650000', '145558.652000', '145558.655000', '145558.658000', '145558.660000', '145618.549000', '145618.552000', '145618.555000', '145618.558000', '145618.560000', '145618.563000', '145618.565000', '145618.568000', '145618.571000', '145618.573000', '145618.576000', '145618.578000', '145618.581000', '145618.596000', '145618.599000', '145618.602000', '145618.604000', '145618.607000', '145618.610000', '145618.612000', '145618.615000', '145618.617000', '145618.620000', '145618.622000', '145618.625000', '145618.628000', '145618.630000', '145618.633000', '145618.635000', '145618.638000', '145618.641000', '145618.643000', '145618.646000', '145618.648000', '145618.651000', '145618.653000', '145618.656000', '145618.659000', '145618.661000', '145618.664000', '145618.666000', '145618.669000', '145618.672000', '145618.674000', '145638.550000', '145638.552000', '145638.555000', '145638.558000', '145638.560000', '145638.563000', '145638.565000', '145638.568000', '145638.570000', '145638.573000', '145638.576000', '145638.578000', '145638.581000', '145638.583000', '145638.586000', '145638.589000', '145638.592000', '145638.594000', '145638.597000', '145638.600000', '145638.602000', '145638.605000', '145638.607000', '145638.610000', '145638.612000', '145638.615000', '145638.618000', '145638.620000', '145638.623000', '145638.625000', '145638.628000', '145638.631000', '145638.633000', '145638.636000', '145638.638000', '145638.641000', '145638.644000', '145638.646000', '145638.650000', '145638.653000', '145638.656000', '145638.658000', '145638.661000', '145658.550000', '145658.552000', '145658.555000', '145658.558000', '145658.560000', '145658.563000', '145658.565000', '145658.568000', '145658.570000', '145658.573000', '145658.576000', '145658.578000', '145658.581000', '145658.584000', '145658.586000', '145658.589000', '145658.592000', '145658.594000', '145658.597000', '145658.599000', '145658.602000', '145658.605000', '145658.607000', '145658.610000', '145658.612000', '145658.615000', '145658.618000', '145658.620000', '145658.623000', '145658.626000', '145658.628000', '145658.631000', '145658.634000', '145658.636000', '145658.639000', '145658.641000', '145658.644000', '145658.646000', '145658.649000', '145658.652000', '145658.654000', '145658.657000', '145658.660000', '145658.662000', '145718.549000', '145718.551000', '145718.554000', '145718.557000', '145718.560000', '145718.562000', '145718.565000', '145718.567000', '145718.570000', '145718.573000', '145718.575000', '145718.578000', '145718.580000', '145718.583000', '145718.586000', '145718.589000', '145718.591000', '145718.594000', '145718.597000', '145718.599000', '145718.602000', '145718.605000', '145718.607000', '145718.610000', '145718.612000', '145718.615000', '145718.618000', '145718.621000', '145718.623000', '145718.626000', '145718.629000', '145718.631000', '145718.634000', '145718.636000', '145718.639000', '145718.642000', '145718.644000', '145718.647000', '145718.650000', '145718.652000', '145718.655000', '145718.659000', '145718.662000', '145738.549000', '145738.552000', '145738.554000', '145738.557000', '145738.559000', '145738.562000', '145738.565000', '145738.567000', '145738.570000', '145738.572000', '145738.575000', '145738.578000', '145738.580000', '145738.583000', '145738.585000', '145738.588000', '145738.590000', '145738.593000', '145738.596000', '145738.598000', '145738.601000', '145738.603000', '145738.606000', '145738.608000', '145738.620000', '145738.623000', '145738.625000', '145738.628000', '145738.631000', '145738.633000', '145738.636000', '145738.638000', '145738.641000', '145738.644000', '145738.646000', '145738.649000', '145738.652000', '145738.654000', '145738.657000', '145738.659000', '145738.662000', '145738.665000', '145738.667000', '145738.670000', '145758.550000', '145758.553000', '145758.555000', '145758.558000', '145758.560000', '145758.563000', '145758.566000', '145758.568000', '145758.571000', '145758.573000', '145758.576000', '145758.578000', '145758.581000', '145758.584000', '145758.586000', '145758.589000', '145758.592000', '145758.594000', '145758.597000', '145758.599000', '145758.602000', '145758.605000', '145758.607000', '145758.610000', '145758.612000', '145758.615000', '145758.618000', '145758.620000', '145758.623000', '145758.626000', '145758.628000', '145758.631000', '145758.633000', '145758.636000', '145758.638000', '145758.641000', '145758.644000', '145758.646000', '145758.649000', '145758.651000', '145758.654000', '145758.657000', '145758.659000', '145817.958000', '145817.961000', '145817.964000', '145817.967000', '145817.969000', '145817.972000', '145817.975000', '145817.977000', '145817.981000', '145817.984000', '145817.988000', '145817.991000', '145817.993000', '145817.996000', '145818.000000', '145818.003000', '145818.006000', '145818.008000', '145818.011000', '145818.014000', '145818.017000', '145818.019000', '145818.022000', '145818.025000', '145818.028000', '145818.031000', '145818.033000', '145818.036000', '145818.039000', '145818.042000', '145818.045000', '145818.047000', '145818.050000', '145818.053000', '145818.056000', '145818.059000', '145818.061000', '145818.064000', '145818.067000', '145818.069000', '145818.072000', '145818.075000', '145818.078000'], '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': [11641, 10339, 7714, 12936, 8570, 15968, 10202, 18992, 17034, 19989, 17349, 11789, 11089, 7601, 12317, 8046, 13935, 8571, 14862, 9425, 14393, 9480, 12818, 9176, 11395, 9353, 9912, 11228, 10805, 14812, 10591, 15705, 8961, 17055, 16436, 19949, 15444, 9500, 10744, 9523, 8159, 8489, 7196, 11259, 7845, 10671, 8727, 15747, 8475, 13721, 8820, 14681, 10235, 7433, 9785, 7578, 14140, 8945, 14737, 9164, 11013, 8632, 7995, 9278, 8505, 18629, 12046, 17427, 7750, 11770, 8092, 12707, 8132, 14778, 8989, 13732, 8414, 13084, 8054, 13182, 8048, 11898, 7848, 10826, 8044, 8766, 8345, 8123, 8591, 8640, 9292, 9147, 9660, 10274, 9179, 13029, 8992, 16274, 8943, 15763, 8951, 14002, 8329, 13491, 9418, 11139, 9783, 7316, 10099, 7153, 12762, 8089, 15176, 8266, 14635, 8553, 14526, 7884, 11950, 7756, 11862, 8677, 11958, 11097, 12681, 8137, 11937, 8345, 12859, 9703, 12019, 16568, 13655, 19351, 15505, 18352, 9564, 13633, 8688, 14931, 14335, 11640, 10615, 7280, 11787, 8579, 18376, 11867, 10190, 9975, 8575, 19137, 14610, 18700, 11888, 10714, 8892, 8356, 10285, 8540, 12512, 9637, 18690, 9982, 13734, 8010, 12209, 8445, 13667, 8987, 13331, 8212, 11789, 7403, 10111, 7251, 9870, 7382, 9339, 7503, 9590, 7481, 9603, 7554, 10819, 7620, 11461, 7513, 11792, 7680, 11878, 7947, 13454, 8928, 10928, 9431, 7141, 10229, 7557, 11237, 14596, 9758, 16765, 10047, 14948, 9402, 14359, 9796, 15661, 9993, 14881, 8361, 13808, 8900, 15621, 9894, 15303, 9814, 14198, 10210, 14531, 9790, 14623, 7914, 12180, 7777, 11699, 8021, 14070, 9382, 15421, 8525, 13249, 8042, 14034, 8549, 15159, 10203, 15537, 9040, 13227, 8726, 12766, 8697, 12593, 9673, 13436, 10512, 9124, 10111, 7396, 9970, 8878, 10037, 13372, 9907, 16926, 10010, 15826, 10934, 14579, 8611, 13504, 7869, 11730, 7488, 11150, 7543, 11227, 7504, 13638, 8100, 12530, 7721, 12618, 7382, 11601, 8362, 10213, 11048, 9219, 17333, 9912, 14947, 8953, 12805, 8118, 12345, 8235, 12560, 8592, 12382, 8277, 11029, 7799, 12797, 8619, 15533, 9016, 15776, 10366, 14790, 10442, 16039, 11718, 16973, 8394, 13481, 8006, 13525, 8612, 14265, 8896, 15038, 9262, 14914, 9240, 14116, 9159, 14237, 9689, 11707, 9457, 10610, 9891, 9869, 10590, 9409, 11142, 8534, 11332, 8569, 11870, 9518, 16983, 8247, 11372, 7462, 10630, 8295, 15194, 10280, 9065, 14474, 8698, 14145, 8346, 10521, 8635, 12079, 9844, 13889, 11397, 9299, 11235, 8146, 11650, 7984, 13672, 8494, 15314, 10143, 17083, 8382, 12421, 7692, 11657, 8446, 11027, 12702, 10246, 15997, 9370, 16438, 10658, 16405, 9505, 9068, 8892, 8568, 9267, 10105, 10678, 12728, 10508, 17138, 9347, 16037, 9384, 13553, 9304, 12474, 8196, 12731, 8261, 12690, 7783, 12341, 8270, 14068, 9271, 15624, 10641, 16751, 9068, 12701, 8417, 12729, 7831, 11334, 10645, 9769, 15064, 9268, 14288, 9021, 12765, 8798, 12431, 9522, 8396, 9357, 7638, 9685, 7798, 11235, 8990, 10518, 12524, 9422, 15017, 9961, 14839, 9449, 9227, 8913, 8195, 9518, 8559, 9714, 9100, 9193, 12040, 9645, 13572, 8725, 15771, 8398, 13899, 8332, 13122, 8153, 14022, 9317, 13964, 8299, 13504, 7866, 14598, 8521, 14501, 9061, 15235, 8788, 12594, 7868, 10967, 8132, 11096, 10399, 13354, 10260, 13023, 7837, 11293, 7858, 13188, 8374, 14990, 8582, 14607, 8486, 16133, 10846, 18104, 9309, 12962, 7799, 12298, 7996, 13204, 8436, 18285, 10943, 14789, 8474, 12760, 8445, 13406, 9058, 14401, 8662, 12883, 8404, 12916, 7887, 11307, 7809, 11268, 7702, 10247, 7090, 10589, 7518, 10595, 7066, 10300, 7458, 11499, 8076, 13233, 7913, 12730, 7848, 11908, 11040, 10350, 16894, 10275, 18428, 12211, 10048, 9330, 8642, 9311, 8366, 10758, 9548, 11507, 11249, 10823, 11169, 9587, 15725, 9156, 15811, 9102, 13644, 8906, 13989, 9264, 13552, 8557, 12771, 8147, 13870, 8888, 15904, 10631, 15413, 8830, 13831, 9402, 14147, 10369, 16668, 11399, 17264, 9866, 14378, 10657, 14563, 11120, 15922, 10671, 17524, 8362, 12794, 8547, 12214, 8928, 14743, 9608, 13468, 8051, 9772, 8145, 11873, 8672, 16408, 9679, 17758, 9869, 14088, 9914, 12594, 8610, 11862, 8258, 13512, 8111, 10620, 7485, 10235, 7649, 10104, 7637, 10255, 7693, 12293, 9509, 13602, 8460, 11266, 7926, 12173, 8951, 15055, 9905, 16024, 9751, 15021, 9589, 14245, 10253, 14155, 10994, 14713, 8705, 12759, 8492, 12783, 8995, 14028, 9619, 10118, 8638, 8888, 8835, 9257, 9125, 13066, 11208, 12290, 9423, 14737, 8957, 15634, 8883, 13273, 8497, 13931, 9504, 10448, 7839, 7319, 7479, 8466, 13840, 8535, 15092, 9637, 17095, 11673, 11495, 10741, 7631, 12646, 8370, 15973, 9563, 17159, 9828, 16699, 9352, 13491, 8641, 11971, 8459, 11754, 8270, 12376, 8047, 15717, 11661, 19715, 14616, 14843, 7862, 12505, 8650, 13445, 8870, 13309, 9315, 14193, 9680, 12767, 7714, 12382, 8078, 13332, 8949, 12928, 8773, 14088, 9088, 13090, 8074, 12287, 7874, 11287, 7338, 10304, 7446, 9957, 7855, 9657, 8480, 9655, 9561, 10308, 10219, 11796, 8704, 11432, 10454, 10907, 19145, 14851, 16729, 13252, 16815, 9016, 14705, 9505, 14944, 10310, 14992, 10237, 14719, 11010, 15721, 9759, 8763, 9941, 8339, 10728, 8465, 11644, 8813, 12398, 8884, 12221, 8511, 12378, 8612, 12620, 8887, 17113, 7870, 11965, 7442, 11795, 8098, 12482, 8309, 13954, 9390, 15542, 9484, 14527, 8625, 9760, 8830, 9061, 9684, 10182, 9774, 11256, 10115, 12762, 9854, 12769, 9979, 10926, 10323, 9070, 11048, 8336, 13745, 9247, 16115, 8676, 13195, 8449, 14263, 8796, 14479, 8030, 13966, 8499, 11958, 7587, 10908, 8116, 10753, 7353, 10419, 8149, 10607, 7983, 10890, 7607, 11311, 8507, 11381, 11823, 10360, 16324, 11426, 12982, 9296, 14989, 8982, 15892, 8341, 13280, 8464, 13109, 7549, 11043, 7586, 10278, 11081, 9627, 12150, 9224, 11100, 9436, 7495, 9908, 7711, 12152, 8721, 13317, 10153, 12836, 12649, 13316, 15940, 15134, 11841, 10536, 8151, 10569, 9167, 11289, 11357, 10993, 13928, 10128, 12341, 9766, 12487, 11841, 8458, 11038, 7375, 11108, 7599, 14168], 'WindowCenter': [4527.0, 4501.0, 4456.0, 4504.0, 4462.0, 4523.0, 4471.0, 4521.0, 4522.0, 4536.0, 4510.0, 4476.0, 4464.0, 4424.0, 4473.0, 4434.0, 4483.0, 4447.0, 4495.0, 4458.0, 4497.0, 4456.0, 4487.0, 4456.0, 4475.0, 4444.0, 4454.0, 4464.0, 4454.0, 4485.0, 4453.0, 4484.0, 4432.0, 4495.0, 4495.0, 4506.0, 4482.0, 4429.0, 4438.0, 4425.0, 4403.0, 4403.0, 4394.0, 4447.0, 4418.0, 4439.0, 4431.0, 4495.0, 4432.0, 4471.0, 4429.0, 4480.0, 4439.0, 4408.0, 4428.0, 4408.0, 4469.0, 4429.0, 4469.0, 4429.0, 4437.0, 4417.0, 4408.0, 4427.0, 4416.0, 4489.0, 4448.0, 4478.0, 4407.0, 4447.0, 4406.0, 4446.0, 4407.0, 4468.0, 4428.0, 4468.0, 4418.0, 4459.0, 4419.0, 4459.0, 4420.0, 4461.0, 4420.0, 4451.0, 4423.0, 4433.0, 4435.0, 4436.0, 4446.0, 4448.0, 4457.0, 4458.0, 4459.0, 4468.0, 4459.0, 4490.0, 4462.0, 4522.0, 4460.0, 4508.0, 4459.0, 4501.0, 4461.0, 4501.0, 4461.0, 4493.0, 4483.0, 4442.0, 4482.0, 4441.0, 4500.0, 4451.0, 4512.0, 4464.0, 4527.0, 4475.0, 4526.0, 4453.0, 4492.0, 4450.0, 4490.0, 4462.0, 4490.0, 4494.0, 4517.0, 4464.0, 4493.0, 4463.0, 4503.0, 4473.0, 4504.0, 4525.0, 4518.0, 4535.0, 4511.0, 4521.0, 4457.0, 4498.0, 4448.0, 4498.0, 4501.0, 4480.0, 4468.0, 4426.0, 4479.0, 4447.0, 4518.0, 4490.0, 4470.0, 4469.0, 4448.0, 4530.0, 4497.0, 4518.0, 4474.0, 4453.0, 4432.0, 4432.0, 4452.0, 4431.0, 4462.0, 4441.0, 4518.0, 4442.0, 4471.0, 4408.0, 4447.0, 4407.0, 4457.0, 4417.0, 4458.0, 4406.0, 4447.0, 4396.0, 4437.0, 4397.0, 4426.0, 4396.0, 4427.0, 4396.0, 4428.0, 4409.0, 4440.0, 4422.0, 4463.0, 4436.0, 4476.0, 4425.0, 4475.0, 4436.0, 4477.0, 4450.0, 4500.0, 4458.0, 4478.0, 4469.0, 4428.0, 4468.0, 4437.0, 4479.0, 4508.0, 4470.0, 4510.0, 4470.0, 4509.0, 4459.0, 4510.0, 4470.0, 4511.0, 4470.0, 4509.0, 4448.0, 4498.0, 4446.0, 4508.0, 4469.0, 4509.0, 4468.0, 4499.0, 4468.0, 4499.0, 4468.0, 4511.0, 4436.0, 4475.0, 4435.0, 4475.0, 4437.0, 4498.0, 4471.0, 4511.0, 4449.0, 4488.0, 4438.0, 4497.0, 4458.0, 4510.0, 4482.0, 4511.0, 4459.0, 4487.0, 4447.0, 4485.0, 4448.0, 4487.0, 4457.0, 4488.0, 4468.0, 4460.0, 4468.0, 4427.0, 4457.0, 4445.0, 4456.0, 4487.0, 4456.0, 4509.0, 4469.0, 4509.0, 4480.0, 4497.0, 4446.0, 4498.0, 4435.0, 4475.0, 4426.0, 4466.0, 4438.0, 4481.0, 4440.0, 4500.0, 4450.0, 4490.0, 4439.0, 4487.0, 4426.0, 4478.0, 4448.0, 4468.0, 4478.0, 4459.0, 4534.0, 4470.0, 4508.0, 4458.0, 4487.0, 4436.0, 4487.0, 4460.0, 4488.0, 4458.0, 4490.0, 4461.0, 4491.0, 4451.0, 4501.0, 4462.0, 4521.0, 4462.0, 4512.0, 4483.0, 4513.0, 4481.0, 4511.0, 4480.0, 4509.0, 4447.0, 4486.0, 4436.0, 4485.0, 4446.0, 4496.0, 4446.0, 4497.0, 4458.0, 4498.0, 4456.0, 4496.0, 4457.0, 4497.0, 4455.0, 4476.0, 4457.0, 4467.0, 4456.0, 4455.0, 4467.0, 4446.0, 4466.0, 4444.0, 4466.0, 4447.0, 4476.0, 4455.0, 4509.0, 4447.0, 4465.0, 4425.0, 4467.0, 4449.0, 4508.0, 4470.0, 4460.0, 4511.0, 4461.0, 4511.0, 4451.0, 4479.0, 4449.0, 4491.0, 4484.0, 4501.0, 4494.0, 4473.0, 4480.0, 4451.0, 4480.0, 4448.0, 4501.0, 4462.0, 4512.0, 4481.0, 4523.0, 4449.0, 4490.0, 4439.0, 4478.0, 4449.0, 4469.0, 4487.0, 4469.0, 4510.0, 4460.0, 4509.0, 4468.0, 4511.0, 4459.0, 4457.0, 4447.0, 4447.0, 4458.0, 4469.0, 4471.0, 4491.0, 4482.0, 4521.0, 4458.0, 4499.0, 4459.0, 4488.0, 4456.0, 4478.0, 4446.0, 4488.0, 4449.0, 4490.0, 4438.0, 4489.0, 4449.0, 4501.0, 4471.0, 4511.0, 4483.0, 4511.0, 4447.0, 4477.0, 4435.0, 4475.0, 4422.0, 4466.0, 4456.0, 4442.0, 4484.0, 4443.0, 4483.0, 4433.0, 4475.0, 4434.0, 4475.0, 4458.0, 4436.0, 4445.0, 4425.0, 4454.0, 4426.0, 4467.0, 4446.0, 4467.0, 4488.0, 4460.0, 4510.0, 4468.0, 4500.0, 4455.0, 4444.0, 4446.0, 4435.0, 4455.0, 4446.0, 4458.0, 4459.0, 4460.0, 4493.0, 4470.0, 4500.0, 4450.0, 4511.0, 4450.0, 4500.0, 4450.0, 4503.0, 4451.0, 4502.0, 4473.0, 4514.0, 4463.0, 4503.0, 4452.0, 4512.0, 4463.0, 4515.0, 4462.0, 4512.0, 4451.0, 4491.0, 4436.0, 4467.0, 4438.0, 4478.0, 4467.0, 4489.0, 4471.0, 4502.0, 4438.0, 4477.0, 4436.0, 4487.0, 4447.0, 4498.0, 4448.0, 4500.0, 4462.0, 4510.0, 4467.0, 4520.0, 4445.0, 4475.0, 4421.0, 4462.0, 4423.0, 4472.0, 4433.0, 4519.0, 4465.0, 4483.0, 4433.0, 4461.0, 4431.0, 4471.0, 4432.0, 4484.0, 4435.0, 4474.0, 4435.0, 4476.0, 4433.0, 4464.0, 4423.0, 4463.0, 4436.0, 4456.0, 4425.0, 4467.0, 4427.0, 4467.0, 4428.0, 4470.0, 4453.0, 4492.0, 4454.0, 4502.0, 4452.0, 4503.0, 4451.0, 4492.0, 4482.0, 4471.0, 4523.0, 4470.0, 4521.0, 4494.0, 4469.0, 4459.0, 4446.0, 4458.0, 4448.0, 4480.0, 4473.0, 4491.0, 4492.0, 4480.0, 4480.0, 4458.0, 4498.0, 4458.0, 4509.0, 4448.0, 4501.0, 4460.0, 4500.0, 4473.0, 4499.0, 4461.0, 4490.0, 4449.0, 4511.0, 4463.0, 4524.0, 4495.0, 4513.0, 4462.0, 4499.0, 4458.0, 4502.0, 4471.0, 4522.0, 4481.0, 4509.0, 4457.0, 4487.0, 4456.0, 4486.0, 4468.0, 4496.0, 4456.0, 4495.0, 4433.0, 4473.0, 4432.0, 4474.0, 4442.0, 4496.0, 4460.0, 4485.0, 4436.0, 4455.0, 4425.0, 4464.0, 4446.0, 4509.0, 4457.0, 4507.0, 4443.0, 4472.0, 4443.0, 4463.0, 4435.0, 4463.0, 4434.0, 4474.0, 4420.0, 4441.0, 4410.0, 4453.0, 4424.0, 4454.0, 4423.0, 4455.0, 4425.0, 4475.0, 4469.0, 4499.0, 4447.0, 4478.0, 4439.0, 4489.0, 4461.0, 4512.0, 4471.0, 4512.0, 4460.0, 4498.0, 4458.0, 4500.0, 4470.0, 4487.0, 4468.0, 4498.0, 4445.0, 4475.0, 4445.0, 4491.0, 4460.0, 4499.0, 4472.0, 4470.0, 4448.0, 4448.0, 4459.0, 4473.0, 4473.0, 4501.0, 4494.0, 4490.0, 4471.0, 4512.0, 4460.0, 4511.0, 4460.0, 4502.0, 4461.0, 4499.0, 4470.0, 4470.0, 4440.0, 4441.0, 4440.0, 4464.0, 4515.0, 4477.0, 4527.0, 4487.0, 4537.0, 4496.0, 4498.0, 4482.0, 4440.0, 4489.0, 4450.0, 4510.0, 4459.0, 4512.0, 4458.0, 4511.0, 4446.0, 4477.0, 4435.0, 4463.0, 4422.0, 4463.0, 4421.0, 4463.0, 4423.0, 4484.0, 4453.0, 4519.0, 4486.0, 4485.0, 4423.0, 4463.0, 4432.0, 4471.0, 4434.0, 4476.0, 4444.0, 4488.0, 4456.0, 4474.0, 4425.0, 4475.0, 4424.0, 4475.0, 4448.0, 4491.0, 4449.0, 4501.0, 4461.0, 4489.0, 4439.0, 4479.0, 4440.0, 4482.0, 4455.0, 4482.0, 4442.0, 4472.0, 4454.0, 4486.0, 4465.0, 4486.0, 4475.0, 4485.0, 4485.0, 4506.0, 4464.0, 4496.0, 4485.0, 4485.0, 4536.0, 4503.0, 4525.0, 4505.0, 4513.0, 4450.0, 4498.0, 4459.0, 4499.0, 4459.0, 4497.0, 4470.0, 4501.0, 4468.0, 4500.0, 4458.0, 4446.0, 4457.0, 4435.0, 4465.0, 4436.0, 4468.0, 4446.0, 4478.0, 4447.0, 4478.0, 4436.0, 4476.0, 4449.0, 4478.0, 4434.0, 4509.0, 4424.0, 4463.0, 4412.0, 4464.0, 4423.0, 4477.0, 4449.0, 4488.0, 4448.0, 4497.0, 4459.0, 4488.0, 4448.0, 4458.0, 4447.0, 4447.0, 4458.0, 4469.0, 4470.0, 4479.0, 4470.0, 4491.0, 4470.0, 4491.0, 4469.0, 4469.0, 4470.0, 4450.0, 4482.0, 4452.0, 4503.0, 4464.0, 4525.0, 4450.0, 4491.0, 4450.0, 4500.0, 4450.0, 4514.0, 4453.0, 4502.0, 4451.0, 4479.0, 4428.0, 4466.0, 4436.0, 4481.0, 4441.0, 4469.0, 4451.0, 4482.0, 4450.0, 4480.0, 4442.0, 4483.0, 4463.0, 4507.0, 4508.0, 4486.0, 4526.0, 4507.0, 4504.0, 4461.0, 4512.0, 4462.0, 4513.0, 4465.0, 4516.0, 4464.0, 4516.0, 4468.0, 4496.0, 4453.0, 4484.0, 4483.0, 4485.0, 4494.0, 4475.0, 4496.0, 4475.0, 4455.0, 4486.0, 4456.0, 4507.0, 4464.0, 4517.0, 4486.0, 4520.0, 4508.0, 4507.0, 4515.0, 4504.0, 4481.0, 4468.0, 4436.0, 4456.0, 4446.0, 4466.0, 4466.0, 4456.0, 4486.0, 4455.0, 4478.0, 4459.0, 4476.0, 4467.0, 4435.0, 4454.0, 4413.0, 4453.0, 4425.0, 4487.0], 'WindowWidth': [9948.0, 9899.0, 9827.0, 9887.0, 9826.0, 9913.0, 9835.0, 9912.0, 9909.0, 9948.0, 9894.0, 9832.0, 9813.0, 9760.0, 9826.0, 9772.0, 9840.0, 9795.0, 9862.0, 9811.0, 9864.0, 9807.0, 9849.0, 9806.0, 9830.0, 9787.0, 9798.0, 9812.0, 9799.0, 9844.0, 9794.0, 9842.0, 9764.0, 9860.0, 9857.0, 9880.0, 9833.0, 9753.0, 9765.0, 9742.0, 9714.0, 9713.0, 9701.0, 9778.0, 9740.0, 9769.0, 9763.0, 9858.0, 9766.0, 9816.0, 9758.0, 9828.0, 9770.0, 9726.0, 9752.0, 9727.0, 9810.0, 9755.0, 9812.0, 9755.0, 9764.0, 9736.0, 9728.0, 9751.0, 9732.0, 9844.0, 9780.0, 9825.0, 9724.0, 9776.0, 9720.0, 9774.0, 9721.0, 9807.0, 9752.0, 9807.0, 9739.0, 9795.0, 9743.0, 9797.0, 9745.0, 9801.0, 9747.0, 9789.0, 9755.0, 9770.0, 9775.0, 9778.0, 9793.0, 9796.0, 9809.0, 9811.0, 9813.0, 9824.0, 9814.0, 9856.0, 9822.0, 9905.0, 9818.0, 9883.0, 9814.0, 9875.0, 9822.0, 9876.0, 9819.0, 9867.0, 9853.0, 9795.0, 9851.0, 9796.0, 9872.0, 9807.0, 9890.0, 9829.0, 9920.0, 9847.0, 9919.0, 9813.0, 9864.0, 9805.0, 9858.0, 9827.0, 9861.0, 9871.0, 9910.0, 9828.0, 9869.0, 9825.0, 9880.0, 9842.0, 9886.0, 9918.0, 9910.0, 9934.0, 9890.0, 9905.0, 9809.0, 9865.0, 9797.0, 9866.0, 9879.0, 9844.0, 9826.0, 9765.0, 9841.0, 9793.0, 9896.0, 9859.0, 9832.0, 9829.0, 9798.0, 9919.0, 9865.0, 9899.0, 9827.0, 9798.0, 9766.0, 9765.0, 9795.0, 9763.0, 9809.0, 9779.0, 9900.0, 9779.0, 9817.0, 9728.0, 9779.0, 9722.0, 9790.0, 9736.0, 9793.0, 9723.0, 9778.0, 9709.0, 9763.0, 9710.0, 9749.0, 9708.0, 9750.0, 9708.0, 9756.0, 9730.0, 9775.0, 9754.0, 9810.0, 9778.0, 9832.0, 9764.0, 9829.0, 9778.0, 9835.0, 9805.0, 9875.0, 9813.0, 9841.0, 9829.0, 9773.0, 9827.0, 9785.0, 9843.0, 9881.0, 9829.0, 9887.0, 9829.0, 9882.0, 9814.0, 9886.0, 9831.0, 9890.0, 9831.0, 9884.0, 9798.0, 9865.0, 9795.0, 9882.0, 9828.0, 9884.0, 9826.0, 9871.0, 9828.0, 9869.0, 9826.0, 9889.0, 9779.0, 9831.0, 9777.0, 9833.0, 9783.0, 9865.0, 9835.0, 9890.0, 9802.0, 9855.0, 9784.0, 9864.0, 9815.0, 9889.0, 9852.0, 9890.0, 9813.0, 9851.0, 9793.0, 9846.0, 9798.0, 9849.0, 9808.0, 9851.0, 9823.0, 9817.0, 9824.0, 9769.0, 9807.0, 9790.0, 9806.0, 9848.0, 9805.0, 9884.0, 9828.0, 9884.0, 9843.0, 9866.0, 9792.0, 9868.0, 9774.0, 9829.0, 9763.0, 9819.0, 9785.0, 9848.0, 9792.0, 9875.0, 9805.0, 9857.0, 9786.0, 9849.0, 9767.0, 9838.0, 9795.0, 9824.0, 9838.0, 9813.0, 9928.0, 9829.0, 9883.0, 9813.0, 9850.0, 9780.0, 9851.0, 9819.0, 9854.0, 9814.0, 9859.0, 9821.0, 9863.0, 9810.0, 9876.0, 9824.0, 9905.0, 9824.0, 9894.0, 9853.0, 9897.0, 9848.0, 9893.0, 9844.0, 9884.0, 9795.0, 9849.0, 9780.0, 9844.0, 9792.0, 9862.0, 9794.0, 9866.0, 9811.0, 9867.0, 9806.0, 9861.0, 9809.0, 9863.0, 9803.0, 9834.0, 9806.0, 9821.0, 9805.0, 9805.0, 9820.0, 9792.0, 9818.0, 9788.0, 9818.0, 9796.0, 9834.0, 9801.0, 9887.0, 9797.0, 9817.0, 9761.0, 9820.0, 9801.0, 9881.0, 9830.0, 9817.0, 9889.0, 9819.0, 9890.0, 9806.0, 9842.0, 9801.0, 9860.0, 9856.0, 9877.0, 9871.0, 9839.0, 9846.0, 9806.0, 9843.0, 9797.0, 9873.0, 9822.0, 9892.0, 9849.0, 9913.0, 9801.0, 9857.0, 9785.0, 9838.0, 9798.0, 9826.0, 9851.0, 9825.0, 9886.0, 9816.0, 9885.0, 9824.0, 9889.0, 9814.0, 9809.0, 9794.0, 9796.0, 9811.0, 9827.0, 9831.0, 9858.0, 9847.0, 9904.0, 9811.0, 9870.0, 9811.0, 9851.0, 9805.0, 9837.0, 9792.0, 9850.0, 9802.0, 9856.0, 9785.0, 9853.0, 9801.0, 9873.0, 9834.0, 9888.0, 9852.0, 9889.0, 9793.0, 9834.0, 9772.0, 9828.0, 9753.0, 9820.0, 9803.0, 9780.0, 9839.0, 9780.0, 9836.0, 9766.0, 9830.0, 9772.0, 9829.0, 9812.0, 9777.0, 9789.0, 9761.0, 9801.0, 9763.0, 9820.0, 9792.0, 9821.0, 9854.0, 9818.0, 9885.0, 9826.0, 9873.0, 9802.0, 9787.0, 9790.0, 9774.0, 9802.0, 9791.0, 9811.0, 9817.0, 9817.0, 9865.0, 9831.0, 9872.0, 9801.0, 9887.0, 9804.0, 9872.0, 9804.0, 9880.0, 9810.0, 9875.0, 9841.0, 9898.0, 9826.0, 9882.0, 9812.0, 9890.0, 9827.0, 9899.0, 9824.0, 9895.0, 9806.0, 9861.0, 9780.0, 9821.0, 9784.0, 9838.0, 9823.0, 9856.0, 9834.0, 9876.0, 9783.0, 9836.0, 9780.0, 9848.0, 9795.0, 9865.0, 9796.0, 9871.0, 9821.0, 9886.0, 9822.0, 9904.0, 9787.0, 9827.0, 9750.0, 9804.0, 9753.0, 9822.0, 9769.0, 9899.0, 9815.0, 9839.0, 9767.0, 9806.0, 9763.0, 9819.0, 9767.0, 9839.0, 9772.0, 9828.0, 9774.0, 9831.0, 9769.0, 9812.0, 9757.0, 9809.0, 9776.0, 9804.0, 9764.0, 9822.0, 9767.0, 9821.0, 9772.0, 9831.0, 9815.0, 9863.0, 9816.0, 9879.0, 9810.0, 9878.0, 9807.0, 9865.0, 9849.0, 9833.0, 9908.0, 9831.0, 9907.0, 9871.0, 9827.0, 9810.0, 9791.0, 9809.0, 9796.0, 9846.0, 9841.0, 9860.0, 9863.0, 9843.0, 9841.0, 9811.0, 9866.0, 9809.0, 9882.0, 9797.0, 9874.0, 9818.0, 9871.0, 9840.0, 9871.0, 9819.0, 9858.0, 9803.0, 9892.0, 9826.0, 9912.0, 9876.0, 9897.0, 9822.0, 9871.0, 9812.0, 9878.0, 9832.0, 9905.0, 9847.0, 9887.0, 9807.0, 9848.0, 9801.0, 9847.0, 9822.0, 9862.0, 9802.0, 9857.0, 9768.0, 9821.0, 9767.0, 9828.0, 9782.0, 9859.0, 9815.0, 9843.0, 9776.0, 9799.0, 9759.0, 9812.0, 9792.0, 9882.0, 9807.0, 9880.0, 9783.0, 9823.0, 9778.0, 9809.0, 9774.0, 9809.0, 9768.0, 9823.0, 9746.0, 9775.0, 9733.0, 9795.0, 9758.0, 9796.0, 9755.0, 9800.0, 9761.0, 9831.0, 9828.0, 9866.0, 9795.0, 9838.0, 9786.0, 9854.0, 9821.0, 9894.0, 9835.0, 9892.0, 9814.0, 9865.0, 9807.0, 9871.0, 9829.0, 9849.0, 9826.0, 9864.0, 9788.0, 9830.0, 9788.0, 9861.0, 9815.0, 9868.0, 9838.0, 9828.0, 9796.0, 9797.0, 9812.0, 9841.0, 9837.0, 9876.0, 9869.0, 9858.0, 9835.0, 9893.0, 9815.0, 9886.0, 9816.0, 9878.0, 9819.0, 9868.0, 9830.0, 9828.0, 9790.0, 9794.0, 9790.0, 9829.0, 9900.0, 9851.0, 9923.0, 9867.0, 9936.0, 9874.0, 9880.0, 9850.0, 9788.0, 9854.0, 9799.0, 9884.0, 9813.0, 9892.0, 9809.0, 9888.0, 9788.0, 9833.0, 9770.0, 9808.0, 9750.0, 9805.0, 9746.0, 9805.0, 9755.0, 9839.0, 9794.0, 9898.0, 9841.0, 9841.0, 9754.0, 9805.0, 9762.0, 9816.0, 9769.0, 9828.0, 9782.0, 9847.0, 9802.0, 9826.0, 9759.0, 9825.0, 9755.0, 9826.0, 9793.0, 9859.0, 9799.0, 9871.0, 9816.0, 9852.0, 9786.0, 9838.0, 9787.0, 9847.0, 9817.0, 9850.0, 9795.0, 9837.0, 9815.0, 9859.0, 9830.0, 9860.0, 9846.0, 9859.0, 9860.0, 9890.0, 9829.0, 9874.0, 9856.0, 9856.0, 9937.0, 9877.0, 9916.0, 9885.0, 9893.0, 9800.0, 9864.0, 9808.0, 9865.0, 9809.0, 9863.0, 9828.0, 9874.0, 9824.0, 9869.0, 9808.0, 9789.0, 9803.0, 9772.0, 9815.0, 9775.0, 9820.0, 9789.0, 9835.0, 9791.0, 9833.0, 9775.0, 9829.0, 9797.0, 9835.0, 9771.0, 9881.0, 9755.0, 9808.0, 9739.0, 9809.0, 9754.0, 9833.0, 9798.0, 9850.0, 9794.0, 9861.0, 9810.0, 9851.0, 9795.0, 9808.0, 9793.0, 9792.0, 9809.0, 9826.0, 9828.0, 9840.0, 9828.0, 9857.0, 9829.0, 9858.0, 9826.0, 9826.0, 9828.0, 9801.0, 9849.0, 9809.0, 9877.0, 9825.0, 9913.0, 9803.0, 9857.0, 9800.0, 9868.0, 9800.0, 9895.0, 9812.0, 9875.0, 9803.0, 9839.0, 9766.0, 9817.0, 9775.0, 9845.0, 9792.0, 9826.0, 9804.0, 9847.0, 9802.0, 9844.0, 9794.0, 9850.0, 9824.0, 9891.0, 9895.0, 9859.0, 9916.0, 9891.0, 9882.0, 9819.0, 9889.0, 9818.0, 9891.0, 9831.0, 9900.0, 9829.0, 9901.0, 9842.0, 9874.0, 9811.0, 9854.0, 9851.0, 9857.0, 9868.0, 9845.0, 9873.0, 9845.0, 9819.0, 9860.0, 9821.0, 9890.0, 9831.0, 9905.0, 9861.0, 9912.0, 9896.0, 9890.0, 9900.0, 9884.0, 9843.0, 9821.0, 9776.0, 9803.0, 9788.0, 9815.0, 9816.0, 9803.0, 9843.0, 9800.0, 9837.0, 9814.0, 9831.0, 9821.0, 9773.0, 9797.0, 9740.0, 9794.0, 9760.0, 9847.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.0004612298850574713</td></tr>
<tr><td colspan=3>aqi</td><td>0.020322438735632185</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.11865652286532</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.203594688653625</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9908221889873419</td></tr>
<tr><td colspan=3>efc</td><td>0.5215</td></tr>
<tr><td colspan=3>fber</td><td>3595.4304</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08119022320677473</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>35</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.022988505747127</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6427844516065058</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5982407562349312</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8667385680152626</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4633740305693235</td></tr>
<tr><td colspan=3>gcor</td><td>0.0192432</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012520196847617626</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.031150605529546738</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.964590610709573</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>11.6158</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>63.06</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>260.0451</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>64.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>291434.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1296.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>459.1316</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3281</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>548.4946</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3597.4824</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3822.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>85110.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1288.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4700.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>964.0283</td></tr>
<tr><td colspan=3>tsnr</td><td>39.7974114746321</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>