Changes between Version 3 and Version 4 of GrandReprocessingWishlist
- Timestamp:
- Jan 24, 2011, 8:38:15 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GrandReprocessingWishlist
v3 v4 1 1 == Grand Reprocessing Concerns/wishlist == 2 3 2 4 3 === burntool === 5 4 * burntool is not complete / done for certain days. 6 5 * Is there a way to reburn these days? If so, it needs to be documented 6 * '''This is easy with the new registration / burntool system, but needs to be documented (CZW)''' 7 7 * Can we automatically detect & reburn these, rather than have a human find them (as they fail), and requeue by hand? 8 * '''finding these days is a fairly easy query; automatically detecting and re-burning seems too ambitious. (CZW)''' 8 9 9 10 === documentation on the reprocessing tasks === … … 25 26 For 3Pi, it would know to go through warp, stack, ww diff, magic, destreak, dist, publish. 26 27 27 28 28 === autoqueuing robot === 29 29 … … 39 39 * M31? 40 40 * robot should prevent queueing of things that have already been queued for the GR 41 '''The scope of this is potentially very wide and not well-defined. Eg, what defines GR for this robot? How automatic? There is definitely room for improvement over the shell scripts in stdscience, but something only slightly more sophisticated would be sufficient for our operational needs (and not critical before GR starts)''' 41 42 42 43 === processable images === … … 48 49 * this can simplify things for future reprocessings (whether GR2 or special 49 50 request reprocessing) 51 * '''This is a good suggestion, but it has to be done with care. We should rely on the data quality we measure to exclude an image, and we need to take care in vetting some of those as well''' 50 52 * a suggestion for it: add a column called "do_not_process", which contains a small int 51 53 * 0 - everything is fine (we assume all images are fine from the beginning) 52 54 * 1 - camera problem (some kind of daytime camera testing, the camera crashed during the exposure, the camera pon time was small, or some other 'camera' problem) 53 55 * 2 - flagged by the operators - (the fwhm is way too fuzzy, or they aborted part of the chunk for some reason. They are pretty good at flagging these in email) 56 * '''parsing email and interpreting comments is very time-consuming; for most images, we have a measure of the IQ and the zero point, which we can use to reject bad images. We should not reject an image just because its pair was not taken in a given night''' 54 57 * 3 - flagged by us - (various reasons - NONE should be because IPP can't process. Maybe part of a chunk is missing or something) 58 * '''we have to be careful that these reasons are not due to a recoverable software error that has since been addressed''' 55 59 * add a column called "do_not_process_notes" to add words for why the exposure was flagged 60 * '''to avoid cluttering the big rawImfile table, we should instead define a different table that includes the note and the exp_id, class_id for the affected file''' 56 61 * add -use_do_not_process to chiptool to allow it to queue these. By default chiptool should exclude any that do not have '0' in do_not_process 57 62 … … 64 69 * md.stargrasp's list of GRotMDFS (Grand Reprocessing of the Medium Deep Fields) https://md.stargrasp.org/wiki/GRotMDF 65 70 Things to remember for the GRotMDF! 71 66 72 === Fields to process === 67 73 68 74 1. Choose an appropriately early starting date. Apr 2009? Earlier? 69 2. Process M31 is nightly stacks? 75 * '''April 2009 is the start date''' 76 2. Process M31 in nightly stacks? 77 * '''yes''' 70 78 71 79 === Image modifications === 72 80 73 81 1. Go to 0.258"/pixel. ACTUALLY strongly prefer 0.250" in order to have comfortable integer sizes for arcsec and arcminute areas. Also this will make the beat wavelength a comfortable ~30 pixels in cases where rotations are not present. Keeping the present tesselation will lead to tile sizes of 4800 instead of 6000, file sizes of 5280 instead of 6600. 82 * '''yes: 0.250''' 74 83 2. Use the ~300 pixel overlap (is IPP going to change the Tess. for 3Pi and other surveys?) 84 * '''yes: need to define RINGS.V1 with 0.25 and overlap''' 75 85 3. Fix the field centers! Esp. MD07 and MD09! Tesselation field centers must be the OTIS pointing centers. 86 * '''yes''' 76 87 4. JT's unbelievably clever idea about medians of binned images. Can this conceivably have power for helping out Magic? 88 * '''FYI: we already produce binned-by-16 images. Is that OK, or is 8x8 required?''' 77 89 78 90 === Processing modifications === … … 90 102 2. IPP DB needs some sort of "expired" flag for reprocessed skycells. Do not depend on clever alterations on "data_group" to do the job. 91 103 3. IPP DB needs some sort of flag that indicates whether this is a nightly stack or a reference stack. Do not depend on clever names in the ID field to reveal it. 92 4. we need a column for the software version/configuration (a real tagged version of the production software) in the db (serge). 104 4. we need a column for the software version/configuration (a real tagged version of the production software) in the db (serge). '''this exists: eg, chipProcessedImfile.software_ver''' 93 105 94 106
