Initial import (was under CVS).
Removed some programs from demo/Makefile.am that
Adding demo version of signals_by_id_range to setilib.
New seti_db_queries.h in /include
Added an interface to request a vector of (radar) blanking
This commit is to checkpoint the current state of the
Healpix related functions are now in their own source files.
sync with AO versions.
checkpoint ntpckr related code
checkpoint ntpkckr related code
added template function: get_next_signal_by_time_range
stupid bug fix (trying to read in doubles with %d - oops)
Correct the bit of interest in the blanking signal input.
Turn blanking off until we are ready.
Added a randomizing blanking filter, utilizing the common_waveform vector
Integrated randomize() into waveform_filter.
Fix call to seti_GetDr2Data()
azzaToRaDec() can now return a non-precessed RA/Decl.
Added new parameter ofDate to azzaToRaDec().
Fix to fpix manipulation.
Add various bits of demo code.
Final bits of radar blanking code plus some documentation lines.
In seti_dr2utils.cpp: Message "Cannot find coincident blanking signal"
Added definitions of npix2qpix() and npix2fpix() that take vectors.
Added new routine get_next_signal_by_tape_id().
Put "order by" in candidates_by_disc() query to force use of index.
Added get_next_signal_by_wug_id templated function
Changed to include new headers.
Various small mods.
Added beam/pol output.
1) Added a forward declaration for class star, defined only in setiathome.
Program to generate radar blanking signal.
Program to generate radar blanking signal.
Added class Dr2Channel.
Renamed Dr2Channel::GetData() to Dr2Channel::GetNextData()
Sept 15, 2008
Added GetFileOffset() to Dr2Channel.
Correct method return values.
Dr2Channel debugging.
* Now supports randomize_corrected filter.
Changes having to do with noise shaping for randomize_corrected filter.
Added mtrand to setilib
Need to type cast complex assignments in the blanking signal code. No production harm
Just added a comment / guestion.
Fixed a known issue in seti_dr2utils.cpp (in populate_data_from_header)
Removed some commented out debug code.
Widen the fpix potion of lower_npix and upper_npix in signals_by_disc() to include all possible frequencies.
Make "turn neighboring pixels hot" logic work on a unique set of pixels.
Fixed sscanf format codes.
Added get_neighbor(s) functions.
Moved the bulk of RFI filtering code to setilib,
Added a count signals by disk routine.
1. adding seti_synthetic_data stuff
fixing complex.h -> complex
Add debug code for seti_FindAdjacentDr2Buffer().
Added the option of a min_id to signals_by_disc().
Added get_neighbor(s) functions.
Fixed prototype error.
added missing ()'s after .real's and .imag's
Routines to add small samples to numbers from a known distribution that has
Added vector addition routines to truncated_add();
Bug fixes.
Moved:
Changed a variable name, as variable names can no longer be the same as type names.
Uses new defines for {SOFTWARE,HARDWARE}_BLANKING_BIT
Fix syntax error
Added defines for {SOFTWARE,HARDWARE}_BLANKING_BIT
Fixed many compile warnings.
Fixed a bug in probability calculation.
New adj buffer code - fixed a bug and removed old exit(1).
Force the use of the qpix index in signals_by_disc();
Makefile to include print_vgc_values.
Swap i and q.
Added a comment.
Renamed
Removed previously commented out common waveform code.
Put back the calculation of coord_time in populate_derived_values().
Clean up error and info messages.
Add star_t signal type.
Allow the setting of a pixel in the hotpix table as hot and high priority.
Fix for building astropulse components.
Use directive clauses rather than "order by" to force the use of indexes.
Added code to get vgc values by channel.
Correct some header file errors.
Use data_time (AST) rather than dataseq to find the adjacent dr2 buffer.
- Fixed blanking filter problem that was causing astropulse v6 splitter to fail.
setting min_vgc to 0 for testing purposes (old value commented out)
Added cached fetch of workunits and results.
Removed long commented out code.
Added seti_rfi_staff to rfi lib.
Removed extraneous code.
Account for beam rotation in the calculation of RA and Decl.
Remove profiling flag.
Adding seti_rfi_staff.h
Fix signals_by_disc() return value.
Cleaned up - put the value in dr2utils.cpp instead of dr2utils.h