Project Hessdalen logo
HESSDALEN
Holtålen municipality
Pictures
Map
Hotel
Guided tour
Where is
3D map
 
PHENOMENA
Pictures
Film
Description
Observations this year
Observations previous years
Theories
 
PROJECT
Last news
Articles
Report from 1984
History
Talks
The project in TV
   ... radio/internet
   ... newspaper
   ... journals
 
STATION
Live TV

Alarms

Pictures 2024
Pictures 2023
Pictures 2022
Pictures 2021
Pictures 2020
Pictures 2019
Pictures 2018
Pictures 2017
Pictures 2016
Pictures 2015
Pictures 2014
Pictures 2013
Pictures 2011
Pictures 2003
Pictures 2002
Pictures 2001
Pictures 2000
Pictures 1999
Pictures 1998

GCP

Technical description
Where is

 
PEOPLE
Student groups
Student reports
 
OTHER
Become a sponsor
Links
 
Hits on this web
Back to main
 
    slutt }

The magnetometer data is not absolute. It is the value from the last time the sensor was adjusted to zero. You can only use the difference.

The magnetometer data from the periode 21 August 1998 to 29 Januar 2001 is now in the database. In that periode could not the system record pulsations, and the time for the max and min value is choosed to the nearest hour. You will get the data only by choosing day or week as a periode. - The new computer was set in operation on the 11 June 2002. So there are no magnetometer data in the periode from 29 January 2001 to 11 June 2002.

Other magnetometre:
ref: Tromsø Geophysical Observatory:

Dombås
Bergen
Rørvik
Leksnes

The airpressure sensor is very old, and it is not calibrated. That is why the absolute value from this sensor is wrong. A new airpressure sensor is needed.

Hessdalen AMS - Weatherstaion

When you want to look at the data, you need to choose "From date" to tell the system from which date you want to start the search. You also have to click on one of the predefined checkboxes to decide the interval/length of the search. You also have to choose type of data before submitting the query. After submitting, a graph for the decided data will be displayed.

There are data from 14 June 2002, when all these sensors were finished installed. The magnetometer was also in operation from 21 August 1998 to 29 January 2001. You will find data from that periode as well for this sensor.

The Hessdalen AMS was stopped on the 7.November 2003 because of failure. It will be installed after the failure is repaired. The old data is still here.
#!/usr/bin/perl -w ################################################################################################### # SENSOR_FORM.CGI # # Engelsk utgave # Enkelt Perl-skript som genererer et HTML-dokument best�ende av diverse forms for v�rstasjonsensorene. # I formene f�r brukeren flere valg om hva han/hun �nsker � se av data i et grafplott. # # Subrutiner: # - dag => Lager en med dager. # - maaned => Lager en med m�neder. # - aar => Lager en med �r. # - sub_radio_period_data => Radiobuttons og checkbokser for henholdsvis intervaller og type data. # ################################################################################################### use CGI ":standard"; use strict; print ("Content-type: text/html\n\n"); my $i; print <<"htmlStartOption";
airPressureEnd print << "windSpeedStart"; windSpeedEnd print << "magnetometerStart"; magnetometerEnd print << "magnetometer2Start"; magnetometer2End print << "End";
"; &sub_radio_period_data( 0 ); print << "temperatureEnd";
- Temperature -
From date: htmlStartOption &maaned(); &dag(); &aar(); print "
Length: Type of data ( one or more ):
temperatureEnd print << "airPressureStart";
\n \n \n \n \n \n \n"; &sub_radio_period_data( 0 ); print << "airPressureEnd";
- Airpressure -
From date: airPressureStart &maaned(); &dag(); &aar(); print "
Length:Type of data (one or more ):
\n \n \n \n \n \n \n"; &sub_radio_period_data( 1 ); print << "windSpeedEnd";
- Windspeed - with direction -
From date: windSpeedStart &maaned(); &dag(); &aar(); print "
Length:Type of data (one or more ):
\n \n \n \n \n \n \n"; &sub_radio_period_data( 2 ); print << "magnetometerEnd";
- Fluxgate Magnetometer -
From date: magnetometerStart &maaned(); &dag(); &aar(); print "
Length:Type of data (one or more ):
\n \n \n \n \n \n \n"; &sub_radio_period_data( 2 ); print << "magnetometer2End";
- Vector Magnetometer FVM-400 -
From date: magnetometer2Start &maaned(); &dag(); &aar(); print "
Length:Type of data (one or more ):
End sub dag{ print"\n"; } sub maaned{ print << "htmlMonthStop"; htmlMonthStop } sub aar{ print "\n"; } sub sub_radio_period_data{ my ( $status ) = @_; print << "subSlutt";

24 hours
A week
Month
Year
Min
Max
Average
subSlutt if ( $status == 1 ){ print "Gust
\n Drifting10min
\n"; } if( $status == 2 ){ print "X
\n Y
\n Z"; } print << "slutt";

Copyright ©2000 Project Hessdalen. Webmaster : Erling Strand.
All comments or questions about this web shall be send to Webmaster
Last update 27 December 2003 11:02:12.

No-flagg