IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

source: trunk/psModules/src/config

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @23748   17 years Paul Price Adding LOG and TRACE to list of files written in the RUN metadata.
(edit) @23692   17 years Paul Price Getting more serious about error codes. We don't want them …
(edit) @23688   17 years Paul Price Merging in branches/pap/ from r23685. Some conflicts, most notably in …
(edit) @23574   17 years Paul Price Load recipes from arguments, so that command-line overrides are …
(edit) @23498   17 years Paul Price Updating mask bits. Renamed BAD --> LOW to more simply conveys the …
(edit) @23476   17 years eugene add support for new bitmask names CTE, SPIKE, STARCORE; DARK should …
(edit) @23452   17 years Paul Price TIMESYS is supposed to be STR in camera format file.
(edit) @23451   17 years Paul Price Don't put TIMESYS entries in the TRANSLATION --- they're specified in …
(edit) @23450   17 years Paul Price Set time system to TAI because MJD is in use.
(edit) @23447   17 years Paul Price Split the FILES in the RUN metadata into two parts --- FILES.INPUT and …
(edit) @23289   17 years Paul Price Put version information in HISTORY header keywords, so that they are …
(edit) @23286   17 years Paul Price config->recipes should hold the recipes that are in the SYSTEM …
(edit) @23285   17 years Paul Price Need to pass a list to configCull(), even if it's empty.
(edit) @23284   17 years Paul Price Plugging memory leak.
(edit) @23283   17 years Paul Price Cull all recipe overrides from cameras, since they've been placed in …
(edit) @23280   17 years Paul Price Need to cull recipes from the camera-level overrides.
(edit) @23272   17 years Paul Price Want filenames in the RUN metadata to be the names before they're …
(edit) @23268   17 years Paul Price Adding functionality of reading input files from the configuration …
(edit) @23259   17 years Paul Price Changing API for psRandomAlloc() to make it easier to be …
(edit) @23244   17 years Paul Price Add list of files read/written to configuration.
(edit) @23243   17 years Paul Price Adding functions that will populate an element RUN in the …
(edit) @23229   17 years eugene merging changes from branches/eam_branches/eam_branch_20090303 …
(edit) @23215   17 years Paul Price Adding additional error message.
(edit) @23193   17 years Paul Price Adding nebclient indication.
(edit) @23160   17 years Paul Price Shortening comments to fit in FITS header.
(edit) @23152   17 years Paul Price Adding function to populate a header with the version information.
(edit) @23117   17 years Paul Price Updating version functions to match psLib.
(edit) @22715   17 years Paul Price Removing unnecessary .cvsignore files.
(edit) @22700   17 years Paul Price Can't free the concepts specs --- they're only borrowed.
(edit) @22699   17 years Paul Price Reorganised the concepts files, moving the Write functions into …
(edit) @21387   17 years eugene error in psError args
(edit) @21386   17 years eugene error in psError arguments
(edit) @21363   17 years Paul Price Merging pap_branch_20090128. Resolved a small number of conflicts. …
(edit) @21314   17 years bills in pmConfigRead parse -image_id and -source_id arguments, save the …
(edit) @21183   17 years eugene incorporating changes from 16bit mask upgrades (eam_branch_20081230)
(edit) @21162   17 years eugene supply the void to the prototype
(edit) @20639   18 years eugene pmConfigCameraFrmatFromHeader returns camera name as well as format name
(edit) @20552   18 years Paul Price Had "break" when I meant "continue".
(edit) @20480   18 years Paul Price Before clobbering a header value with the rule value, check to see if …
(edit) @20354   18 years Paul Price Accept whole word, first letter or 1/0; check for bad value.
(edit) @20345   18 years bills back out my last change. It needs more thought. Leave in the fix to …
(edit) @20341   18 years bills when opening a file in nebulous for writing, cull all but one existing …
(edit) @20260   18 years eugene adding 5 re-tries to checkPath
(edit) @20254   18 years eugene more clarity in error handline
(edit) @20048   18 years Paul Price Need to specify format for longitude, latitude.
(edit) @19870   18 years Paul Price Generate mask value if possible.
(edit) @19544   18 years Paul Price Don't generate a mosaicked version of something that is itself generated.
(edit) @19442   18 years Paul Price Getting rid of new names, resetting to old list.
(edit) @19441   18 years Paul Price Masking is more complicated than we support so far. We can't just …
(edit) @19399   18 years bills Get configuration dump file name from command line option. If no file …
(edit) @19155   18 years Paul Price Adding more useful way of forcing masks through: MASK.FORCE=TRUE in …
(edit) @19121   18 years Paul Price Adding some code to allow use of old masks.
(edit) @19111   18 years eugene loop over all -F argument sets (allow multiple file redirects)
(edit) @19047   18 years Paul Price Fixing SEGV when !keep.
(edit) @19042   18 years Paul Price Allow additional cameras besides the one recorded in …
(edit) @19040   18 years Paul Price Catch SEGV when !item.
(edit) @19008   18 years Paul Price Need to resolve filename.
(edit) @18961   18 years Paul Price Fixing memory leak.
(edit) @18944   18 years Paul Price pmConfigCameraSkycellVersion went AWOL when I was editing.
(edit) @18939   18 years Paul Price Don't get rid of derivative cameras when culling in preparation for dump.
(edit) @18937   18 years Paul Price Switching over to new system, using pmConfigUserSite.
(edit) @18926   18 years Paul Price Adding function pmConfigUserSite to get values from the user/site …
(edit) @18921   18 years Paul Price Take database information from user or site configuration.
(edit) @18908   18 years Paul Price Removing use of pmConfig.complete in favour of proper use of what's …
(edit) @18905   18 years Paul Price Adding functions to dump configuration to an MDC file on disk, so we …
(edit) @18830   18 years eugene src/objects/Makefile.am
(edit) @18713   18 years Paul Price We may write to a header already containing the MSKNAM, etc, values. …
(edit) @18651   18 years Paul Price Don't produce warnings on the MASK.ALREADY values.
(edit) @18605   18 years Paul Price Adding some traps for when reading mask values from multiple sources …
(edit) @18604   18 years Paul Price Was hacking the header rather than the recipe.
(edit) @18598   18 years Paul Price Adding const, assertions, cleaning up.
(edit) @18554   18 years eugene re-organization of the named mask bit handling: pmConfigMaskSetBits …
(edit) @18413   18 years Paul Price Making trace for format problems more easily accessible.
(edit) @18164   18 years Paul Price Don't automatically load the database connection.
(edit) @18163   18 years Paul Price Changing use of psDB* to pmConfig* so that the database handle only …
(edit) @18073   18 years jhoblitt enable pmConfigConvertFilename()'s truncate argument
(edit) @18061   18 years jhoblitt add truncate parameter to pmConfigConvertFilename()
(edit) @18036   18 years Paul Price Was neglecting SKYCELL meta-cameras.
(edit) @18034   18 years eugene plug two leaks
(edit) @17993   18 years eugene FPA.NAME has changed to FPA.OBS
(edit) @17992   18 years eugene API change to pmConfigCameraFormatFromHeader
(edit) @17991   18 years eugene added output format and camera name (to …
(edit) @17944   18 years Paul Price Should be checking dbName, not dbServer.
(edit) @17940   18 years Paul Price Don't attempt to set up a database connection if the server is "XXX" …
(edit) @17874   18 years Paul Price Finally finished and tested code to get concepts from the database.
(edit) @17548   18 years bills Don't strip off the schema when resolving nebulous filenames
(edit) @17524   18 years eugene handle real error in pmConfigFileSetsMD (added an abort)
(edit) @17514   18 years eugene adding my notes
(edit) @17512   18 years eugene modify recipe hierarchy rules: system->system symbols->camera->camera …
(edit) @17511   18 years eugene added camera recipe container
(edit) @17510   18 years eugene typo : file rules to fits types
(edit) @17489   18 years eugene load FITSTYPES from external recipe file; merge into camera config
(edit) @17264   18 years Paul Price Don't error if the file rule can't be found --- it may not exist for …
(edit) @16817   18 years eugene free configFile
(edit) @16816   18 years eugene minor change
(edit) @16815   18 years eugene add an assert
(edit) @16611   18 years eugene using new user/site/system construction for config files
(edit) @16415   18 years Paul Price Shouldn't close there.
(edit) @16414   18 years Paul Price Change aborts to errors.
(edit) @16341   18 years Paul Price Copy/paste error.
Note: See TracRevisionLog for help on using the revision log.