What's your opinion on ghosts?
posted by Rachael M on August 23, 2007 <0 Comments>
AGHOST would like to know you opinion on ghosts! Click the link below to participate in our pole.
Click Here to take survey
AGHOST would like to know you opinion on ghosts! Click the link below to participate in our pole.
The Harvard Exit Theater in Seattle is one of Washington’s more publicized ‘haunted’ locations. In the past it has received media attention and been investigated by several paranormal groups, including AGHOST. During AGHOST's research of the building's history it came to light that some of the stories linked to the Harvard Exit have been portrayed and retold inaccurately. I thought it would be good to tell a few of the stories, as they were retold to us by former theater employees; as well as one that had not been told publicly before.
We occasionally receive emails from folks asking for more information about AGHOST and what it is that we do. There is quite a bit information about our organization on our website, but there are many interesting aspects to AGHOST that are not mentioned on the website or blog. So I thought I would write a bit about AGHOST (from my perspective) and what it's all about.
Guest Article: Posted on behalf of AGHOST member Jody C.
In recent years, many paranormal enthusiasts have adopted digital devices as their primary means to collect audio, video and still photographs. Digital cameras, in particular, have taken hold as the dominant format for the hobbyist photographer as well as the professional - despite their rocky start as pixel-mangling orb collectors. In this article I'm going to discuss a commonly used aspect of the digital photograph, specifically the metadata that is embedded in nearly all of the digital photographs we see today.
me@linux:~/test> exiftool -a -u -g1 original.jpg
... Snipped ...
---- IFD0 ----
Image Description :
Make : SONY
Camera Model Name : DSC-F828
Orientation : Horizontal (normal)
X Resolution : 72
Y Resolution : 72
Resolution Unit : inches
Modify Date : 2006:04:15 20:55:48
Y Cb Cr Positioning : Co-sited
---- ExifIFD ----
Exposure Time : 1/30
F Number : 2.0
Exposure Program : Program AE
ISO : 100
Exif Version : 0220
Date/Time Original : 2006:04:15 20:55:48
Create Date : 2006:04:15 20:55:48
Components Configuration : YCbCr
Compressed Bits Per Pixel : 8
Exposure Compensation : 0
Max Aperture Value : 2.0
... Snipped ...
me@linux:~/test> exiftool -b -ThumbnailImage modified.jpg > thumb.jpg
me@linux:~/test> diff <(exiftool -a -u original.jpg) <(exiftool -a -u modified2.jpg)
7a8,11
> JFIF Version : 1.1
> Resolution Unit : inches
> X Resolution : 72
> Y Resolution : 72
65,67c69,70
< Modify Date : 2006:04:15 20:55:48
< Thumbnail Offset : 2498
< Thumbnail Length : 15105
---
> Thumbnail Offset : 2484
> Thumbnail Length : 7653
73c76
< Thumbnail Image : (Binary data 15105 bytes, use -b option to extract)
---
> Thumbnail Image : (Binary data 7653 bytes, use -b option to extract)
me@linux:~/test> exiftool -b -ThumbnailImage modified.jpg > thumb.jpg
me@linux:~/test> exiftool -TagsFromFile original.jpg -all:all modified.jpg
1 image files updated
me@linux:~/test> exiftool '-ThumbnailImage<=thumb.jpg' modified.jpg
1 image files updated
me@linux:~/test> exiftool -JFIF:All= modified.jpg
1 image files updated
me@linux:~/test> exiftool -Photoshop:All= modified.jpg
1 image files updated
me@linux:~/test> diff <(exiftool -a -u original.jpg) <(exiftool -a -u modified.jpg)
55,56c55,56
< Thumbnail Offset : 2498
< Thumbnail Length : 15105
---
> Thumbnail Offset : 2502
> Thumbnail Length : 7653
62c62
< Thumbnail Image : (Binary data 15105 bytes, use -b option to extract)
---
> Thumbnail Image : (Binary data 7653 bytes, use -b option to extract)
This March 24th volunteer members of AGHOST and South King County Genealogical Society (SKCGS) will gather at Saar’s Cemetery in Kent to help with the beautification and cleanup of the cemetery.
In Part 1 of this series, I discussed some of the difficulties AGHOST has faced with archiving its massive collection of research data (photographs, audio and video) and how we ultimately utilized an open-source software tool to provide free access to that data to all members. But what about reports? All AGHOST investigators are required to submit a report after a walkthrough or an investigation. How do we assure consistent and accurate reports, and provide immediate access to that reporting data online? How can we be sure that the investigator has turned in their reports on time? How can we immediately correlate and search data from, say, 100 reports from 15 different investigations? For this we needed to build a custom solution.
The AGHOST Reporting Database consists of a web-based interface for case management, client relations and investigative reporting. The software allows AGHOST investigators to complete their reports online and AGHOST team leads to manage cases, manage investigators and present the client with a well-organized and consistent final report. All data is stored in a back-end database for easy querying and searching.
The software is case oriented. That is, case managers can create cases, to which all investigators and their reports are linked. Each case, then, represents a single investigation or walkthrough. Case managers can check up on the progress of individual investigators' reports, and send email reminders when needed. While designing and building the software, a fair amount of thought was put into creating a simple, yet functional user interface. Simple tasks such as publishing a report, or slightly more complex tasks such as listing all the cases and reports for a particular user, can be accomplished with just a couple clicks.Late last year (2006) I completed a project called the Space Weather Archive. The project was somewhat of a branch of the Paranormal Weather Images project I worked on with Justin Faulk (GhostGadgets.com). The space weather archive includes two components; the archive (of course), and the software designed to provide easy access to the data.
When filing reports or reviewing old cases, it is often time consuming to dig through the SEC archive and find older space weather data to correlate with the reports. So I began the project of building a web-based front-end to the archive to make access to this data quick and painless.
The archive can now be accessed via a link on the AGHOST home page (see above image). The web interface accepts a single date as input (year, month, and day), and displays data for the entire day. You can then use the available data or plots to break the data down further to determine the results for a particular time of the day. Just be sure to account for the fact that all the data is displayed in Coordinated Universal Time.