|
|
|
@13193
|
19 years |
magnier |
added test for output data existence before opening output data file
|
|
|
|
@13192
|
19 years |
magnier |
added functions to check pmFPA/Chip/Cell/Readout for psphot sources
|
|
|
|
@13191
|
19 years |
magnier |
added functions to check pmFPA/Chip/Cell/Readout for psf data
|
|
|
|
@13190
|
19 years |
magnier |
added functions to check pmFPA/Chip/Cell/Readout data_exists flags
|
|
|
|
@13189
|
19 years |
magnier |
added ifdef-ed out code to set the WCS for a chip in pmChipMosaic
|
|
|
|
@13139
|
19 years |
magnier |
fixed inconsistencies between read and write
|
|
|
|
@13138
|
19 years |
magnier |
dropped old file (moved to SMPDATA.c)
|
|
|
|
@13137
|
19 years |
magnier |
changed pmSourceDophotType to pmSourceGetDophotType
|
|
|
|
@13136
|
19 years |
magnier |
added psphotSetDophotType; changed pmSourceDophotType to …
|
|
|
|
@13135
|
19 years |
magnier |
minor change
|
|
|
|
@13134
|
19 years |
magnier |
testing robust fit for clipped stats (needs more work)
|
|
|
|
@13101
|
19 years |
jhoblitt |
check the env for NEB_SERVER var
check the conf system for NEB_SERVER …
|
|
|
|
@13097
|
19 years |
jhoblitt |
update nebCreate() syntax
|
|
|
|
@13077
|
19 years |
magnier |
fix memory leaks
|
|
|
|
@13064
|
19 years |
magnier |
converting the PSF model fits to the polariation terms (replacing …
|
|
|
|
@13038
|
19 years |
magnier |
fixed diff with eam_02_branch
|
|
|
|
@13034
|
19 years |
magnier |
incorporating updates from eam_02_branch (cached models, pmPSF FITS IO)
|
|
|
|
@12988
|
19 years |
Paul Price |
Changing pmShutterCorrectionMeasure to act on a readout, rather than …
|
|
|
|
@12949
|
19 years |
magnier |
adding pmResiduals (from eam_02_branch)
|
|
|
|
@12916
|
19 years |
rhl |
pmConfig no longer owns arg[cv];
|
|
|
|
@12915
|
19 years |
rhl |
pmConfig no longer owns arg[cv]; propagate camera.config errors up
|
|
|
|
@12906
|
19 years |
magnier |
removed argc,argv from pmConfig
|
|
|
|
@12905
|
19 years |
magnier |
alloc our own copy of argv
|
|
|
|
@12890
|
19 years |
rhl |
Need <strings.h> for strn?casecmp
|
|
|
|
@12889
|
19 years |
rhl |
finite() isn't in posix; use isfinite()
|
|
|
|
@12888
|
19 years |
rhl |
Use memset not bzero
|
|
|
|
@12884
|
19 years |
rhl |
Gene fixed uninitialised data
|
|
|
|
@12838
|
19 years |
magnier |
adding strings.h (perhaps more than needed)
|
|
|
|
@12832
|
19 years |
Paul Price |
Adding const to pmConfig parameter, where possible.
|
|
|
|
@12831
|
19 years |
Paul Price |
Declaring parameters const where appropriate.
|
|
|
|
@12816
|
19 years |
magnier |
added a comment
|
|
|
|
@12810
|
19 years |
magnier |
adding pmChipDuplicate function (not working)
|
|
|
|
@12804
|
19 years |
magnier |
clearer trace messages
|
|
|
|
@12791
|
19 years |
Paul Price |
An assertion isn't appropriate.
|
|
|
|
@12770
|
19 years |
Paul Price |
An FPA may contain an image that it's read in and a weight map (or …
|
|
|
|
@12769
|
19 years |
Paul Price |
Print mask and weight detail within a readout.
|
|
|
|
@12768
|
19 years |
Paul Price |
Fixing remnant from copy.
|
|
|
|
@12766
|
19 years |
Paul Price |
Removing old question.
|
|
|
|
@12765
|
19 years |
Paul Price |
Catching error condition to replace ambiguous error with meaningful one.
|
|
|
|
@12763
|
19 years |
Paul Price |
Avoiding error for when header can't be found.
|
|
|
|
@12762
|
19 years |
Paul Price |
"concept" is confusing --- it's a file rule.
|
|
|
|
@12760
|
19 years |
Paul Price |
Plugging memory leak on warning.
|
|
|
|
@12759
|
19 years |
Paul Price |
Plugging memory leak on error in parsing TRIMSEC.
|
|
|
|
@12742
|
19 years |
Paul Price |
Updating following API change to psImagePixelInterpolate
|
|
|
|
@12716
|
19 years |
magnier |
adding option to pmConfigCameraFormatFromHeader to load recipe or not
|
|
|
|
@12711
|
19 years |
magnier |
gracefully handle chips with poor astrometry
|
|
|
|
@12710
|
19 years |
magnier |
setting region for now
|
|
|
|
@12709
|
19 years |
magnier |
fixed errors for low-quality objects
|
|
|
|
@12706
|
19 years |
magnier |
making output header conform to format
|
|
|
|
@12705
|
19 years |
magnier |
made pmFPAUpdateNames a public function
|
|
|
|
@12704
|
19 years |
magnier |
more consistent I/O for source
|
|
|
|
@12703
|
19 years |
magnier |
track data_exists state for readout,cell,chip
|
|
|
|
@12702
|
19 years |
magnier |
added optional unused code for phu conformity
|
|
|
|
@12701
|
19 years |
magnier |
add PHU entry from source if available
|
|
|
|
@12696
|
19 years |
magnier |
big re-org to put the includes in the .c only, not .h
|
|
|
|
@12693
|
19 years |
Paul Price |
Propagate error from statistics.
|
|
|
|
@12687
|
19 years |
Paul Price |
Was getting an abort when opening a file given from the detrend …
|
|
|
|
@12682
|
19 years |
Paul Price |
Fixing compile problems.
|
|
|
|
@12681
|
19 years |
Paul Price |
Warn on bad DETREND.CONSTRAINTS rather than bail out.
|
|
|
|
@12680
|
19 years |
Paul Price |
Make sure header concepts are only read if they are available.
|
|
|
|
@12663
|
19 years |
Paul Price |
Need header file.
|
|
|
|
@12662
|
19 years |
Paul Price |
Need conceptsRead to return without modifying the list of what's read …
|
|
|
|
@12661
|
19 years |
Paul Price |
Replacing calls to psLogMsg using PS_LOG_WARN with psWarning.
|
|
|
|
@12660
|
19 years |
Paul Price |
I believe that HDUs should be added to the FPA hierarchy *before* the …
|
|
|
|
@12659
|
19 years |
Paul Price |
Adding marker for reading concepts from the PHU.
|
|
|
|
@12654
|
19 years |
Paul Price |
Distinguishing between mosaicking (different cells within the same …
|
|
|
|
@12653
|
19 years |
Paul Price |
I can't spell.…
|
|
|
|
@12652
|
19 years |
Paul Price |
Fixing up errors.
|
|
|
|
@12651
|
19 years |
Paul Price |
Propagating errors status.
|
|
|
|
@12650
|
19 years |
Paul Price |
Average CELL.X0 and CELL.Y0 as well.
|
|
|
|
@12647
|
19 years |
Paul Price |
Adding more detail to error message.
|
|
|
|
@12642
|
19 years |
Paul Price |
Read concepts all through when we put a new header in.
|
|
|
|
@12639
|
19 years |
Paul Price |
Removing extraneous 'break' which caused a bug in generating the …
|
|
|
|
@12630
|
19 years |
magnier |
added a comment
|
|
|
|
@12629
|
19 years |
magnier |
add option to force deep copy
|
|
|
|
@12628
|
19 years |
magnier |
write out all detections (good and bad)
|
|
|
|
@12623
|
19 years |
Paul Price |
Fixing compilation problems
|
|
|
|
@12622
|
19 years |
Paul Price |
More checking to make sure the header exists.
|
|
|
|
@12621
|
19 years |
Paul Price |
Removing bad line.
|
|
|
|
@12620
|
19 years |
Paul Price |
Update the appropriate source --- if the header is a PHU, that's what …
|
|
|
|
@12619
|
19 years |
Paul Price |
Can't find values if there's no header read yet.
|
|
|
|
@12603
|
19 years |
magnier |
added wrote_phu to pmFPA, etc; added test in WritePHU
|
|
|
|
@12598
|
19 years |
magnier |
added a note
|
|
|
|
@12597
|
19 years |
magnier |
fixed a typo
|
|
|
|
@12591
|
19 years |
magnier |
clarified the cases for generating mosaicked cameras, added errors on …
|
|
|
|
@12590
|
19 years |
magnier |
fixed typo
|
|
|
|
@12589
|
19 years |
magnier |
converted binning operations to use the common pmImageBinning methods
|
|
|
|
@12585
|
19 years |
magnier |
modified pmFPAfileIO to call PHU read/write operations from data …
|
|
|
|
@12564
|
19 years |
Paul Price |
When we went to process TC3 images, we found that our camera formats …
|
|
|
|
@12560
|
19 years |
magnier |
comment
|
|
|
|
@12559
|
19 years |
magnier |
making pattern.fits output a trace option
|
|
|
|
@12558
|
19 years |
magnier |
adding test for EXTWORD in FORMAT:FILE, setting psFits->extword if set
|
|
|
|
@12557
|
19 years |
magnier |
added a comment
|
|
|
|
@12544
|
19 years |
magnier |
changed config recipes rules: master recipe file must exist
|
|
|
|
@12543
|
19 years |
magnier |
not an error if no sources are found
|
|
|
|
@12522
|
19 years |
magnier |
added comment; test is broken
|
|
|
|
@12521
|
19 years |
magnier |
adding return
|
|
|
|
@12520
|
19 years |
magnier |
adding functions to return valid pixel region for chip and fpa
|
|
|
|
@12519
|
19 years |
magnier |
fixed the source of the focal-plane region; added astrometric extent …
|
|
|
|
@12518
|
19 years |
magnier |
adding
|
|
|
|