Recent Changes - Search:

Interferometry basics

Observing

Data Reduction

AGN Large Programme

Other AGN programmes

High angular resolution @ MPIA

Other Links

PmWiki


DR /

MIAEWS

DR.MIAEWS History

Hide minor edits - Show changes to markup

December 09, 2011, at 08:48 CET by leo -
Changed lines 34-35 from:
to:
November 03, 2011, at 11:38 CET by leo -
Changed lines 17-18 from:
to:
May 31, 2011, at 13:50 CET by leo -
Changed lines 16-17 from:
to:
December 08, 2010, at 10:25 CET by leo -
Changed lines 15-16 from:
to:
June 22, 2010, at 18:47 CET by leo -
Changed lines 9-10 from:
to:
June 14, 2010, at 18:05 CET by leo -
Added line 19:
June 14, 2010, at 17:13 CET by leo -
Added line 19:
April 20, 2010, at 13:30 CET by leo -
Added lines 7-9:

Installation

  • Compile with cl_install in the expanded archive directory
January 19, 2010, at 00:17 CET by leo -
Changed lines 10-11 from:
to:
December 06, 2009, at 22:52 CET by leo -
Changed lines 17-18 from:
to:
December 06, 2009, at 12:18 CET by leo -
Changed lines 8-9 from:
to:
November 27, 2009, at 17:30 CET by burtscher -
Changed line 7 from:

Sparsely documented functions

to:

Extra-documentation for built-in MIA+EWS functions

Changed lines 9-11 from:
to:
November 27, 2009, at 17:28 CET by burtscher -
Changed lines 9-13 from:
  • oirChopPhotoImages
    • does the chopping for photometry files; if read in with oirgetdata, returns a struct array of 7, i.e.
      • 0: best estimate for Target - Sky
      • 1...5: split-ups of photometry (for 8000 frames, i.e. 0...1599, 1600...3199, ...)
      • 6: Sky
to:
November 27, 2009, at 17:27 CET by burtscher -
Changed lines 7-11 from:

Functions

  • oirnewdata
    • Syntax: oirnewdata, templatefile, newfile, data, /copyhead
    • Copies data (struct like the one you get with oirgetdata) with header of templatefile in newfile (if /copyhead is set)
    • Copies file structure of templatefile in newfile (if /copyhead is not set)
to:

Sparsely documented functions

November 20, 2009, at 17:19 CET by ronny -
Changed lines 30-31 from:

SciPhotReduction

to:
November 20, 2009, at 17:18 CET by ronny -
Added lines 29-31:

Sci-Phot Reduction

SciPhotReduction

November 17, 2009, at 14:23 CET by leo -
Changed lines 27-30 from:
to:
November 16, 2009, at 11:17 CET by leo -
Deleted lines 6-7:

It is recommendable to download the daily snapshot of MIA+EWS and not use the latest version (1.6) which apparently does not work with current MIDI data.

November 10, 2009, at 11:42 CET by leo -
Changed lines 7-8 from:

It is recommendable to download the daily snapshot of MIA+EWS and not use the latest version which at the moment (Nov 2009) apparently does not work with current MIDI data.

to:

It is recommendable to download the daily snapshot of MIA+EWS and not use the latest version (1.6) which apparently does not work with current MIDI data.

November 10, 2009, at 11:40 CET by leo -
Added line 6:
November 10, 2009, at 11:40 CET by leo -
Changed lines 6-7 from:
to:

It is recommendable to download the daily snapshot of MIA+EWS and not use the latest version which at the moment (Nov 2009) apparently does not work with current MIDI data.

September 18, 2009, at 14:28 CET by leo -
Changed lines 17-18 from:
to:
April 09, 2009, at 14:15 CET by leo -
Changed lines 25-26 from:
to:
April 07, 2009, at 16:38 CET by leo -
Changed lines 4-5 from:
to:
April 07, 2009, at 16:26 CET by leo -
Deleted lines 1-2:
Changed lines 4-5 from:
to:
November 03, 2008, at 10:52 CET by 132.229.223.6 -
Changed line 9 from:

Hidden Features

to:

Functions

Changed lines 14-19 from:
to:
  • oirChopPhotoImages
    • does the chopping for photometry files; if read in with oirgetdata, returns a struct array of 7, i.e.
      • 0: best estimate for Target - Sky
      • 1...5: split-ups of photometry (for 8000 frames, i.e. 0...1599, 1600...3199, ...)
      • 6: Sky
October 21, 2008, at 11:11 CET by leo -
Added line 1:
  • MIA+EWS at Leiden
August 29, 2008, at 20:38 CET by 149.217.40.222 -
Changed lines 20-21 from:
to:
August 27, 2008, at 18:03 CET by 149.217.40.222 -
Changed lines 4-5 from:
to:
August 22, 2008, at 13:56 CET by leo -
Added lines 5-6:
June 18, 2008, at 17:26 CET by leo -
Changed lines 9-13 from:
  • Copies file structure of templatefile in newfile (if /copyhead is not set)
to:
February 28, 2008, at 14:09 CET by 149.217.40.222 -
Changed lines 1-27 from:

mia+ews journals:

  • next: 2007-12-12T15_10:40.log

File structure

My file structure for reducing MIDI files is:

  • /disk1/burtscher/MIDIDATA/YYYY-MM-DD/: This is the place for all raw files at YYYY-MM-DD. Note that it is handy if you are able to write in this directory as you can then use midiguis() that writes an index of all files in the directory and is much faster than midigui() that doesn't need write permission in the midi raw files directory.
  • /disk1/burtscher/reduceddata/YYYY-MM-DD/yyyy-mm-dd/: This is the place where I save all data I reduced on yyyy-mm-dd for the observation that took place on YYYY-MM-DD. Within this directory I use tags such as 1365sci, 1365cal etc.

Typical data reduction process (verbose comments!)

 cd, '/disk1/burtscher/MIDIDATA/2007-11-23'

Change IDL's working dir to the dir where the files that you want to reduce

 scitag='/disk1/burtscher/reduceddata/2007-11-23/2008-02-19/1365a'
 caltag='/disk1/burtscher/reduceddata/2007-11-23/2008-02-19/016815a'

Specify where the reduced files will be saved

 scifiles=midiguis()
 calfiles=midiguis()

Open the MIDI file picker Gorgonzola to pick target (sci) and calibrator (cal) files

 midipipe,scitag,scifiles,smooth=20,gsmooth=20,dave=1
 midipipe,caltag,calfiles,smooth=20,gsmooth=20,dave=1

Here the possibilites begin... Run midipipe with the necessary arguments tag and files and choose which options you want to set. Same options for sci and cal files. More on midipipe-options?

 midicalibrate, scitag, caltag, calflux10=6.59,diam=2.23

To use reduced cal-files to calibrate reduced sci-files. Produces [scitag]calPlots.ps in working dir.

to:
Changed lines 9-14 from:
  • Copies file structure of templatefile in newfile (if /copyhead is not set)

MIA+EWS on the Mac (experimental)

  • std=c99 instead of pedantic in c/src/Makefile
  • in c/src/table_col.c malloc.h must be sys/malloc.h (according to http://www.idevgames.com/forum/archive/index.php/t-13712.html )
to:
  • Copies file structure of templatefile in newfile (if /copyhead is not set)
February 20, 2008, at 18:05 CET by leo -
Added lines 1-3:

mia+ews journals:

  • next: 2007-12-12T15_10:40.log
February 19, 2008, at 17:42 CET by leo -
Added lines 6-24:

Typical data reduction process (verbose comments!)

 cd, '/disk1/burtscher/MIDIDATA/2007-11-23'

Change IDL's working dir to the dir where the files that you want to reduce

 scitag='/disk1/burtscher/reduceddata/2007-11-23/2008-02-19/1365a'
 caltag='/disk1/burtscher/reduceddata/2007-11-23/2008-02-19/016815a'

Specify where the reduced files will be saved

 scifiles=midiguis()
 calfiles=midiguis()

Open the MIDI file picker Gorgonzola to pick target (sci) and calibrator (cal) files

 midipipe,scitag,scifiles,smooth=20,gsmooth=20,dave=1
 midipipe,caltag,calfiles,smooth=20,gsmooth=20,dave=1

Here the possibilites begin... Run midipipe with the necessary arguments tag and files and choose which options you want to set. Same options for sci and cal files. More on midipipe-options?

 midicalibrate, scitag, caltag, calflux10=6.59,diam=2.23

To use reduced cal-files to calibrate reduced sci-files. Produces [scitag]calPlots.ps in working dir.

February 19, 2008, at 15:23 CET by 149.217.40.222 -
Added lines 1-5:

File structure

My file structure for reducing MIDI files is:

  • /disk1/burtscher/MIDIDATA/YYYY-MM-DD/: This is the place for all raw files at YYYY-MM-DD. Note that it is handy if you are able to write in this directory as you can then use midiguis() that writes an index of all files in the directory and is much faster than midigui() that doesn't need write permission in the midi raw files directory.
  • /disk1/burtscher/reduceddata/YYYY-MM-DD/yyyy-mm-dd/: This is the place where I save all data I reduced on yyyy-mm-dd for the observation that took place on YYYY-MM-DD. Within this directory I use tags such as 1365sci, 1365cal etc.
February 18, 2008, at 12:13 CET by leo -
Added lines 1-10:

Hidden Features

  • oirnewdata
    • Syntax: oirnewdata, templatefile, newfile, data, /copyhead
    • Copies data (struct like the one you get with oirgetdata) with header of templatefile in newfile (if /copyhead is set)
    • Copies file structure of templatefile in newfile (if /copyhead is not set)

MIA+EWS on the Mac (experimental)

  • std=c99 instead of pedantic in c/src/Makefile
  • in c/src/table_col.c malloc.h must be sys/malloc.h (according to http://www.idevgames.com/forum/archive/index.php/t-13712.html )
Edit - History - Print - Recent Changes - Search
Page last modified on December 09, 2011, at 08:48 CET